|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface XsrfTokenAccessor
Gives access to the applications XSRF tokens
| Method Summary | |
|---|---|
String |
getXsrfToken(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
boolean create)
Get the persistent token for the given request, that is, the token stored in the users session or in a cookie, not the token submitted as part of a form. |
| Method Detail |
|---|
String getXsrfToken(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
boolean create)
request - The request to get the token fromresponse - The response to add the cookie to if necessary, can be null, if create is false.create - Whether a new token should be created if there is none in the request. The new token should be
persistent across subsequent requests, ie, added to the users session or a cookie.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||