Class ConfluenceLoginPage
- java.lang.Object
-
- com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage
-
- com.atlassian.confluence.pageobjects.page.ConfluenceLoginPage
-
- All Implemented Interfaces:
com.atlassian.pageobjects.Page
,com.atlassian.pageobjects.page.LoginPage
- Direct Known Subclasses:
DefaultLogoutPage
,SAMLLogoutPage
@Deprecated @ParametersAreNonnullByDefault public class ConfluenceLoginPage extends ConfluenceAbstractPage implements com.atlassian.pageobjects.page.LoginPage
Deprecated.in 5.8. UseConfluenceLoginPage
instead from maven modulecom.atlassian.confluence:confluence-webdriver-pageobjects
. See the new README.Page object implementation for the LoginPage in Confluence.
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
authFallback
Deprecated.static String
CAPTCHA_RESPONSE_ID
Deprecated.protected String
language
Deprecated.static String
PASSWORD_ERROR_ID
Deprecated.static String
URI
Deprecated.static String
USERNAME_ERROR_ID
Deprecated.-
Fields inherited from class com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage
driver, jsQueryFactory, pageBinder, pageElementFinder, serverPerformance, timeouts, waiter, waitTimeout
-
-
Constructor Summary
Constructors Constructor Description ConfluenceLoginPage()
Deprecated.ConfluenceLoginPage(String language)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getUrl()
Deprecated.com.atlassian.pageobjects.elements.query.TimedCondition
hasSignupMessage()
Deprecated.<M extends com.atlassian.pageobjects.Page>
Mlogin(User user, Class<M> destinationClass, Object... args)
Deprecated.void
login(String username, String password, boolean rememberMe)
Deprecated.<M extends com.atlassian.pageobjects.Page>
Mlogin(String username, String password, Class<M> nextPage)
Deprecated.<M extends com.atlassian.pageobjects.Page>
MloginAsSysAdmin(Class<M> nextPage)
Deprecated.void
waitForLoginJs()
Deprecated.-
Methods inherited from class com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage
back, doWait, getAlert, getComponent, getHeader, getMainHeader, getMetadata, getMetadataLong, isDarkFeatureEnabled, openToolsMenu, setSetupComplete, toString
-
-
-
-
Field Detail
-
URI
public static final String URI
Deprecated.- See Also:
- Constant Field Values
-
USERNAME_ERROR_ID
public static final String USERNAME_ERROR_ID
Deprecated.- See Also:
- Constant Field Values
-
PASSWORD_ERROR_ID
public static final String PASSWORD_ERROR_ID
Deprecated.- See Also:
- Constant Field Values
-
CAPTCHA_RESPONSE_ID
public static final String CAPTCHA_RESPONSE_ID
Deprecated.- See Also:
- Constant Field Values
-
language
protected final String language
Deprecated.
-
authFallback
protected final boolean authFallback
Deprecated.
-
-
Constructor Detail
-
ConfluenceLoginPage
public ConfluenceLoginPage()
Deprecated.
-
ConfluenceLoginPage
public ConfluenceLoginPage(String language)
Deprecated.
-
-
Method Detail
-
getUrl
public String getUrl()
Deprecated.- Specified by:
getUrl
in interfacecom.atlassian.pageobjects.Page
-
waitForLoginJs
public void waitForLoginJs()
Deprecated.
-
login
public <M extends com.atlassian.pageobjects.Page> M login(String username, String password, Class<M> nextPage)
Deprecated.- Specified by:
login
in interfacecom.atlassian.pageobjects.page.LoginPage
-
loginAsSysAdmin
public <M extends com.atlassian.pageobjects.Page> M loginAsSysAdmin(Class<M> nextPage)
Deprecated.- Specified by:
loginAsSysAdmin
in interfacecom.atlassian.pageobjects.page.LoginPage
-
login
public <M extends com.atlassian.pageobjects.Page> M login(User user, Class<M> destinationClass, Object... args)
Deprecated.
-
hasSignupMessage
public com.atlassian.pageobjects.elements.query.TimedCondition hasSignupMessage()
Deprecated.
-
-