Class TokenAuthenticator

java.lang.Object
org.nuxeo.ecm.platform.ui.web.auth.token.TokenAuthenticator
All Implemented Interfaces:
NuxeoAuthenticationPlugin, NuxeoAuthenticationPluginLogoutExtension

public class TokenAuthenticator extends Object implements NuxeoAuthenticationPlugin, NuxeoAuthenticationPluginLogoutExtension
Handles authentication with a token sent as a request header.

The user is retrieved with the TokenAuthenticationService.

Since:
5.7
Author:
Antoine Taillefer ([email protected])