Uses of Interface
de.xima.fc.user_portal.api.auth.UserPortalRestAuthenticator
Packages that use UserPortalRestAuthenticator
-
Uses of UserPortalRestAuthenticator in de.xima.fc.user_portal.api.auth
Methods in de.xima.fc.user_portal.api.auth that return UserPortalRestAuthenticatorModifier and TypeMethodDescriptionstatic UserPortalRestAuthenticatorUserPortalRestAuthenticator.none()static UserPortalRestAuthenticatorUserPortalRestAuthenticator.user(IUserPortalUserManager userManager) -
Uses of UserPortalRestAuthenticator in de.xima.fc.user_portal.api.context
Methods in de.xima.fc.user_portal.api.context that return UserPortalRestAuthenticatorModifier and TypeMethodDescriptionIUserPortalInvocationContext.authentication()Optional authentication information applied automatically to all requests.Methods in de.xima.fc.user_portal.api.context with parameters of type UserPortalRestAuthenticatorModifier and TypeMethodDescriptionUserPortalInvocationContextFactory.live(EHttpTransportType clientType, IUserPortalRestClientConfig config, Locale locale, UserPortalRestAuthenticator authentication, UserPortalUnauthorizedHandler unauthorizedHandler) Creates a newIUserPortalInvocationContextinstance that accesses a live user portal REST API.