Package org.apereo.cas.config
Class CasLdapPasswordManagementAutoConfiguration
java.lang.Object
org.apereo.cas.config.CasLdapPasswordManagementAutoConfiguration
@EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class)
@ConditionalOnFeatureEnabled(feature=PasswordManagement,
module="ldap")
@AutoConfiguration
public class CasLdapPasswordManagementAutoConfiguration
extends Object
- Since:
- 5.2.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apereo.cas.pm.PasswordManagementServicepasswordChangeService(org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.apereo.cas.util.crypto.CipherExecutor passwordManagementCipherExecutor, org.apereo.cas.pm.PasswordHistoryService passwordHistoryService)
-
Constructor Details
-
CasLdapPasswordManagementAutoConfiguration
public CasLdapPasswordManagementAutoConfiguration()
-
-
Method Details
-
passwordChangeService
@RefreshScope(proxyMode=DEFAULT) @Bean @ConditionalOnMissingBean(name="ldapPasswordChangeService") public org.apereo.cas.pm.PasswordManagementService passwordChangeService(org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.configuration.CasConfigurationProperties casProperties, @Qualifier("passwordManagementCipherExecutor") org.apereo.cas.util.crypto.CipherExecutor passwordManagementCipherExecutor, @Qualifier("passwordHistoryService") org.apereo.cas.pm.PasswordHistoryService passwordHistoryService)
-