@Configuration(value="casCookieConfiguration")
@EnableConfigurationProperties(value=org.apereo.cas.configuration.CasConfigurationProperties.class)
public class CasCookieConfiguration
extends java.lang.Object
CasCookieConfiguration.| Constructor and Description |
|---|
CasCookieConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.apereo.cas.CipherExecutor |
cookieCipherExecutor() |
CookieValueManager |
cookieValueManager(org.apereo.cas.CipherExecutor cipherExecutor) |
CookieRetrievingCookieGenerator |
ticketGrantingTicketCookieGenerator(org.apereo.cas.CipherExecutor cipherExecutor) |
CookieRetrievingCookieGenerator |
warnCookieGenerator() |
@Bean @RefreshScope public CookieRetrievingCookieGenerator warnCookieGenerator()
@ConditionalOnMissingBean(name="cookieValueManager") @Autowired @Bean public CookieValueManager cookieValueManager(@Qualifier(value="cookieCipherExecutor") org.apereo.cas.CipherExecutor cipherExecutor)
@ConditionalOnMissingBean(name="cookieCipherExecutor") @RefreshScope @Bean public org.apereo.cas.CipherExecutor cookieCipherExecutor()
@Autowired @Bean @RefreshScope public CookieRetrievingCookieGenerator ticketGrantingTicketCookieGenerator(@Qualifier(value="cookieCipherExecutor") org.apereo.cas.CipherExecutor cipherExecutor)