C D E G H I M N P R S T _ 
All Classes All Packages

C

computeHash(String, User) - Method in class io.vertx.mutiny.ext.auth.mongo.HashStrategy
Deprecated. 
create(MongoClient) - Static method in class io.vertx.mutiny.ext.auth.mongo.MongoUserUtil
 
create(MongoClient, JsonObject) - Static method in class io.vertx.mutiny.ext.auth.mongo.MongoAuth
Deprecated. 
create(MongoClient, MongoAuthenticationOptions) - Static method in class io.vertx.mutiny.ext.auth.mongo.MongoAuthentication
 
create(MongoClient, MongoAuthenticationOptions, MongoAuthorizationOptions) - Static method in class io.vertx.mutiny.ext.auth.mongo.MongoUserUtil
 
create(MongoClient, HashStrategy, MongoAuthenticationOptions) - Static method in class io.vertx.mutiny.ext.auth.mongo.MongoAuthentication
 
create(String, MongoClient, MongoAuthorizationOptions) - Static method in class io.vertx.mutiny.ext.auth.mongo.MongoAuthorization
 
createHashedUser(String, String) - Method in class io.vertx.mutiny.ext.auth.mongo.MongoUserUtil
Insert a user into a database.
createHashedUserAndAwait(String, String) - Method in class io.vertx.mutiny.ext.auth.mongo.MongoUserUtil
createHashedUserAndForget(String, String) - Method in class io.vertx.mutiny.ext.auth.mongo.MongoUserUtil
Variant of MongoUserUtil.createHashedUser(String,String) that ignores the result of the operation.
createUser(String, String) - Method in class io.vertx.mutiny.ext.auth.mongo.MongoUserUtil
Insert a user into a database.
createUserAndAwait(String, String) - Method in class io.vertx.mutiny.ext.auth.mongo.MongoUserUtil
createUserAndForget(String, String) - Method in class io.vertx.mutiny.ext.auth.mongo.MongoUserUtil
Variant of MongoUserUtil.createUser(String,String) that ignores the result of the operation.
createUserRolesAndPermissions(String, List<String>, List<String>) - Method in class io.vertx.mutiny.ext.auth.mongo.MongoUserUtil
Insert a user role into a database.
createUserRolesAndPermissionsAndAwait(String, List<String>, List<String>) - Method in class io.vertx.mutiny.ext.auth.mongo.MongoUserUtil
createUserRolesAndPermissionsAndForget(String, List<String>, List<String>) - Method in class io.vertx.mutiny.ext.auth.mongo.MongoUserUtil
Variant of MongoUserUtil.createUserRolesAndPermissions(String,List,List) that ignores the result of the operation.

D

DEFAULT_COLLECTION_NAME - Static variable in class io.vertx.mutiny.ext.auth.mongo.MongoAuth
The default name of the collection to be used
DEFAULT_COLLECTION_NAME - Static variable in class io.vertx.mutiny.ext.auth.mongo.MongoAuthentication
The default name of the collection to be used
DEFAULT_COLLECTION_NAME - Static variable in class io.vertx.mutiny.ext.auth.mongo.MongoAuthorization
The default name of the collection to be used
DEFAULT_CREDENTIAL_PASSWORD_FIELD - Static variable in class io.vertx.mutiny.ext.auth.mongo.MongoAuth
The default name of the property for the password, like it is transported in credentials by method AuthenticationProvider.authenticate(io.vertx.core.json.JsonObject)
DEFAULT_CREDENTIAL_PASSWORD_FIELD - Static variable in class io.vertx.mutiny.ext.auth.mongo.MongoAuthentication
The default name of the property for the password, like it is transported in credentials by method AuthenticationProvider.authenticate(io.vertx.core.json.JsonObject)
DEFAULT_CREDENTIAL_USERNAME_FIELD - Static variable in class io.vertx.mutiny.ext.auth.mongo.MongoAuth
The default name of the property for the username, like it is transported in credentials by method AuthenticationProvider.authenticate(io.vertx.core.json.JsonObject)
DEFAULT_CREDENTIAL_USERNAME_FIELD - Static variable in class io.vertx.mutiny.ext.auth.mongo.MongoAuthentication
The default name of the property for the username, like it is transported in credentials by method AuthenticationProvider.authenticate(io.vertx.core.json.JsonObject)
DEFAULT_PASSWORD_FIELD - Static variable in class io.vertx.mutiny.ext.auth.mongo.MongoAuth
The default name of the property for the password, like it is stored in mongodb
DEFAULT_PASSWORD_FIELD - Static variable in class io.vertx.mutiny.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 class io.vertx.mutiny.ext.auth.mongo.MongoAuth
The default name of the property for the permissions, like it is stored in mongodb.
DEFAULT_PERMISSION_FIELD - Static variable in class io.vertx.mutiny.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 class io.vertx.mutiny.ext.auth.mongo.MongoAuth
The default name of the property for the roles, like it is stored in mongodb.
DEFAULT_ROLE_FIELD - Static variable in class io.vertx.mutiny.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 class io.vertx.mutiny.ext.auth.mongo.MongoAuth
The default name of the property for the salt field
DEFAULT_SALT_FIELD - Static variable in class io.vertx.mutiny.ext.auth.mongo.MongoAuthentication
The default name of the property for the salt field
DEFAULT_USERNAME_FIELD - Static variable in class io.vertx.mutiny.ext.auth.mongo.MongoAuth
The default name of the property for the username, like it is stored in mongodb
DEFAULT_USERNAME_FIELD - Static variable in class io.vertx.mutiny.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 class io.vertx.mutiny.ext.auth.mongo.MongoAuthorization
The default name of the property for the username, like it is stored in mongodb

E

equals(Object) - Method in class io.vertx.mutiny.ext.auth.mongo.HashStrategy
 
equals(Object) - Method in class io.vertx.mutiny.ext.auth.mongo.MongoAuth
 
equals(Object) - Method in class io.vertx.mutiny.ext.auth.mongo.MongoAuthentication
 
equals(Object) - Method in class io.vertx.mutiny.ext.auth.mongo.MongoAuthorization
 
equals(Object) - Method in class io.vertx.mutiny.ext.auth.mongo.MongoUserUtil
 

G

getCollectionName() - Method in class io.vertx.mutiny.ext.auth.mongo.MongoAuth
Deprecated. 
getDelegate() - Method in class io.vertx.mutiny.ext.auth.mongo.HashStrategy
 
getDelegate() - Method in class io.vertx.mutiny.ext.auth.mongo.MongoAuth
 
getDelegate() - Method in class io.vertx.mutiny.ext.auth.mongo.MongoAuthentication
 
getDelegate() - Method in class io.vertx.mutiny.ext.auth.mongo.MongoAuthorization
 
getDelegate() - Method in class io.vertx.mutiny.ext.auth.mongo.MongoUserUtil
 
getHashStrategy() - Method in class io.vertx.mutiny.ext.auth.mongo.MongoAuth
Deprecated. 
getPasswordCredentialField() - Method in class io.vertx.mutiny.ext.auth.mongo.MongoAuth
Deprecated. 
getPasswordField() - Method in class io.vertx.mutiny.ext.auth.mongo.MongoAuth
Deprecated. 
getPermissionField() - Method in class io.vertx.mutiny.ext.auth.mongo.MongoAuth
Deprecated. 
getRoleField() - Method in class io.vertx.mutiny.ext.auth.mongo.MongoAuth
Deprecated. 
getSalt(User) - Method in class io.vertx.mutiny.ext.auth.mongo.HashStrategy
Deprecated. 
getSaltField() - Method in class io.vertx.mutiny.ext.auth.mongo.MongoAuth
Deprecated. 
getSaltStyle() - Method in class io.vertx.mutiny.ext.auth.mongo.HashStrategy
Deprecated. 
getStoredPwd(User) - Method in class io.vertx.mutiny.ext.auth.mongo.HashStrategy
Deprecated. 
getUsernameCredentialField() - Method in class io.vertx.mutiny.ext.auth.mongo.MongoAuth
Deprecated. 
getUsernameField() - Method in class io.vertx.mutiny.ext.auth.mongo.MongoAuth
Deprecated. 

H

hash(String, String, String) - Method in class io.vertx.mutiny.ext.auth.mongo.MongoAuthentication
 
hash(String, Map<String, String>, String, String) - Method in class io.vertx.mutiny.ext.auth.mongo.MongoAuthentication
 
hashCode() - Method in class io.vertx.mutiny.ext.auth.mongo.HashStrategy
 
hashCode() - Method in class io.vertx.mutiny.ext.auth.mongo.MongoAuth
 
hashCode() - Method in class io.vertx.mutiny.ext.auth.mongo.MongoAuthentication
 
hashCode() - Method in class io.vertx.mutiny.ext.auth.mongo.MongoAuthorization
 
hashCode() - Method in class io.vertx.mutiny.ext.auth.mongo.MongoUserUtil
 
HashStrategy - Class in io.vertx.mutiny.ext.auth.mongo
Determines how the hashing is computed in the implementation You can implement this to provide a different hashing strategy to the default.
HashStrategy(HashStrategy) - Constructor for class io.vertx.mutiny.ext.auth.mongo.HashStrategy
 
HashStrategy(Object) - Constructor for class io.vertx.mutiny.ext.auth.mongo.HashStrategy
 

I

insertUser(String, String, List<String>, List<String>) - Method in class io.vertx.mutiny.ext.auth.mongo.MongoAuth
Deprecated.
Please use MongoUserUtil instead. Insert a new user into mongo in the convenient way
insertUserAndAwait(String, String, List<String>, List<String>) - Method in class io.vertx.mutiny.ext.auth.mongo.MongoAuth
Deprecated.
Please use MongoUserUtil instead. Insert a new user into mongo in the convenient way
insertUserAndForget(String, String, List<String>, List<String>) - Method in class io.vertx.mutiny.ext.auth.mongo.MongoAuth
Deprecated.
Please use MongoUserUtil instead. Insert a new user into mongo in the convenient way
io.smallrye.mutiny.vertx.auth.mongo - module io.smallrye.mutiny.vertx.auth.mongo
 
io.vertx.mutiny.ext.auth.mongo - package io.vertx.mutiny.ext.auth.mongo
 

M

MongoAuth - Class in io.vertx.mutiny.ext.auth.mongo
An extension of AuthProvider which is using as store
MongoAuth(MongoAuth) - Constructor for class io.vertx.mutiny.ext.auth.mongo.MongoAuth
 
MongoAuth(Object) - Constructor for class io.vertx.mutiny.ext.auth.mongo.MongoAuth
 
MongoAuthentication - Class in io.vertx.mutiny.ext.auth.mongo
An extension of AuthProvider which is using as store
MongoAuthentication(MongoAuthentication) - Constructor for class io.vertx.mutiny.ext.auth.mongo.MongoAuthentication
 
MongoAuthentication(Object) - Constructor for class io.vertx.mutiny.ext.auth.mongo.MongoAuthentication
 
MongoAuthorization - Class in io.vertx.mutiny.ext.auth.mongo
An extension of AuthProvider which is using as store
MongoAuthorization(MongoAuthorization) - Constructor for class io.vertx.mutiny.ext.auth.mongo.MongoAuthorization
 
MongoAuthorization(Object) - Constructor for class io.vertx.mutiny.ext.auth.mongo.MongoAuthorization
 
MongoUserUtil - Class in io.vertx.mutiny.ext.auth.mongo
Utility to create users/roles/permissions.
MongoUserUtil(MongoUserUtil) - Constructor for class io.vertx.mutiny.ext.auth.mongo.MongoUserUtil
 
MongoUserUtil(Object) - Constructor for class io.vertx.mutiny.ext.auth.mongo.MongoUserUtil
 

N

newInstance(HashStrategy) - Static method in class io.vertx.mutiny.ext.auth.mongo.HashStrategy
 
newInstance(MongoAuth) - Static method in class io.vertx.mutiny.ext.auth.mongo.MongoAuth
 
newInstance(MongoAuthentication) - Static method in class io.vertx.mutiny.ext.auth.mongo.MongoAuthentication
 
newInstance(MongoAuthorization) - Static method in class io.vertx.mutiny.ext.auth.mongo.MongoAuthorization
 
newInstance(MongoUserUtil) - Static method in class io.vertx.mutiny.ext.auth.mongo.MongoUserUtil
 

P

PROPERTY_COLLECTION_NAME - Static variable in class io.vertx.mutiny.ext.auth.mongo.MongoAuth
The property name to be used to set the name of the collection inside the config
PROPERTY_CREDENTIAL_PASSWORD_FIELD - Static variable in class io.vertx.mutiny.ext.auth.mongo.MongoAuth
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 class io.vertx.mutiny.ext.auth.mongo.MongoAuth
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 class io.vertx.mutiny.ext.auth.mongo.MongoAuth
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 class io.vertx.mutiny.ext.auth.mongo.MongoAuth
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 class io.vertx.mutiny.ext.auth.mongo.MongoAuth
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 class io.vertx.mutiny.ext.auth.mongo.MongoAuth
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 class io.vertx.mutiny.ext.auth.mongo.MongoAuth
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 class io.vertx.mutiny.ext.auth.mongo.MongoAuth
The property name to be used to set the name of the field, where the username is stored inside

R

ROLE_PREFIX - Static variable in class io.vertx.mutiny.ext.auth.mongo.MongoAuth
The prefix which is used by the method when checking for role access

S

setAlgorithm(HashAlgorithm) - Method in class io.vertx.mutiny.ext.auth.mongo.HashStrategy
Deprecated. 
setCollectionName(String) - Method in class io.vertx.mutiny.ext.auth.mongo.MongoAuth
Deprecated. 
setExternalSalt(String) - Method in class io.vertx.mutiny.ext.auth.mongo.HashStrategy
Deprecated. 
setHashAlgorithm(HashAlgorithm) - Method in class io.vertx.mutiny.ext.auth.mongo.MongoAuth
Deprecated. 
setHashStrategy(HashStrategy) - Method in class io.vertx.mutiny.ext.auth.mongo.MongoAuth
Deprecated. 
setPasswordCredentialField(String) - Method in class io.vertx.mutiny.ext.auth.mongo.MongoAuth
Deprecated. 
setPasswordField(String) - Method in class io.vertx.mutiny.ext.auth.mongo.MongoAuth
Deprecated. 
setPermissionField(String) - Method in class io.vertx.mutiny.ext.auth.mongo.MongoAuth
Deprecated. 
setRoleField(String) - Method in class io.vertx.mutiny.ext.auth.mongo.MongoAuth
Deprecated. 
setSaltField(String) - Method in class io.vertx.mutiny.ext.auth.mongo.MongoAuth
Deprecated. 
setSaltStyle(HashSaltStyle) - Method in class io.vertx.mutiny.ext.auth.mongo.HashStrategy
Deprecated. 
setUsernameCredentialField(String) - Method in class io.vertx.mutiny.ext.auth.mongo.MongoAuth
Deprecated. 
setUsernameField(String) - Method in class io.vertx.mutiny.ext.auth.mongo.MongoAuth
Deprecated. 

T

toString() - Method in class io.vertx.mutiny.ext.auth.mongo.HashStrategy
 
toString() - Method in class io.vertx.mutiny.ext.auth.mongo.MongoAuth
 
toString() - Method in class io.vertx.mutiny.ext.auth.mongo.MongoAuthentication
 
toString() - Method in class io.vertx.mutiny.ext.auth.mongo.MongoAuthorization
 
toString() - Method in class io.vertx.mutiny.ext.auth.mongo.MongoUserUtil
 

_

__TYPE_ARG - Static variable in class io.vertx.mutiny.ext.auth.mongo.HashStrategy
 
__TYPE_ARG - Static variable in class io.vertx.mutiny.ext.auth.mongo.MongoAuth
 
__TYPE_ARG - Static variable in class io.vertx.mutiny.ext.auth.mongo.MongoAuthentication
 
__TYPE_ARG - Static variable in class io.vertx.mutiny.ext.auth.mongo.MongoAuthorization
 
__TYPE_ARG - Static variable in class io.vertx.mutiny.ext.auth.mongo.MongoUserUtil
 
C D E G H I M N P R S T _ 
All Classes All Packages