Package | Description |
---|---|
io.vertx.ext.auth.mongo |
Modifier and Type | Method and Description |
---|---|
MongoAuthOptions |
MongoAuthOptions.clone() |
MongoAuthOptions |
MongoAuthOptions.setCollectionName(String collectionName)
The property name to be used to set the name of the collection inside the config.
|
MongoAuthOptions |
MongoAuthOptions.setConfig(JsonObject config)
The mongo client configuration: see Mongo Client documentation.
|
MongoAuthOptions |
MongoAuthOptions.setDatasourceName(String datasourceName)
The mongo data source name: see Mongo Client documentation.
|
MongoAuthOptions |
MongoAuthOptions.setPasswordField(String passwordField)
The property name to be used to set the name of the field, where the password is stored inside
|
MongoAuthOptions |
MongoAuthOptions.setPermissionField(String permissionField)
The property name to be used to set the name of the field, where the permissions are stored inside.
|
MongoAuthOptions |
MongoAuthOptions.setRoleField(String roleField)
The property name to be used to set the name of the field, where the roles are stored inside.
|
MongoAuthOptions |
MongoAuthOptions.setSaltField(String saltField)
The property name to be used to set the name of the field, where the SALT is stored inside.
|
MongoAuthOptions |
MongoAuthOptions.setSaltStyle(HashSaltStyle saltStyle)
The property name to be used to set the name of the field, where the salt style is stored inside
|
MongoAuthOptions |
MongoAuthOptions.setShared(boolean shared)
Use a shared Mongo client or not.
|
MongoAuthOptions |
MongoAuthOptions.setUsernameCredentialField(String usernameCredentialField)
The property name to be used to set the name of the field, where the username for the credentials is stored inside.
|
MongoAuthOptions |
MongoAuthOptions.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 void |
MongoAuthOptionsConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
MongoAuthOptions obj) |
static void |
MongoAuthOptionsConverter.toJson(MongoAuthOptions obj,
JsonObject json) |
static void |
MongoAuthOptionsConverter.toJson(MongoAuthOptions obj,
Map<String,Object> json) |
Constructor and Description |
---|
MongoAuthOptions(MongoAuthOptions that) |
Copyright © 2023 Eclipse. All rights reserved.