@Deprecated
@ProviderType
public interface OpenIdConnectServiceHandler
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasValidOpenIdConnectSession(javax.servlet.http.HttpSession httpSession)
Deprecated.
|
void |
processAuthenticationResponse(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse)
Deprecated.
|
void |
requestAuthentication(java.lang.String openIdConnectProviderName,
javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse)
Deprecated.
|
boolean hasValidOpenIdConnectSession(javax.servlet.http.HttpSession httpSession)
throws OpenIdConnectServiceException.NoOpenIdConnectSessionException
void processAuthenticationResponse(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionvoid requestAuthentication(java.lang.String openIdConnectProviderName,
javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException