Class CasConsentRestConfiguration


  • @Configuration(value="casConsentRestConfiguration",
                   proxyBeanMethods=false)
    @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class)
    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()  
      • 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
        public org.apereo.cas.consent.ConsentRepository consentRepository()