com.liferay.portal.googleapps
Class GAuthenticator
java.lang.Object
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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GAuthenticator
public GAuthenticator(long companyId)
GAuthenticator
public GAuthenticator(java.lang.String domain,
java.lang.String userName,
java.lang.String password)
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