Index
All Classes and Interfaces|All Packages
E
- EmailVerificationSender - Class in org.restheart.signup
- EmailVerificationSender() - Constructor for class org.restheart.signup.EmailVerificationSender
H
- handle(JsonRequest, JsonResponse) - Method in class org.restheart.signup.UserVerifier
- handle(MongoRequest, MongoResponse) - Method in class org.restheart.signup.EmailVerificationSender
- handle(MongoRequest, MongoResponse) - Method in class org.restheart.signup.VerificationCodeGenerator
I
- init() - Method in class org.restheart.signup.EmailVerificationSender
O
- org.restheart.signup - package org.restheart.signup
R
- resolve(MongoRequest, MongoResponse) - Method in class org.restheart.signup.EmailVerificationSender
- resolve(MongoRequest, MongoResponse) - Method in class org.restheart.signup.VerificationCodeGenerator
U
- UserVerifier - Class in org.restheart.signup
-
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)
- UserVerifier() - Constructor for class org.restheart.signup.UserVerifier
V
- VerificationCodeGenerator - Class in org.restheart.signup
-
whan an unauthenticated client creates a user user document, this interceptor adds the verification code and sets the roles to UNVERIFIED it also forbids the client to update an existing document it assumes that the user collection is 'users' and the roles property is 'roles' (the default configuration values of mongoRealAuthenticator)
- VerificationCodeGenerator() - Constructor for class org.restheart.signup.VerificationCodeGenerator
All Classes and Interfaces|All Packages