@ProviderType
public interface OpenIdConnectAuthenticationHandler
| Modifier and Type | Method and Description |
|---|---|
void |
processAuthenticationResponse(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
com.liferay.petra.function.UnsafeConsumer<java.lang.Long,java.lang.Exception> userIdUnsafeConsumer) |
void |
requestAuthentication(long oAuthClientEntryId,
javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse) |
void |
requestAuthentication(java.lang.String openIdConnectProviderName,
javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse)
Deprecated.
As of Cavanaugh (7.4.x), replaced by
requestAuthentication(long, HttpServletRequest,
HttpServletResponse) |
void processAuthenticationResponse(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
com.liferay.petra.function.UnsafeConsumer<java.lang.Long,java.lang.Exception> userIdUnsafeConsumer)
throws java.lang.Exception
java.lang.Exceptionvoid requestAuthentication(long oAuthClientEntryId,
javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Deprecated
void requestAuthentication(java.lang.String openIdConnectProviderName,
javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse)
throws com.liferay.portal.kernel.exception.PortalException
requestAuthentication(long, HttpServletRequest,
HttpServletResponse)com.liferay.portal.kernel.exception.PortalException