Class TokenAuthenticationServiceImpl

java.lang.Object
org.nuxeo.ecm.tokenauth.service.TokenAuthenticationServiceImpl
All Implemented Interfaces:
Serializable, TokenAuthenticationService

public class TokenAuthenticationServiceImpl extends Object implements TokenAuthenticationService
Default implementation of the TokenAuthenticationService.

The token is generated by the UUID.randomUUID() method which guarantees its uniqueness. The storage back-end is a SQL Directory.

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