Class CasCoreAuthenticationMetadataConfiguration.CasCoreAuthenticationMetadataCipherConfiguration

java.lang.Object
org.apereo.cas.config.CasCoreAuthenticationMetadataConfiguration.CasCoreAuthenticationMetadataCipherConfiguration
Enclosing class:
CasCoreAuthenticationMetadataConfiguration

@Configuration(value="CasCoreAuthenticationMetadataCipherConfiguration", proxyBeanMethods=false) @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class) public static class CasCoreAuthenticationMetadataConfiguration.CasCoreAuthenticationMetadataCipherConfiguration extends Object
  • Constructor Details

    • CasCoreAuthenticationMetadataCipherConfiguration

      public CasCoreAuthenticationMetadataCipherConfiguration()
  • Method Details

    • cacheCredentialsCipherExecutor

      @ConditionalOnMissingBean(name="cacheCredentialsCipherExecutor") @Bean @RefreshScope(proxyMode=DEFAULT) public org.apereo.cas.util.crypto.CipherExecutor cacheCredentialsCipherExecutor(org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.configuration.CasConfigurationProperties casProperties) throws Exception
      Throws:
      Exception