public class OpenIdConnectAutoLogin
extends com.liferay.portal.security.auth.BaseAutoLogin
| Constructor and Description |
|---|
OpenIdConnectAutoLogin() |
| Modifier and Type | Method and Description |
|---|---|
static com.liferay.portal.model.User |
addUser(long companyId,
long groupId,
String portalURL,
String emailAddress,
String firstName,
String lastName,
String openid) |
static com.liferay.portal.model.User |
createOrUpdateUser(org.gcube.oidc.rest.JWTToken token,
long companyId,
long groupId,
String portalURL,
org.gcube.portal.oidc.lr62.LiferayOpenIdConnectConfiguration configuration) |
String[] |
doLogin(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
public String[] doLogin(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
doLogin in class com.liferay.portal.security.auth.BaseAutoLoginExceptionpublic static com.liferay.portal.model.User createOrUpdateUser(org.gcube.oidc.rest.JWTToken token,
long companyId,
long groupId,
String portalURL,
org.gcube.portal.oidc.lr62.LiferayOpenIdConnectConfiguration configuration)
throws Exception
Exceptionpublic static com.liferay.portal.model.User addUser(long companyId,
long groupId,
String portalURL,
String emailAddress,
String firstName,
String lastName,
String openid)
throws com.liferay.portal.kernel.exception.SystemException,
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemExceptioncom.liferay.portal.kernel.exception.PortalExceptionCopyright © 2020. All Rights Reserved.