@Configuration(value="casMongoAuthenticationConfiguration")
@EnableConfigurationProperties(value=org.apereo.cas.configuration.CasConfigurationProperties.class)
public class CasMongoAuthenticationConfiguration
extends java.lang.Object
CasMongoAuthenticationConfiguration.| Modifier and Type | Class and Description |
|---|---|
class |
CasMongoAuthenticationConfiguration.MongoAuthenticationEventExecutionPlanConfiguration
The type Mongo authentication event execution plan configuration.
|
| Constructor and Description |
|---|
CasMongoAuthenticationConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.apereo.cas.authentication.AuthenticationHandler |
mongoAuthenticationHandler() |
org.apereo.cas.authentication.principal.PrincipalFactory |
mongoPrincipalFactory() |
@ConditionalOnMissingBean(name="mongoPrincipalFactory") @Bean public org.apereo.cas.authentication.principal.PrincipalFactory mongoPrincipalFactory()
@Bean @RefreshScope public org.apereo.cas.authentication.AuthenticationHandler mongoAuthenticationHandler()