Interface OpenIdConnectAuthenticationHandler


@ProviderType public interface OpenIdConnectAuthenticationHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    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.
      Throws:
      com.liferay.portal.kernel.exception.PortalException