Class InweboAuthenticationConfiguration.InweboAuthenticationPlanConfiguration
- java.lang.Object
-
- org.apereo.cas.support.inwebo.config.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
-
-
Constructor Summary
Constructors Constructor Description InweboAuthenticationPlanConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apereo.cas.authentication.AuthenticationEventExecutionPlanConfigurerinweboAuthenticationEventExecutionPlanConfigurer(org.apereo.cas.authentication.AuthenticationHandler inweboAuthenticationHandler, org.apereo.cas.authentication.AuthenticationMetaDataPopulator inweboAuthenticationMetaDataPopulator, org.apereo.cas.authentication.AuthenticationMetaDataPopulator inweboAuthenticationDeviceMetadataPopulator)
-
-
-
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)
-
-