Uses of Class
io.vertx.ext.auth.mongo.MongoAuthenticationOptions
Packages that use MongoAuthenticationOptions
-
Uses of MongoAuthenticationOptions in io.vertx.ext.auth.mongo
Methods in io.vertx.ext.auth.mongo that return MongoAuthenticationOptionsModifier and TypeMethodDescriptionMongoAuthenticationOptions.setCollectionName(String collectionName) The property name to be used to set the name of the collection inside the config.MongoAuthenticationOptions.setPasswordCredentialField(String passwordCredentialField) MongoAuthenticationOptions.setPasswordField(String passwordField) The property name to be used to set the name of the field, where the password is stored insideMongoAuthenticationOptions.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.MongoAuthenticationOptions.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 MongoAuthenticationOptionsModifier and TypeMethodDescriptionstatic MongoAuthenticationMongoAuthentication.create(MongoClient mongoClient, MongoAuthenticationOptions options) Creates an instance of MongoAuth by using the givenMongoClientand configuration object.static MongoUserUtilMongoUserUtil.create(MongoClient client, MongoAuthenticationOptions authenticationOptions, MongoAuthorizationOptions authorizationOptions) Create an instance of the user helper with custom queries.