| Interface and Description |
|---|
| io.vertx.ext.auth.mongo.HashStrategy
This strategy has been deprecated in favour of
HashingStrategy. The new
implementation is backend agnostic and follows a standard format that can be reused across different storages. |
| io.vertx.ext.auth.mongo.MongoAuth
This class has been replaced by the class
MongoAuthentication for authentication and MongoAuthorization for authorization |
| Class and Description |
|---|
| io.vertx.ext.auth.mongo.MongoAuthOptions
This class has been replaced by the class
MongoAuthenticationOptions for authentication and MongoAuthorizationOptions for authorization |
| Enum and Description |
|---|
| io.vertx.ext.auth.mongo.HashAlgorithm |
| io.vertx.ext.auth.mongo.HashSaltStyle
Please use the provided generic PHC strings at the column level
|
| Field and Description |
|---|
| io.vertx.ext.auth.mongo.MongoAuth.ROLE_PREFIX |
| Method and Description |
|---|
| io.vertx.ext.auth.mongo.MongoAuth.insertUser(String, String, List<String>, List<String>)
Please use
MongoUserUtil instead.
Insert a new user into mongo in the convenient way |
| io.vertx.ext.auth.mongo.MongoAuth.insertUser(String, String, List<String>, List<String>, Handler<AsyncResult<String>>)
Please use
MongoUserUtil instead.
Insert a new user into mongo in the convenient way |
Copyright © 2023 Eclipse. All rights reserved.