public interface CookieValueManager
CookieValueManager is responsible for
managing all cookies and their value structure for CAS. Implementations
may choose to encode and sign the cookie value and optionally perform
additional checks to ensure the integrity of the cookie.| Modifier and Type | Method and Description |
|---|---|
String |
buildCookieValue(String givenCookieValue,
javax.servlet.http.HttpServletRequest request)
Build cookie value.
|
String |
obtainCookieValue(javax.servlet.http.Cookie cookie,
javax.servlet.http.HttpServletRequest request)
Obtain cookie value.
|
String buildCookieValue(@NotNull String givenCookieValue, @NotNull javax.servlet.http.HttpServletRequest request)
givenCookieValue - the given cookie valuerequest - the requestString obtainCookieValue(@NotNull javax.servlet.http.Cookie cookie, @NotNull javax.servlet.http.HttpServletRequest request)
cookie - the cookierequest - the requestCopyright © 2004-2016 Apereo. All Rights Reserved.