com.atlassian.confluence.it.usermanagement
Class AbstractOnDemandLoginClient

java.lang.Object
  extended by com.atlassian.confluence.it.usermanagement.AbstractOnDemandLoginClient
All Implemented Interfaces:
OnDemandLoginClient
Direct Known Subclasses:
IndraWebClient, JiraWebClient

public abstract class AbstractOnDemandLoginClient
extends Object
implements OnDemandLoginClient

Logic shared across all OnDemand login clients

Since:
v5.0

Field Summary
protected  net.sourceforge.jwebunit.junit.WebTester webTester
           
 
Constructor Summary
protected AbstractOnDemandLoginClient(String baseUrlPropertyName)
           
 
Method Summary
protected  javax.servlet.http.Cookie getCrowdTokenCookie()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.confluence.it.usermanagement.OnDemandLoginClient
logIn, logOut
 

Field Detail

webTester

protected final net.sourceforge.jwebunit.junit.WebTester webTester
Constructor Detail

AbstractOnDemandLoginClient

protected AbstractOnDemandLoginClient(String baseUrlPropertyName)
Method Detail

getCrowdTokenCookie

protected javax.servlet.http.Cookie getCrowdTokenCookie()


Copyright © 2003-2013 Atlassian. All Rights Reserved.