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
-
Deprecated.
- create(JDBCClient, JDBCAuthenticationOptions) - Static method in class io.vertx.mutiny.ext.auth.jdbc.JDBCAuthentication
-
Deprecated.
- 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
-
Deprecated.
- create(String, JDBCClient, JDBCAuthorizationOptions) - Static method in class io.vertx.mutiny.ext.auth.jdbc.JDBCAuthorization
-
Deprecated.
- createHashedUser(String, String) - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCUserUtil
-
Deprecated.
- createHashedUserAndAwait(String, String) - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCUserUtil
-
Deprecated.
- createHashedUserAndForget(String, String) - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCUserUtil
-
Deprecated.
- 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
-
Deprecated.
- createRolePermissionAndAwait(String, String) - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCUserUtil
-
Deprecated.
- createRolePermissionAndForget(String, String) - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCUserUtil
-
Deprecated.
- 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
-
Deprecated.
- createUserAndAwait(String, String) - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCUserUtil
-
Deprecated.
- createUserAndForget(String, String) - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCUserUtil
-
Deprecated.
- createUserRole(String, String) - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCUserUtil
-
Deprecated.
- createUserRoleAndAwait(String, String) - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCUserUtil
-
Deprecated.
- createUserRoleAndForget(String, String) - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCUserUtil
-
Deprecated.
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
-
Deprecated.
- hash(String, Map<String, String>, String, String) - Method in class io.vertx.mutiny.ext.auth.jdbc.JDBCAuthentication
-
Deprecated.
- 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
-
NOTE: This class has been automatically generated from the
originalnon Mutiny-ified interface using Vert.x codegen. - 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
-
NOTE: This class has been automatically generated from the
originalnon Mutiny-ified interface using Vert.x codegen. - 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
-
NOTE: This class has been automatically generated from the
originalnon Mutiny-ified interface using Vert.x codegen. - 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