Uses of Interface
de.xima.fc.user_portal.api.auth.UserPortalRestAuthenticator
-
Packages that use UserPortalRestAuthenticator Package Description de.xima.fc.user_portal.api.auth de.xima.fc.user_portal.api.context -
-
Uses of UserPortalRestAuthenticator in de.xima.fc.user_portal.api.auth
Methods in de.xima.fc.user_portal.api.auth that return UserPortalRestAuthenticator Modifier and Type Method Description static UserPortalRestAuthenticator
UserPortalRestAuthenticator. jwt(IUserPortalUser user)
static UserPortalRestAuthenticator
UserPortalRestAuthenticator. none()
-
Uses of UserPortalRestAuthenticator in de.xima.fc.user_portal.api.context
Methods in de.xima.fc.user_portal.api.context that return UserPortalRestAuthenticator Modifier and Type Method Description UserPortalRestAuthenticator
IUserPortalInvocationContext. authentication()
Optional authentication information applied automatically to all requests.Methods in de.xima.fc.user_portal.api.context with parameters of type UserPortalRestAuthenticator 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.
-