Package org.apereo.cas.pm.config
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apereo.cas.util.crypto.CipherExecutorpasswordManagementCipherExecutor(org.apereo.cas.configuration.CasConfigurationProperties casProperties)
-
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)
-