com.atlassian.jira.functest.framework.security.xsrf.XsrfCheck.Submission |
![]()
XsrfCheck.AbstractFormSubmission,
XsrfCheck.AbstractLinkSubmission,
XsrfCheck.AsynchFormSubmission,
XsrfCheck.CssLocatorLinkSubmission,
XsrfCheck.FormSubmission,
XsrfCheck.FormSubmissionWithId,
XsrfCheck.LinkWithIdSubmission,
XsrfCheck.LinkWithTextSubmission,
XsrfCheck.XPathLinkSubmission
|
Used to define the implementation of removing a token from a request and sending a request
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Initialise the submission with state from the checker.
| |||||||||||
Removes the token from the state so that we can test what happens when a "dodgy token" is submitted to an
action that is expecting a good token.
| |||||||||||
Submits a request to an action that presumably is XSRF-protected and requires a token to be present.
|
Initialise the submission with state from the checker.
funcTestHelperFactory | factory |
---|
Removes the token from the state so that we can test what happens when a "dodgy token" is submitted to an action that is expecting a good token.
Exception | e |
---|
Submits a request to an action that presumably is XSRF-protected and requires a token to be present.
Exception | e |
---|