Class CasConsentRestConfiguration


  • @ConditionalOnFeatureEnabled(feature=Consent,
                                 module="rest")
    @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class)
    @AutoConfiguration
    public class CasConsentRestConfiguration
    extends java.lang.Object
    Since:
    5.1.0
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apereo.cas.consent.ConsentRepository consentRepository​(org.apereo.cas.configuration.CasConfigurationProperties casProperties)  
      • Methods inherited from class java.lang.Object

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

      • CasConsentRestConfiguration

        public CasConsentRestConfiguration()
    • Method Detail

      • consentRepository

        @Bean
        @RefreshScope(proxyMode=DEFAULT)
        public org.apereo.cas.consent.ConsentRepository consentRepository​(org.apereo.cas.configuration.CasConfigurationProperties casProperties)