Class PasswordManagementConfiguration.PasswordManagementCipherConfiguration

java.lang.Object
org.apereo.cas.pm.config.PasswordManagementConfiguration.PasswordManagementCipherConfiguration
Enclosing class:
PasswordManagementConfiguration

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

    • PasswordManagementCipherConfiguration

      public PasswordManagementCipherConfiguration()
  • Method Details

    • passwordManagementCipherExecutor

      @ConditionalOnMissingBean(name="passwordManagementCipherExecutor") @RefreshScope(proxyMode=DEFAULT) @Bean public org.apereo.cas.util.crypto.CipherExecutor passwordManagementCipherExecutor(org.apereo.cas.configuration.CasConfigurationProperties casProperties)