Uses of Class
io.vertx.ext.auth.mongo.MongoAuthorizationOptions
-
Packages that use MongoAuthorizationOptions Package Description io.vertx.ext.auth.mongo -
-
Uses of MongoAuthorizationOptions in io.vertx.ext.auth.mongo
Methods in io.vertx.ext.auth.mongo that return MongoAuthorizationOptions Modifier and Type Method 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.Methods in io.vertx.ext.auth.mongo with parameters of type MongoAuthorizationOptions Modifier and Type Method Description static MongoAuthorization
MongoAuthorization. create(String providerId, MongoClient mongoClient, MongoAuthorizationOptions options)
Creates an instance of MongoAuthorization by using the givenMongoClient
and configuration object.static MongoUserUtil
MongoUserUtil. create(MongoClient client, MongoAuthenticationOptions authenticationOptions, MongoAuthorizationOptions authorizationOptions)
Create an instance of the user helper with custom queries.
-