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 classFacesUnauthorizedHandlerHandles 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 UserPortalUnauthorizedHandlerIUserPortalInvocationContext. unauthorizedHandler()Handler for unauthorized requests.Methods in de.xima.fc.user_portal.api.context with parameters of type UserPortalUnauthorizedHandler Modifier and Type Method Description IUserPortalInvocationContextUserPortalInvocationContextFactory. live(EHttpTransportType clientType, IUserPortalRestClientConfig config, Locale locale, UserPortalRestAuthenticator authentication, UserPortalUnauthorizedHandler unauthorizedHandler)Creates a newIUserPortalInvocationContextinstance that accesses a live user portal REST API. 
 -