Package | Description |
---|---|
io.vertx.ext.auth.mongo | |
io.vertx.reactivex.ext.auth.mongo | |
io.vertx.rxjava.ext.auth.mongo |
Modifier and Type | Method and Description |
---|---|
MongoAuthorizationOptions |
MongoAuthorizationOptions.setCollectionName(String collectionName)
The property name to be used to set the name of the collection inside the config.
|
MongoAuthorizationOptions |
MongoAuthorizationOptions.setPermissionField(String permissionField)
The property name to be used to set the name of the field, where the permissions are stored inside.
|
MongoAuthorizationOptions |
MongoAuthorizationOptions.setRoleField(String roleField)
The property name to be used to set the name of the field, where the roles are stored inside.
|
MongoAuthorizationOptions |
MongoAuthorizationOptions.setUsernameField(String usernameField)
The property name to be used to set the name of the field, where the username is stored inside.
|
Modifier and Type | Method and Description |
---|---|
static MongoUserUtil |
MongoUserUtil.create(MongoClient client,
MongoAuthenticationOptions authenticationOptions,
MongoAuthorizationOptions authorizationOptions)
Create an instance of the user helper with custom queries.
|
static MongoAuthorization |
MongoAuthorization.create(String providerId,
MongoClient mongoClient,
MongoAuthorizationOptions options)
Creates an instance of MongoAuthorization by using the given
MongoClient and configuration object. |
static void |
MongoAuthorizationOptionsConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
MongoAuthorizationOptions obj) |
static void |
MongoAuthorizationOptionsConverter.toJson(MongoAuthorizationOptions obj,
JsonObject json) |
static void |
MongoAuthorizationOptionsConverter.toJson(MongoAuthorizationOptions obj,
Map<String,Object> json) |
Modifier and Type | Method and Description |
---|---|
static MongoUserUtil |
MongoUserUtil.create(MongoClient client,
MongoAuthenticationOptions authenticationOptions,
MongoAuthorizationOptions authorizationOptions)
Create an instance of the user helper with custom queries.
|
static MongoAuthorization |
MongoAuthorization.create(String providerId,
MongoClient mongoClient,
MongoAuthorizationOptions options)
Creates an instance of MongoAuthorization by using the given and configuration object.
|
Modifier and Type | Method and Description |
---|---|
static MongoUserUtil |
MongoUserUtil.create(MongoClient client,
MongoAuthenticationOptions authenticationOptions,
MongoAuthorizationOptions authorizationOptions)
Create an instance of the user helper with custom queries.
|
static MongoAuthorization |
MongoAuthorization.create(String providerId,
MongoClient mongoClient,
MongoAuthorizationOptions options)
Creates an instance of MongoAuthorization by using the given and configuration object.
|
Copyright © 2021 Eclipse. All rights reserved.