Class InweboAuthenticationConfiguration.InweboAuthenticationPlanConfiguration

  • Enclosing class:
    InweboAuthenticationConfiguration

    @Configuration(value="InweboAuthenticationPlanConfiguration",
                   proxyBeanMethods=false)
    @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class)
    public static class InweboAuthenticationConfiguration.InweboAuthenticationPlanConfiguration
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apereo.cas.authentication.AuthenticationEventExecutionPlanConfigurer inweboAuthenticationEventExecutionPlanConfigurer​(org.apereo.cas.authentication.AuthenticationHandler inweboAuthenticationHandler, org.apereo.cas.authentication.AuthenticationMetaDataPopulator inweboAuthenticationMetaDataPopulator, org.apereo.cas.authentication.AuthenticationMetaDataPopulator inweboAuthenticationDeviceMetadataPopulator)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • InweboAuthenticationPlanConfiguration

        public InweboAuthenticationPlanConfiguration()
    • Method Detail

      • inweboAuthenticationEventExecutionPlanConfigurer

        @ConditionalOnMissingBean(name="inweboAuthenticationEventExecutionPlanConfigurer")
        @Bean
        public org.apereo.cas.authentication.AuthenticationEventExecutionPlanConfigurer inweboAuthenticationEventExecutionPlanConfigurer​(@Qualifier("inweboAuthenticationHandler")
                                                                                                                                         org.apereo.cas.authentication.AuthenticationHandler inweboAuthenticationHandler,
                                                                                                                                         @Qualifier("inweboAuthenticationMetaDataPopulator")
                                                                                                                                         org.apereo.cas.authentication.AuthenticationMetaDataPopulator inweboAuthenticationMetaDataPopulator,
                                                                                                                                         @Qualifier("inweboAuthenticationDeviceMetadataPopulator")
                                                                                                                                         org.apereo.cas.authentication.AuthenticationMetaDataPopulator inweboAuthenticationDeviceMetadataPopulator)