Package de.xima.fc.user_portal.api.auth
Interface UserPortalRestAuthenticator
-
public interface UserPortalRestAuthenticator
Authenticator interface for the user portal REST API. The authenticator is given an API call and may apply modifications to the call before it is executed.- Since:
- 8.2.0
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static UserPortalRestAuthenticator
jwt(IUserPortalUser user)
static UserPortalRestAuthenticator
none()
de.xima.fc.api.rest.pub.client.user_portal.auth.Authentication
publicAuthentication()
Version of the authenticator for a public rest API call.
-
-
-
Method Detail
-
jwt
static UserPortalRestAuthenticator jwt(IUserPortalUser user)
-
none
static UserPortalRestAuthenticator none()
-
publicAuthentication
de.xima.fc.api.rest.pub.client.user_portal.auth.Authentication publicAuthentication()
Version of the authenticator for a public rest API call.- Returns:
- The public rest API authenticator, never null.
-
-