Liferay 6.0.5

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)
           
 
Method Summary
protected  void doInit()
           
 String getAuthenticationToken()
           
 long getCompanyId()
           
 String getDomain()
           
 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)
Method Detail

getAuthenticationToken

public String getAuthenticationToken()

getCompanyId

public long getCompanyId()

getDomain

public String getDomain()

init

public void init(boolean manual)

doInit

protected void doInit()
               throws Exception
Throws:
Exception

Liferay 6.0.5