Class CasCookieConfiguration.CasCookieCoreConfiguration

  • Enclosing class:
    CasCookieConfiguration

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apereo.cas.util.crypto.CipherExecutor cookieCipherExecutor​(org.apereo.cas.configuration.CasConfigurationProperties casProperties)  
      org.apereo.cas.web.cookie.CookieValueManager cookieValueManager​(org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.apereo.cas.util.crypto.CipherExecutor cookieCipherExecutor)  
      • Methods inherited from class java.lang.Object

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

      • CasCookieCoreConfiguration

        public CasCookieCoreConfiguration()
    • Method Detail

      • cookieValueManager

        @ConditionalOnMissingBean(name="cookieValueManager")
        @Bean
        @RefreshScope(proxyMode=DEFAULT)
        public org.apereo.cas.web.cookie.CookieValueManager cookieValueManager​(org.apereo.cas.configuration.CasConfigurationProperties casProperties,
                                                                               @Qualifier("cookieCipherExecutor")
                                                                               org.apereo.cas.util.crypto.CipherExecutor cookieCipherExecutor)
      • cookieCipherExecutor

        @ConditionalOnMissingBean(name="cookieCipherExecutor")
        @RefreshScope(proxyMode=DEFAULT)
        @Bean
        public org.apereo.cas.util.crypto.CipherExecutor cookieCipherExecutor​(org.apereo.cas.configuration.CasConfigurationProperties casProperties)