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 UserPortalRestAuthenticatorUserPortalRestAuthenticator. jwt(IUserPortalUser user)static UserPortalRestAuthenticatorUserPortalRestAuthenticator. 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 UserPortalRestAuthenticatorIUserPortalInvocationContext. 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 IUserPortalInvocationContextUserPortalInvocationContextFactory. live(EHttpTransportType clientType, IUserPortalRestClientConfig config, Locale locale, UserPortalRestAuthenticator authentication, UserPortalUnauthorizedHandler unauthorizedHandler)Creates a newIUserPortalInvocationContextinstance that accesses a live user portal REST API.
-