Class RestPasswordManagementConfiguration


  • @Configuration(value="restPasswordManagementConfiguration",
                   proxyBeanMethods=false)
    @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class)
    public class RestPasswordManagementConfiguration
    extends java.lang.Object
    Since:
    5.2.0
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apereo.cas.pm.PasswordManagementService passwordChangeService​(org.springframework.boot.web.client.RestTemplateBuilder restTemplateBuilder)  
      • Methods inherited from class java.lang.Object

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

      • RestPasswordManagementConfiguration

        public RestPasswordManagementConfiguration()
    • Method Detail

      • passwordChangeService

        @RefreshScope
        @Bean
        @Autowired
        public org.apereo.cas.pm.PasswordManagementService passwordChangeService​(org.springframework.boot.web.client.RestTemplateBuilder restTemplateBuilder)