Class JdbcPasswordHistoryManagementConfiguration.JdbcPasswordHistoryManagementServiceConfiguration

  • Enclosing class:
    JdbcPasswordHistoryManagementConfiguration

    @Configuration(value="JdbcPasswordHistoryManagementServiceConfiguration",
                   proxyBeanMethods=false)
    @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class)
    public static class JdbcPasswordHistoryManagementConfiguration.JdbcPasswordHistoryManagementServiceConfiguration
    extends java.lang.Object
    • Constructor Detail

      • JdbcPasswordHistoryManagementServiceConfiguration

        public JdbcPasswordHistoryManagementServiceConfiguration()
    • Method Detail

      • passwordHistoryService

        @RefreshScope(proxyMode=DEFAULT)
        @Bean
        public org.apereo.cas.pm.PasswordHistoryService passwordHistoryService​(org.springframework.context.ConfigurableApplicationContext applicationContext)