Package org.apereo.cas.config
Class CasCoreAuthenticationMetadataConfiguration.CasCoreAuthenticationMetadataClearPassConfiguration
java.lang.Object
org.apereo.cas.config.CasCoreAuthenticationMetadataConfiguration.CasCoreAuthenticationMetadataClearPassConfiguration
- Enclosing class:
CasCoreAuthenticationMetadataConfiguration
@Configuration(value="CasCoreAuthenticationMetadataClearPassConfiguration",
proxyBeanMethods=false)
@EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class)
public static class CasCoreAuthenticationMetadataConfiguration.CasCoreAuthenticationMetadataClearPassConfiguration
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apereo.cas.authentication.AuthenticationMetaDataPopulatorcacheCredentialsMetaDataPopulator(org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.util.crypto.CipherExecutor cacheCredentialsCipherExecutor)
-
Constructor Details
-
CasCoreAuthenticationMetadataClearPassConfiguration
public CasCoreAuthenticationMetadataClearPassConfiguration()
-
-
Method Details
-
cacheCredentialsMetaDataPopulator
@ConditionalOnMissingBean(name="cacheCredentialsMetaDataPopulator") @Bean @RefreshScope(proxyMode=DEFAULT) public org.apereo.cas.authentication.AuthenticationMetaDataPopulator cacheCredentialsMetaDataPopulator(org.springframework.context.ConfigurableApplicationContext applicationContext, @Qualifier("cacheCredentialsCipherExecutor") org.apereo.cas.util.crypto.CipherExecutor cacheCredentialsCipherExecutor) throws Exception - Throws:
Exception
-