Class UserVerifier

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

public class UserVerifier extends Object implements JsonService
Verifies a registered user It assumes that the user collection is 'restheart.users', the roles property is 'roles' and the id of the user is "_id" (the default configuration values of mongoRealAuthenticator)
Author:
Andrea Di Cesare <andrea@softinstigate.com>