MongoAuthenticationOptions |
MongoAuthenticationOptions.setCollectionName(String collectionName) |
The property name to be used to set the name of the collection inside the config.
|
MongoAuthenticationOptions |
MongoAuthenticationOptions.setPasswordCredentialField(String passwordCredentialField) |
|
MongoAuthenticationOptions |
MongoAuthenticationOptions.setPasswordField(String passwordField) |
The property name to be used to set the name of the field, where the password is stored inside
|
MongoAuthenticationOptions |
MongoAuthenticationOptions.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 |
MongoAuthenticationOptions.setUsernameField(String usernameField) |
The property name to be used to set the name of the field, where the username is stored inside.
|