Uses of Interface
de.xima.fc.user_portal.api.auth.UserPortalUnauthorizedHandler
-
Packages that use UserPortalUnauthorizedHandler Package Description de.xima.fc.user_portal.api.context -
-
Uses of UserPortalUnauthorizedHandler in de.xima.fc.user_portal.api.context
Classes in de.xima.fc.user_portal.api.context that implement UserPortalUnauthorizedHandler Modifier and Type Class Description class
FacesUnauthorizedHandler
Handles unauthorized REST API responses from the server by redirecting to the login page.Methods in de.xima.fc.user_portal.api.context that return UserPortalUnauthorizedHandler Modifier and Type Method Description UserPortalUnauthorizedHandler
IUserPortalInvocationContext. unauthorizedHandler()
Handler for unauthorized requests.Methods in de.xima.fc.user_portal.api.context with parameters of type UserPortalUnauthorizedHandler Modifier and Type Method Description IUserPortalInvocationContext
UserPortalInvocationContextFactory. live(EHttpTransportType clientType, IUserPortalRestClientConfig config, Locale locale, UserPortalRestAuthenticator authentication, UserPortalUnauthorizedHandler unauthorizedHandler)
Creates a newIUserPortalInvocationContext
instance that accesses a live user portal REST API.
-