- DEFAULT_COLLECTION_NAME - Static variable in interface io.vertx.ext.auth.mongo.MongoAuth
-
Deprecated.
The default name of the collection to be used
- DEFAULT_COLLECTION_NAME - Static variable in interface io.vertx.ext.auth.mongo.MongoAuthentication
-
The default name of the collection to be used
- DEFAULT_COLLECTION_NAME - Static variable in interface io.vertx.ext.auth.mongo.MongoAuthorization
-
The default name of the collection to be used
- DEFAULT_CREDENTIAL_PASSWORD_FIELD - Static variable in interface io.vertx.ext.auth.mongo.MongoAuth
-
Deprecated.
- DEFAULT_CREDENTIAL_PASSWORD_FIELD - Static variable in interface io.vertx.ext.auth.mongo.MongoAuthentication
-
- DEFAULT_CREDENTIAL_USERNAME_FIELD - Static variable in interface io.vertx.ext.auth.mongo.MongoAuth
-
Deprecated.
- DEFAULT_CREDENTIAL_USERNAME_FIELD - Static variable in interface io.vertx.ext.auth.mongo.MongoAuthentication
-
- DEFAULT_PASSWORD_FIELD - Static variable in interface io.vertx.ext.auth.mongo.MongoAuth
-
Deprecated.
The default name of the property for the password, like it is stored in mongodb
- DEFAULT_PASSWORD_FIELD - Static variable in interface io.vertx.ext.auth.mongo.MongoAuthentication
-
The default name of the property for the password, like it is stored in mongodb
- DEFAULT_PERMISSION_FIELD - Static variable in interface io.vertx.ext.auth.mongo.MongoAuth
-
Deprecated.
The default name of the property for the permissions, like it is stored in mongodb.
- DEFAULT_PERMISSION_FIELD - Static variable in interface io.vertx.ext.auth.mongo.MongoAuthorization
-
The default name of the property for the permissions, like it is stored in mongodb.
- DEFAULT_ROLE_FIELD - Static variable in interface io.vertx.ext.auth.mongo.MongoAuth
-
Deprecated.
The default name of the property for the roles, like it is stored in mongodb.
- DEFAULT_ROLE_FIELD - Static variable in interface io.vertx.ext.auth.mongo.MongoAuthorization
-
The default name of the property for the roles, like it is stored in mongodb.
- DEFAULT_SALT_FIELD - Static variable in interface io.vertx.ext.auth.mongo.MongoAuth
-
Deprecated.
The default name of the property for the salt field
- DEFAULT_SALT_FIELD - Static variable in interface io.vertx.ext.auth.mongo.MongoAuthentication
-
The default name of the property for the salt field
- DEFAULT_USERNAME_FIELD - Static variable in interface io.vertx.ext.auth.mongo.MongoAuth
-
Deprecated.
The default name of the property for the username, like it is stored in mongodb
- DEFAULT_USERNAME_FIELD - Static variable in interface io.vertx.ext.auth.mongo.MongoAuthentication
-
The default name of the property for the username, like it is stored in mongodb
- DEFAULT_USERNAME_FIELD - Static variable in interface io.vertx.ext.auth.mongo.MongoAuthorization
-
The default name of the property for the username, like it is stored in mongodb
- PROPERTY_COLLECTION_NAME - Static variable in interface io.vertx.ext.auth.mongo.MongoAuth
-
Deprecated.
The property name to be used to set the name of the collection inside the config
- PROPERTY_CREDENTIAL_PASSWORD_FIELD - Static variable in interface io.vertx.ext.auth.mongo.MongoAuth
-
Deprecated.
The property name to be used to set the name of the field, where the password for the credentials is stored inside
- PROPERTY_CREDENTIAL_USERNAME_FIELD - Static variable in interface io.vertx.ext.auth.mongo.MongoAuth
-
Deprecated.
The property name to be used to set the name of the field, where the username for the credentials is stored inside
- PROPERTY_PASSWORD_FIELD - Static variable in interface io.vertx.ext.auth.mongo.MongoAuth
-
Deprecated.
The property name to be used to set the name of the field, where the password is stored inside
- PROPERTY_PERMISSION_FIELD - Static variable in interface io.vertx.ext.auth.mongo.MongoAuth
-
Deprecated.
The property name to be used to set the name of the field, where the permissions are stored inside
- PROPERTY_ROLE_FIELD - Static variable in interface io.vertx.ext.auth.mongo.MongoAuth
-
Deprecated.
The property name to be used to set the name of the field, where the roles are stored inside
- PROPERTY_SALT_FIELD - Static variable in interface io.vertx.ext.auth.mongo.MongoAuth
-
Deprecated.
The property name to be used to set the name of the field, where the SALT is stored inside
- PROPERTY_SALT_STYLE - Static variable in interface io.vertx.ext.auth.mongo.MongoAuth
-
Deprecated.
The property name to be used to set the name of the field, where the salt style is stored inside
- PROPERTY_USERNAME_FIELD - Static variable in interface io.vertx.ext.auth.mongo.MongoAuth
-
Deprecated.
The property name to be used to set the name of the field, where the username is stored inside
- setAlgorithm(HashAlgorithm) - Method in interface io.vertx.ext.auth.mongo.HashStrategy
-
Deprecated.
Allows the selection of the hashing algorithm.
- setCollectionName(String) - Method in interface io.vertx.ext.auth.mongo.MongoAuth
-
Deprecated.
Set the name of the collection to be used.
- setCollectionName(String) - Method in class io.vertx.ext.auth.mongo.MongoAuthenticationOptions
-
The property name to be used to set the name of the collection inside the config.
- setCollectionName(String) - Method in class io.vertx.ext.auth.mongo.MongoAuthOptions
-
Deprecated.
The property name to be used to set the name of the collection inside the config.
- setCollectionName(String) - Method in class io.vertx.ext.auth.mongo.MongoAuthorizationOptions
-
The property name to be used to set the name of the collection inside the config.
- setConfig(JsonObject) - Method in class io.vertx.ext.auth.mongo.MongoAuthOptions
-
Deprecated.
The mongo client configuration: see Mongo Client documentation.
- setDatasourceName(String) - Method in class io.vertx.ext.auth.mongo.MongoAuthOptions
-
Deprecated.
The mongo data source name: see Mongo Client documentation.
- setExternalSalt(String) - Method in interface io.vertx.ext.auth.mongo.HashStrategy
-
Deprecated.
Set an external salt.
- setHashAlgorithm(HashAlgorithm) - Method in interface io.vertx.ext.auth.mongo.MongoAuth
-
Deprecated.
The Hash Algorithm which is used by the current instance
- setHashStrategy(HashStrategy) - Method in interface io.vertx.ext.auth.mongo.MongoAuth
-
Deprecated.
The HashStrategy which is used by the current instance
- setPasswordCredentialField(String) - Method in interface io.vertx.ext.auth.mongo.MongoAuth
-
Deprecated.
- setPasswordCredentialField(String) - Method in class io.vertx.ext.auth.mongo.MongoAuthenticationOptions
-
- setPasswordField(String) - Method in interface io.vertx.ext.auth.mongo.MongoAuth
-
Deprecated.
- setPasswordField(String) - Method in class io.vertx.ext.auth.mongo.MongoAuthenticationOptions
-
The property name to be used to set the name of the field, where the password is stored inside
- setPasswordField(String) - Method in class io.vertx.ext.auth.mongo.MongoAuthOptions
-
Deprecated.
The property name to be used to set the name of the field, where the password is stored inside
- setPermissionField(String) - Method in interface io.vertx.ext.auth.mongo.MongoAuth
-
Deprecated.
Set the name of the field to be used for the permissions.
- setPermissionField(String) - Method in class io.vertx.ext.auth.mongo.MongoAuthOptions
-
Deprecated.
The property name to be used to set the name of the field, where the permissions are stored inside.
- setPermissionField(String) - Method in class io.vertx.ext.auth.mongo.MongoAuthorizationOptions
-
The property name to be used to set the name of the field, where the permissions are stored inside.
- setRoleField(String) - Method in interface io.vertx.ext.auth.mongo.MongoAuth
-
Deprecated.
Set the name of the field to be used for the roles.
- setRoleField(String) - Method in class io.vertx.ext.auth.mongo.MongoAuthOptions
-
Deprecated.
The property name to be used to set the name of the field, where the roles are stored inside.
- setRoleField(String) - Method in class io.vertx.ext.auth.mongo.MongoAuthorizationOptions
-
The property name to be used to set the name of the field, where the roles are stored inside.
- setSaltField(String) - Method in interface io.vertx.ext.auth.mongo.MongoAuth
-
Deprecated.
Set the name of the field to be used for the salt.
- setSaltField(String) - Method in class io.vertx.ext.auth.mongo.MongoAuthOptions
-
Deprecated.
The property name to be used to set the name of the field, where the SALT is stored inside.
- setSaltStyle(HashSaltStyle) - Method in interface io.vertx.ext.auth.mongo.HashStrategy
-
Deprecated.
- setSaltStyle(HashSaltStyle) - Method in class io.vertx.ext.auth.mongo.MongoAuthOptions
-
Deprecated.
The property name to be used to set the name of the field, where the salt style is stored inside
- setShared(boolean) - Method in class io.vertx.ext.auth.mongo.MongoAuthOptions
-
Deprecated.
Use a shared Mongo client or not.
- setUsernameCredentialField(String) - Method in interface io.vertx.ext.auth.mongo.MongoAuth
-
Deprecated.
- setUsernameCredentialField(String) - Method in class io.vertx.ext.auth.mongo.MongoAuthenticationOptions
-
The property name to be used to set the name of the field, where the username for the credentials is stored inside.
- setUsernameCredentialField(String) - Method in class io.vertx.ext.auth.mongo.MongoAuthOptions
-
Deprecated.
The property name to be used to set the name of the field, where the username for the credentials is stored inside.
- setUsernameField(String) - Method in interface io.vertx.ext.auth.mongo.MongoAuth
-
Deprecated.
Set the name of the field to be used for the username.
- setUsernameField(String) - Method in class io.vertx.ext.auth.mongo.MongoAuthenticationOptions
-
The property name to be used to set the name of the field, where the username is stored inside.
- setUsernameField(String) - Method in class io.vertx.ext.auth.mongo.MongoAuthOptions
-
Deprecated.
The property name to be used to set the name of the field, where the username is stored inside.
- setUsernameField(String) - Method in class io.vertx.ext.auth.mongo.MongoAuthorizationOptions
-
The property name to be used to set the name of the field, where the username is stored inside.