Class InweboAuthenticationConfiguration.InweboAuthenticationMetadataConfiguration
- java.lang.Object
-
- org.apereo.cas.support.inwebo.config.InweboAuthenticationConfiguration.InweboAuthenticationMetadataConfiguration
-
- Enclosing class:
- InweboAuthenticationConfiguration
@Configuration(value="InweboAuthenticationMetadataConfiguration", proxyBeanMethods=false) @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class) public static class InweboAuthenticationConfiguration.InweboAuthenticationMetadataConfiguration extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description InweboAuthenticationMetadataConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apereo.cas.authentication.AuthenticationMetaDataPopulatorinweboAuthenticationDeviceMetadataPopulator()org.apereo.cas.authentication.AuthenticationMetaDataPopulatorinweboAuthenticationMetaDataPopulator(org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.apereo.cas.authentication.AuthenticationHandler inweboAuthenticationHandler, org.apereo.cas.authentication.MultifactorAuthenticationProvider inweboMultifactorAuthenticationProvider)
-
-
-
Method Detail
-
inweboAuthenticationMetaDataPopulator
@Bean @ConditionalOnMissingBean(name="inweboAuthenticationMetaDataPopulator") @RefreshScope(proxyMode=DEFAULT) public org.apereo.cas.authentication.AuthenticationMetaDataPopulator inweboAuthenticationMetaDataPopulator(org.apereo.cas.configuration.CasConfigurationProperties casProperties, @Qualifier("inweboAuthenticationHandler") org.apereo.cas.authentication.AuthenticationHandler inweboAuthenticationHandler, @Qualifier("inweboMultifactorAuthenticationProvider") org.apereo.cas.authentication.MultifactorAuthenticationProvider inweboMultifactorAuthenticationProvider)
-
inweboAuthenticationDeviceMetadataPopulator
@Bean @ConditionalOnMissingBean(name="inweboAuthenticationDeviceMetadataPopulator") public org.apereo.cas.authentication.AuthenticationMetaDataPopulator inweboAuthenticationDeviceMetadataPopulator()
-
-