Class AuthTokenService

java.lang.Object
org.restheart.security.services.AuthTokenService
All Implemented Interfaces:
CORSHeaders, ConfigurablePlugin, ExchangeTypeResolver<JsonRequest,JsonResponse>, HandlingPlugin<JsonRequest,JsonResponse>, JsonService, Plugin, Service<JsonRequest,JsonResponse>

public class AuthTokenService extends Object implements JsonService
allows to get and invalidate the user auth token generated by RndTokenManager
Author:
Andrea Di Cesare <andrea@softinstigate.com>