Uses of Interface
de.xima.fc.user_portal.api.auth.UserPortalUnauthorizedHandler
Packages that use UserPortalUnauthorizedHandler
-
Uses of UserPortalUnauthorizedHandler in de.xima.fc.user_portal.api.context
Classes in de.xima.fc.user_portal.api.context that implement UserPortalUnauthorizedHandlerModifier and TypeClassDescriptionclassHandles unauthorized REST API responses from the server by redirecting to the login page.Methods in de.xima.fc.user_portal.api.context that return UserPortalUnauthorizedHandlerModifier and TypeMethodDescriptionIUserPortalInvocationContext.unauthorizedHandler()Handler for unauthorized requests.Methods in de.xima.fc.user_portal.api.context with parameters of type UserPortalUnauthorizedHandlerModifier and TypeMethodDescriptionUserPortalInvocationContextFactory.live(EHttpTransportType clientType, IUserPortalRestClientConfig config, Locale locale, UserPortalRestAuthenticator authentication, UserPortalUnauthorizedHandler unauthorizedHandler) Creates a newIUserPortalInvocationContextinstance that accesses a live user portal REST API.