com.liferay.portal.googleapps
Class GAuthenticator

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

public class GAuthenticator
extends java.lang.Object

Author:
Brian Wing Shun Chan

Constructor Summary
GAuthenticator(long companyId)
           
GAuthenticator(java.lang.String domain, java.lang.String userName, java.lang.String password)
           
 
Method Summary
protected  void doInit()
           
 java.lang.String getAuthenticationToken()
           
 long getCompanyId()
           
 java.lang.String getDomain()
           
 java.lang.String getError()
           
 void init(boolean manual)
           
 
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(java.lang.String domain,
                      java.lang.String userName,
                      java.lang.String password)
Method Detail

getAuthenticationToken

public java.lang.String getAuthenticationToken()

getCompanyId

public long getCompanyId()

getDomain

public java.lang.String getDomain()

getError

public java.lang.String getError()

init

public void init(boolean manual)

doInit

protected void doInit()
               throws java.lang.Exception
Throws:
java.lang.Exception