@Configuration(value="casCoreAuthenticationMetadataConfiguration")
@EnableConfigurationProperties(value=org.apereo.cas.configuration.CasConfigurationProperties.class)
public class CasCoreAuthenticationMetadataConfiguration
extends java.lang.Object
implements org.apereo.cas.authentication.AuthenticationEventExecutionPlanConfigurer
| Constructor and Description |
|---|
CasCoreAuthenticationMetadataConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.apereo.cas.CipherExecutor |
cacheCredentialsCipherExecutor() |
void |
configureAuthenticationExecutionPlan(org.apereo.cas.authentication.AuthenticationEventExecutionPlan plan) |
org.apereo.cas.authentication.AuthenticationMetaDataPopulator |
rememberMeAuthenticationMetaDataPopulator() |
org.apereo.cas.authentication.AuthenticationMetaDataPopulator |
successfulHandlerMetaDataPopulator() |
public CasCoreAuthenticationMetadataConfiguration()
@ConditionalOnMissingBean(name="successfulHandlerMetaDataPopulator") @Bean public org.apereo.cas.authentication.AuthenticationMetaDataPopulator successfulHandlerMetaDataPopulator()
@ConditionalOnMissingBean(name="rememberMeAuthenticationMetaDataPopulator") @Bean public org.apereo.cas.authentication.AuthenticationMetaDataPopulator rememberMeAuthenticationMetaDataPopulator()
@ConditionalOnMissingBean(name="cacheCredentialsCipherExecutor") @Bean public org.apereo.cas.CipherExecutor cacheCredentialsCipherExecutor()
public void configureAuthenticationExecutionPlan(org.apereo.cas.authentication.AuthenticationEventExecutionPlan plan)
configureAuthenticationExecutionPlan in interface org.apereo.cas.authentication.AuthenticationEventExecutionPlanConfigurer