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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apereo.cas.pm.PasswordManagementService
    passwordChangeService(org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.apereo.cas.util.crypto.CipherExecutor passwordManagementCipherExecutor, org.apereo.cas.pm.PasswordHistoryService passwordHistoryService)
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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)