|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XsrfCheckResult | |
|---|---|
| com.atlassian.jira.security.xsrf | |
| Uses of XsrfCheckResult in com.atlassian.jira.security.xsrf |
|---|
| Methods in com.atlassian.jira.security.xsrf that return XsrfCheckResult | |
|---|---|
XsrfCheckResult |
XsrfInvocationChecker.checkActionInvocation(webwork.action.Action action,
Map<String,?> parameters)
Checks that the action about to be executed has been invoked within the correct XSRF parameters. |
XsrfCheckResult |
DefaultXsrfInvocationChecker.checkActionInvocation(webwork.action.Action action,
Map<String,?> parameters)
Checks that the action about to be executed has been invoked within the correct XSRF parameters. |
XsrfCheckResult |
XsrfInvocationChecker.checkWebRequestInvocation(javax.servlet.http.HttpServletRequest httpServletRequest)
Checks that the web request contains the correct XSRF parameters. |
XsrfCheckResult |
DefaultXsrfInvocationChecker.checkWebRequestInvocation(javax.servlet.http.HttpServletRequest httpServletRequest)
Checks that the web request contains the correct XSRF parameters. |
XsrfCheckResult |
XsrfFailureException.getCheckResult()
|
| Constructors in com.atlassian.jira.security.xsrf with parameters of type XsrfCheckResult | |
|---|---|
XsrfFailureException(webwork.action.Action action,
javax.servlet.http.HttpServletRequest request,
XsrfCheckResult checkResult,
boolean sessionExpired)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||