C D E G H I J N S T _
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- computeHash(String, String) - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCAuth
-
Deprecated.
- computeHash(String, String, int) - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCAuth
-
Deprecated.
- computeHash(String, String, int) - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCHashStrategy
-
Deprecated.
- create(Vertx, JDBCClient) - Static method in class io.vertx.mutiny.ext.auth.jdbc.JDBCAuth
-
Deprecated.
- create(JDBCClient) - Static method in class io.vertx.mutiny.ext.auth.jdbc.JDBCUserUtil
- create(JDBCClient, JDBCAuthenticationOptions) - Static method in class io.vertx.mutiny.ext.auth.jdbc.JDBCAuthentication
- create(JDBCClient, JDBCHashStrategy, JDBCAuthenticationOptions) - Static method in class io.vertx.mutiny.ext.auth.jdbc.JDBCAuthentication
-
Deprecated.This factory is only for backwards compatibility
- create(JDBCClient, String, String, String) - Static method in class io.vertx.mutiny.ext.auth.jdbc.JDBCUserUtil
- create(String, JDBCClient, JDBCAuthorizationOptions) - Static method in class io.vertx.mutiny.ext.auth.jdbc.JDBCAuthorization
- createHashedUser(String, String) - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCUserUtil
-
Insert a user into a database.
- createHashedUserAndAwait(String, String) - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCUserUtil
-
Blocking variant of
createHashedUser(String,String). - createHashedUserAndForget(String, String) - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCUserUtil
-
Variant of
createHashedUser(String,String)that ignores the result of the operation. - createPBKDF2(Vertx) - Static method in class io.vertx.mutiny.ext.auth.jdbc.JDBCHashStrategy
-
Deprecated.
- createRolePermission(String, String) - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCUserUtil
-
Insert a role permission into a database.
- createRolePermissionAndAwait(String, String) - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCUserUtil
-
Blocking variant of
createRolePermission(String,String). - createRolePermissionAndForget(String, String) - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCUserUtil
-
Variant of
createRolePermission(String,String)that ignores the result of the operation. - createSHA512(Vertx) - Static method in class io.vertx.mutiny.ext.auth.jdbc.JDBCHashStrategy
-
Deprecated.
- createUser(String, String) - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCUserUtil
-
Insert a user into a database.
- createUserAndAwait(String, String) - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCUserUtil
-
Blocking variant of
createUser(String,String). - createUserAndForget(String, String) - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCUserUtil
-
Variant of
createUser(String,String)that ignores the result of the operation. - createUserRole(String, String) - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCUserUtil
-
Insert a user role into a database.
- createUserRoleAndAwait(String, String) - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCUserUtil
-
Blocking variant of
createUserRole(String,String). - createUserRoleAndForget(String, String) - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCUserUtil
-
Variant of
createUserRole(String,String)that ignores the result of the operation.
D
- DEFAULT_AUTHENTICATE_QUERY - Static variable in class io.vertx.mutiny.ext.auth.jdbc.JDBCAuth
-
The default query to be used for authentication
- DEFAULT_PERMISSIONS_QUERY - Static variable in class io.vertx.mutiny.ext.auth.jdbc.JDBCAuth
-
The default query to retrieve all permissions for the role
- DEFAULT_ROLE_PREFIX - Static variable in class io.vertx.mutiny.ext.auth.jdbc.JDBCAuth
-
The default role prefix
- DEFAULT_ROLES_QUERY - Static variable in class io.vertx.mutiny.ext.auth.jdbc.JDBCAuth
-
The default query to retrieve all roles for the user
E
- equals(Object) - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCAuth
- equals(Object) - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCAuthentication
- equals(Object) - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCAuthorization
- equals(Object) - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCHashStrategy
- equals(Object) - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCUserUtil
G
- generateSalt() - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCAuth
-
Deprecated.
- generateSalt() - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCHashStrategy
-
Deprecated.
- getDelegate() - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCAuth
- getDelegate() - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCAuthentication
- getDelegate() - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCAuthorization
- getDelegate() - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCHashStrategy
- getDelegate() - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCUserUtil
- getHashedStoredPwd(JsonArray) - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCHashStrategy
-
Deprecated.
- getSalt(JsonArray) - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCHashStrategy
-
Deprecated.
H
- hash(String, String, String) - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCAuthentication
- hash(String, Map<String, String>, String, String) - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCAuthentication
- hashCode() - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCAuth
- hashCode() - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCAuthentication
- hashCode() - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCAuthorization
- hashCode() - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCHashStrategy
- hashCode() - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCUserUtil
I
- io.vertx.mutiny.ext.auth.jdbc - package io.vertx.mutiny.ext.auth.jdbc
- isEqual(String, String) - Static method in class io.vertx.mutiny.ext.auth.jdbc.JDBCHashStrategy
-
Deprecated.
J
- JDBCAuth - Class in io.vertx.mutiny.ext.auth.jdbc
-
Factory interface for creating
AuthenticationProviderinstances that use the Vert.x JDBC client. - JDBCAuth(JDBCAuth) - Constructor for class io.vertx.mutiny.ext.auth.jdbc.JDBCAuth
- JDBCAuth(Object) - Constructor for class io.vertx.mutiny.ext.auth.jdbc.JDBCAuth
- JDBCAuthentication - Class in io.vertx.mutiny.ext.auth.jdbc
-
Factory interface for creating
AuthenticationProviderinstances that use the Vert.x JDBC client. - JDBCAuthentication(JDBCAuthentication) - Constructor for class io.vertx.mutiny.ext.auth.jdbc.JDBCAuthentication
- JDBCAuthentication(Object) - Constructor for class io.vertx.mutiny.ext.auth.jdbc.JDBCAuthentication
- JDBCAuthorization - Class in io.vertx.mutiny.ext.auth.jdbc
-
Factory interface for creating instances that use the Vert.x JDBC client.
- JDBCAuthorization(JDBCAuthorization) - Constructor for class io.vertx.mutiny.ext.auth.jdbc.JDBCAuthorization
- JDBCAuthorization(Object) - Constructor for class io.vertx.mutiny.ext.auth.jdbc.JDBCAuthorization
- JDBCHashStrategy - Class in io.vertx.mutiny.ext.auth.jdbc
-
Determines how the hashing is computed in the implementation You can implement this to provide a different hashing strategy to the default.
- JDBCHashStrategy(JDBCHashStrategy) - Constructor for class io.vertx.mutiny.ext.auth.jdbc.JDBCHashStrategy
- JDBCHashStrategy(Object) - Constructor for class io.vertx.mutiny.ext.auth.jdbc.JDBCHashStrategy
- JDBCUserUtil - Class in io.vertx.mutiny.ext.auth.jdbc
-
Utility to create users/roles/permissions.
- JDBCUserUtil(JDBCUserUtil) - Constructor for class io.vertx.mutiny.ext.auth.jdbc.JDBCUserUtil
- JDBCUserUtil(Object) - Constructor for class io.vertx.mutiny.ext.auth.jdbc.JDBCUserUtil
N
- newInstance(JDBCAuth) - Static method in class io.vertx.mutiny.ext.auth.jdbc.JDBCAuth
- newInstance(JDBCAuthentication) - Static method in class io.vertx.mutiny.ext.auth.jdbc.JDBCAuthentication
- newInstance(JDBCAuthorization) - Static method in class io.vertx.mutiny.ext.auth.jdbc.JDBCAuthorization
- newInstance(JDBCHashStrategy) - Static method in class io.vertx.mutiny.ext.auth.jdbc.JDBCHashStrategy
- newInstance(JDBCUserUtil) - Static method in class io.vertx.mutiny.ext.auth.jdbc.JDBCUserUtil
S
- setAuthenticationQuery(String) - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCAuth
-
Deprecated.
- setNonces(JsonArray) - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCAuth
-
Deprecated.
- setNonces(JsonArray) - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCHashStrategy
-
Deprecated.
- setPermissionsQuery(String) - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCAuth
-
Deprecated.
- setRolePrefix(String) - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCAuth
-
Deprecated.
- setRolesQuery(String) - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCAuth
-
Deprecated.
T
- toString() - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCAuth
- toString() - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCAuthentication
- toString() - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCAuthorization
- toString() - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCHashStrategy
- toString() - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCUserUtil
_
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.auth.jdbc.JDBCAuth
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.auth.jdbc.JDBCAuthentication
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.auth.jdbc.JDBCAuthorization
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.auth.jdbc.JDBCHashStrategy
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.auth.jdbc.JDBCUserUtil
All Classes All Packages