com.atlassian.jira.pageobjects.xsrf
Interface Xsrf

All Known Implementing Classes:
XsrfDialog, XsrfPage

public interface Xsrf

Represents a user's Xsrf interaction.

Since:
v5.0.1

Method Summary
 boolean canRetry()
           
 boolean hasParamaters()
           
 boolean isSessionExpired()
           
 boolean isXsrfCheckFailed()
           
 JiraLoginPage login()
           
<P> P
retry(Class<P> page, Object... args)
           
 

Method Detail

hasParamaters

boolean hasParamaters()

canRetry

boolean canRetry()

retry

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

login

JiraLoginPage login()

isSessionExpired

boolean isSessionExpired()

isXsrfCheckFailed

boolean isXsrfCheckFailed()


Copyright © 2002-2014 Atlassian. All Rights Reserved.