Class InweboAuthenticationConfiguration.InweboAuthenticationHandlerConfiguration
- java.lang.Object
-
- org.apereo.cas.support.inwebo.config.InweboAuthenticationConfiguration.InweboAuthenticationHandlerConfiguration
-
- Enclosing class:
- InweboAuthenticationConfiguration
@Configuration(value="InweboAuthenticationHandlerConfiguration", proxyBeanMethods=false) @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class) public static class InweboAuthenticationConfiguration.InweboAuthenticationHandlerConfiguration extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description InweboAuthenticationHandlerConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apereo.cas.authentication.AuthenticationHandlerinweboAuthenticationHandler(org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.apereo.cas.authentication.principal.PrincipalFactory inweboPrincipalFactory, org.apereo.cas.services.ServicesManager servicesManager, InweboService inweboService)
-
-
-
Method Detail
-
inweboAuthenticationHandler
@ConditionalOnMissingBean(name="inweboAuthenticationHandler") @Bean @RefreshScope(proxyMode=DEFAULT) public org.apereo.cas.authentication.AuthenticationHandler inweboAuthenticationHandler(org.apereo.cas.configuration.CasConfigurationProperties casProperties, @Qualifier("inweboPrincipalFactory") org.apereo.cas.authentication.principal.PrincipalFactory inweboPrincipalFactory, @Qualifier("servicesManager") org.apereo.cas.services.ServicesManager servicesManager, @Qualifier("inweboService") InweboService inweboService)
-
-