Package | Description |
---|---|
com.atlassian.jira.security.xsrf |
Modifier and Type | Method and Description |
---|---|
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.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.checkWebRequestInvocation(javax.servlet.http.HttpServletRequest httpServletRequest)
Checks that the web request contains the correct XSRF parameters.
|
XsrfCheckResult |
XsrfInvocationChecker.checkWebRequestInvocation(javax.servlet.http.HttpServletRequest httpServletRequest)
Checks that the web request contains the correct XSRF parameters.
|
Copyright © 2002-2019 Atlassian. All Rights Reserved.