public interface XsrfTokenValidator
| Modifier and Type | Method and Description |
|---|---|
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.
|
boolean validateFormEncodedToken(javax.servlet.http.HttpServletRequest request)
request - the request that contains the token.String getXsrfParameterName()
Copyright © 2018 Atlassian. All rights reserved.