Liferay 6.2-ce-ga5

com.liferay.portal.googleapps
Class GAuthenticator

java.lang.Object
  extended by com.liferay.portal.googleapps.GAuthenticator

public class GAuthenticator
extends Object


Constructor Summary
GAuthenticator(long companyId)
           
GAuthenticator(String domain, String userName, String password)
           
 
Method Summary
protected  void doInit()
           
 String getAuthenticationToken()
           
 long getCompanyId()
           
 String getDomain()
           
 String getError()
           
 void init(boolean manual)
           
protected  boolean isStale()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GAuthenticator

public GAuthenticator(long companyId)

GAuthenticator

public GAuthenticator(String domain,
                      String userName,
                      String password)
Method Detail

getAuthenticationToken

public String getAuthenticationToken()

getCompanyId

public long getCompanyId()

getDomain

public String getDomain()

getError

public String getError()

init

public void init(boolean manual)

doInit

protected void doInit()
               throws Exception
Throws:
Exception

isStale

protected boolean isStale()

Liferay 6.2-ce-ga5