public interface GoogleAuthorization
Modifier and Type | Method and Description |
---|---|
com.liferay.portal.kernel.model.User |
addOrUpdateUser(javax.servlet.http.HttpSession session,
long companyId,
java.lang.String authorizationCode,
java.lang.String returnRequestUri,
java.util.List<java.lang.String> scopes) |
java.lang.String |
getLoginRedirect(long companyId,
java.lang.String returnRequestUri,
java.util.List<java.lang.String> scopes) |
boolean |
isEnabled(long companyId) |
com.liferay.portal.kernel.model.User addOrUpdateUser(javax.servlet.http.HttpSession session, long companyId, java.lang.String authorizationCode, java.lang.String returnRequestUri, java.util.List<java.lang.String> scopes) throws java.lang.Exception
java.lang.Exception
java.lang.String getLoginRedirect(long companyId, java.lang.String returnRequestUri, java.util.List<java.lang.String> scopes) throws java.lang.Exception
java.lang.Exception
boolean isEnabled(long companyId)