public abstract static class XsrfCheck.AbstractFormSubmission extends Object implements XsrfCheck.Submission
| Constructor and Description |
|---|
AbstractFormSubmission() |
| Modifier and Type | Method and Description |
|---|---|
void |
init(net.sourceforge.jwebunit.WebTester tester,
Navigation navigation,
Form form)
Initialise the submission with state from the checker.
|
void |
removeToken()
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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinit, submitRequestpublic void removeToken()
XsrfCheck.SubmissionremoveToken in interface XsrfCheck.Submissionpublic void init(net.sourceforge.jwebunit.WebTester tester,
Navigation navigation,
Form form)
XsrfCheck.Submissioninit in interface XsrfCheck.Submissiontester - web testernavigation - navigationform - formCopyright © 2002-2019 Atlassian. All Rights Reserved.