com.atlassian.sal.core.xsrf
Class IndependentXsrfTokenAccessor
java.lang.Object
com.atlassian.sal.core.xsrf.IndependentXsrfTokenAccessor
- All Implemented Interfaces:
- XsrfTokenAccessor
public class IndependentXsrfTokenAccessor
- extends Object
- implements XsrfTokenAccessor
XSRF token accessor that manages its own tokens, not using the underlying applications XSRF tokens
- Since:
- 2.4
|
Method Summary |
String |
getXsrfToken(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
boolean create)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XSRF_COOKIE_KEY
public static final String XSRF_COOKIE_KEY
- See Also:
- Constant Field Values
IndependentXsrfTokenAccessor
public IndependentXsrfTokenAccessor()
getXsrfToken
public String getXsrfToken(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
boolean create)
- Specified by:
getXsrfToken in interface XsrfTokenAccessor
Copyright © 2011 Atlassian. All Rights Reserved.