@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(java.lang.String openIdConnectProviderName,
javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse 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(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