org.broadleafcommerce.common.security.util
Class GenericCookieUtilsImpl
java.lang.Object
org.broadleafcommerce.common.security.util.GenericCookieUtilsImpl
- All Implemented Interfaces:
- CookieUtils
@Component(value="blCookieUtils")
public class GenericCookieUtilsImpl
- extends Object
- implements CookieUtils
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GenericCookieUtilsImpl
public GenericCookieUtilsImpl()
getCookieValue
public String getCookieValue(javax.servlet.http.HttpServletRequest request,
String cookieName)
- Specified by:
getCookieValue in interface CookieUtils
setCookieValue
public void setCookieValue(javax.servlet.http.HttpServletResponse response,
String cookieName,
String cookieValue,
String path,
Integer maxAge,
Boolean isSecure)
- Specified by:
setCookieValue in interface CookieUtils
setCookieValue
public void setCookieValue(javax.servlet.http.HttpServletResponse response,
String cookieName,
String cookieValue)
- Specified by:
setCookieValue in interface CookieUtils
invalidateCookie
public void invalidateCookie(javax.servlet.http.HttpServletResponse response,
String cookieName)
- Specified by:
invalidateCookie in interface CookieUtils
Copyright © 2012. All Rights Reserved.