Interface UserPortalUnauthorizedHandler

All Known Implementing Classes:
FacesUnauthorizedHandler

public interface UserPortalUnauthorizedHandler
Handler for unauthorized responses (401 HTTP status code) from the user portal REST API.
Since:
8.2.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handle(Object response)
    Handles an unauthorized response from the user portal REST API.
  • Method Details

    • handle

      void handle(Object response) throws Exception
      Handles an unauthorized response from the user portal REST API.
      Parameters:
      response - An unauthorized response from the user portal REST API.
      Throws:
      Exception - May be thrown in order to abort the API call.