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 Detail

      • 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.