public class

XsrfPage

extends Object
implements Xsrf Page
java.lang.Object
   ↳ com.atlassian.jira.pageobjects.xsrf.XsrfPage

Class Overview

Represents the XSRF page. This is a page that can appear anywhere because of our XSRF magic. Because of this it is not really a page.

Summary

Public Constructors
XsrfPage(String urlToVisit)
Use this constructor when you need JIRA to follow a link which should take you to xsrf error page.
XsrfPage()
Public Methods
boolean canRetry()
String getUrl()
boolean hasParamaters()
boolean hasRequestParameter(String parameterName)
boolean hasRequestParameters()
void init()
boolean isSessionExpired()
boolean isXsrfCheckFailed()
JiraLoginPage login()
<P> P retry(Class<P> page, Object... args)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.pageobjects.xsrf.Xsrf
From interface com.atlassian.pageobjects.Page

Public Constructors

public XsrfPage (String urlToVisit)

Use this constructor when you need JIRA to follow a link which should take you to xsrf error page. This method will be much quicker than to fail to bind a different page.

public XsrfPage ()

Public Methods

public boolean canRetry ()

public String getUrl ()

public boolean hasParamaters ()

public boolean hasRequestParameter (String parameterName)

public boolean hasRequestParameters ()

public void init ()

public boolean isSessionExpired ()

public boolean isXsrfCheckFailed ()

public JiraLoginPage login ()

public P retry (Class<P> page, Object... args)