public final class DefaultCasCookieValueManager extends Object implements CookieValueManager
DefaultCasCookieValueManager is responsible for...| Constructor and Description |
|---|
DefaultCasCookieValueManager()
Instantiates a new Cas cookie value manager.
|
DefaultCasCookieValueManager(CipherExecutor cipherExecutor)
Instantiates a new Cas cookie value manager.
|
| 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.
|
public DefaultCasCookieValueManager()
public DefaultCasCookieValueManager(CipherExecutor cipherExecutor)
cipherExecutor - the cipher executorpublic String buildCookieValue(String givenCookieValue, javax.servlet.http.HttpServletRequest request)
CookieValueManagerbuildCookieValue in interface CookieValueManagergivenCookieValue - the given cookie valuerequest - the requestpublic String obtainCookieValue(javax.servlet.http.Cookie cookie, javax.servlet.http.HttpServletRequest request)
CookieValueManagerobtainCookieValue in interface CookieValueManagercookie - the cookierequest - the requestCopyright © 2004-2016 Apereo. All Rights Reserved.