Package de.xima.fc.user_portal.api.auth
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handle(de.xima.fc.api.rest.pub.client.user_portal.ApiResponse<?> response)
Handles an unauthorized response from the user portal REST API.
-
-
-
Method Detail
-
handle
void handle(de.xima.fc.api.rest.pub.client.user_portal.ApiResponse<?> 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.
-
-