Interface OpenIdConnectAuthenticationHandler
@ProviderType
public interface OpenIdConnectAuthenticationHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
processAuthenticationResponse
(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, com.liferay.petra.function.UnsafeConsumer<Long, Exception> userIdUnsafeConsumer) void
requestAuthentication
(long oAuthClientEntryId, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) void
requestAuthentication
(String openIdConnectProviderName, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) Deprecated.
-
Method Details
-
processAuthenticationResponse
void processAuthenticationResponse(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, com.liferay.petra.function.UnsafeConsumer<Long, Exception> userIdUnsafeConsumer) throws Exception- Throws:
Exception
-
requestAuthentication
void requestAuthentication(long oAuthClientEntryId, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
requestAuthentication
@Deprecated void requestAuthentication(String openIdConnectProviderName, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) throws com.liferay.portal.kernel.exception.PortalException Deprecated.As of Cavanaugh (7.4.x), replaced byrequestAuthentication(long, HttpServletRequest, HttpServletResponse)
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
requestAuthentication(long, HttpServletRequest, HttpServletResponse)