Package org.apereo.cas.web.config
Class CasCookieConfiguration.CasCookieCoreConfiguration
- java.lang.Object
-
- org.apereo.cas.web.config.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
-
-
Constructor Summary
Constructors Constructor Description CasCookieCoreConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apereo.cas.util.crypto.CipherExecutorcookieCipherExecutor(org.apereo.cas.configuration.CasConfigurationProperties casProperties)org.apereo.cas.web.cookie.CookieValueManagercookieValueManager(org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.apereo.cas.util.crypto.CipherExecutor cookieCipherExecutor)
-
-
-
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)
-
-