Class JdbcPasswordManagementConfiguration.JdbcPasswordManagementServiceConfiguration

  • Enclosing class:
    JdbcPasswordManagementConfiguration

    @Configuration(value="JdbcPasswordManagementServiceConfiguration",
                   proxyBeanMethods=false)
    @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class)
    public static class JdbcPasswordManagementConfiguration.JdbcPasswordManagementServiceConfiguration
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apereo.cas.pm.PasswordManagementService passwordChangeService​(org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.springframework.context.ConfigurableApplicationContext applicationContext, javax.sql.DataSource jdbcPasswordManagementDataSource, org.springframework.transaction.support.TransactionOperations jdbcPasswordManagementTransactionTemplate, org.apereo.cas.util.crypto.CipherExecutor passwordManagementCipherExecutor, org.apereo.cas.pm.PasswordHistoryService passwordHistoryService)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JdbcPasswordManagementServiceConfiguration

        public JdbcPasswordManagementServiceConfiguration()
    • Method Detail

      • passwordChangeService

        @RefreshScope(proxyMode=DEFAULT)
        @Bean
        @ConditionalOnMissingBean(name="jdbcPasswordChangeService")
        public org.apereo.cas.pm.PasswordManagementService passwordChangeService​(org.apereo.cas.configuration.CasConfigurationProperties casProperties,
                                                                                 org.springframework.context.ConfigurableApplicationContext applicationContext,
                                                                                 @Qualifier("jdbcPasswordManagementDataSource")
                                                                                 javax.sql.DataSource jdbcPasswordManagementDataSource,
                                                                                 @Qualifier("jdbcPasswordManagementTransactionTemplate")
                                                                                 org.springframework.transaction.support.TransactionOperations jdbcPasswordManagementTransactionTemplate,
                                                                                 @Qualifier("passwordManagementCipherExecutor")
                                                                                 org.apereo.cas.util.crypto.CipherExecutor passwordManagementCipherExecutor,
                                                                                 @Qualifier("passwordHistoryService")
                                                                                 org.apereo.cas.pm.PasswordHistoryService passwordHistoryService)