Class CasMongoAuthenticationConfiguration
- java.lang.Object
-
- org.apereo.cas.authentication.config.CasMongoAuthenticationConfiguration
-
@Configuration("casMongoAuthenticationConfiguration") @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class) public class CasMongoAuthenticationConfiguration extends java.lang.ObjectThis isCasMongoAuthenticationConfiguration.- Since:
- 5.0.0
-
-
Constructor Summary
Constructors Constructor Description CasMongoAuthenticationConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apereo.cas.authentication.AuthenticationEventExecutionPlanConfigurermongoAuthenticationEventExecutionPlanConfigurer()org.apereo.cas.authentication.AuthenticationHandlermongoAuthenticationHandler()org.pac4j.mongo.profile.service.MongoProfileServicemongoAuthenticatorProfileService()org.apereo.cas.authentication.principal.PrincipalFactorymongoPrincipalFactory()
-
-
-
Method Detail
-
mongoPrincipalFactory
@ConditionalOnMissingBean(name="mongoPrincipalFactory") @Bean public org.apereo.cas.authentication.principal.PrincipalFactory mongoPrincipalFactory()
-
mongoAuthenticationHandler
@Bean @RefreshScope public org.apereo.cas.authentication.AuthenticationHandler mongoAuthenticationHandler()
-
mongoAuthenticationEventExecutionPlanConfigurer
@ConditionalOnMissingBean(name="mongoAuthenticationEventExecutionPlanConfigurer") @Bean public org.apereo.cas.authentication.AuthenticationEventExecutionPlanConfigurer mongoAuthenticationEventExecutionPlanConfigurer()
-
mongoAuthenticatorProfileService
@ConditionalOnMissingBean(name="mongoAuthenticatorProfileService") @Bean public org.pac4j.mongo.profile.service.MongoProfileService mongoAuthenticatorProfileService()
-
-