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 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