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(Object response)
Handles an unauthorized response from the user portal REST API.
-