public final class DefaultCookieValueManager extends Object implements CookieValueManager
| 构造器和说明 |
|---|
DefaultCookieValueManager()
Instantiates a new Cas cookie value manager.
|
DefaultCookieValueManager(CipherExecutor cipherExecutor)
Instantiates a new Cas cookie value manager.
|
| 限定符和类型 | 方法和说明 |
|---|---|
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 |
obtainCookieValue(String name,
String value,
javax.servlet.http.HttpServletRequest request)
Obtain cookie value.
|
public DefaultCookieValueManager()
public DefaultCookieValueManager(CipherExecutor cipherExecutor)
cipherExecutor - the cipher executorpublic String buildCookieValue(String givenCookieValue, javax.servlet.http.HttpServletRequest request)
CookieValueManagerbuildCookieValue 在接口中 CookieValueManagergivenCookieValue - the given cookie valuerequest - the requestpublic String obtainCookieValue(javax.servlet.http.Cookie cookie, javax.servlet.http.HttpServletRequest request)
CookieValueManagerobtainCookieValue 在接口中 CookieValueManagercookie - the cookierequest - the requestpublic String obtainCookieValue(String name, String value, javax.servlet.http.HttpServletRequest request)
CookieValueManagerobtainCookieValue 在接口中 CookieValueManagername - the cookie namevalue - the cookie valuerequest - the requestCopyright © 2015–2016. All rights reserved.