Interface Xsrf
- All Known Implementing Classes:
XsrfDialog,XsrfPage
public interface Xsrf
Represents a user's Xsrf interaction.
- Since:
- v5.0.1
-
Method Summary
Modifier and TypeMethodDescriptionbooleancanRetry()booleanbooleanhasRequestParameter(String parameterName) booleanbooleanbooleanlogin()<P> P
-
Method Details
-
hasParamaters
boolean hasParamaters() -
hasRequestParameters
boolean hasRequestParameters() -
hasRequestParameter
-
canRetry
boolean canRetry() -
retry
-
login
JiraLoginPage login() -
isSessionExpired
boolean isSessionExpired() -
isXsrfCheckFailed
boolean isXsrfCheckFailed()
-