|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface XsrfTokenValidator
Verifies that a submitted token is valid.
| Method Summary | |
|---|---|
String |
getXsrfParameterName()
Returns the name of the http parameter name that is used to store the xsrf token in the form. |
boolean |
validateFormEncodedToken(javax.servlet.http.HttpServletRequest request)
Validate a form encoded token. |
| Method Detail |
|---|
boolean validateFormEncodedToken(javax.servlet.http.HttpServletRequest request)
request - the request that contains the token.
String getXsrfParameterName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||