- clone() - Method in class io.vertx.ext.auth.jdbc.JDBCAuthOptions
-
Deprecated.
- computeHash(String, String) - Method in interface io.vertx.ext.auth.jdbc.JDBCAuth
-
Deprecated.
Compute the hashed password given the unhashed password and the salt without nonce
The implementation relays to the JDBCHashStrategy provided.
- computeHash(String, String, int) - Method in interface io.vertx.ext.auth.jdbc.JDBCAuth
-
Deprecated.
Compute the hashed password given the unhashed password and the salt
The implementation relays to the JDBCHashStrategy provided.
- computeHash(String, String, int) - Method in interface io.vertx.ext.auth.jdbc.JDBCHashStrategy
-
Deprecated.
Compute the hashed password given the unhashed password and the salt
- create(Vertx, JDBCClient) - Static method in interface io.vertx.ext.auth.jdbc.JDBCAuth
-
Deprecated.
Create a JDBC auth provider implementation
- create(JDBCClient, JDBCHashStrategy, JDBCAuthenticationOptions) - Static method in interface io.vertx.ext.auth.jdbc.JDBCAuthentication
-
- create(JDBCClient, JDBCAuthenticationOptions) - Static method in interface io.vertx.ext.auth.jdbc.JDBCAuthentication
-
Deprecated.
Create a JDBC auth provider implementation
- create(String, JDBCClient, JDBCAuthorizationOptions) - Static method in interface io.vertx.ext.auth.jdbc.JDBCAuthorization
-
Deprecated.
Create a JDBC authorization provider implementation
- create(JDBCClient) - Static method in interface io.vertx.ext.auth.jdbc.JDBCUserUtil
-
Deprecated.
Create an instance of the user helper.
- create(JDBCClient, String, String, String) - Static method in interface io.vertx.ext.auth.jdbc.JDBCUserUtil
-
Deprecated.
Create an instance of the user helper with custom queries.
- createHashedUser(String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.auth.jdbc.JDBCUserUtil
-
Deprecated.
Insert a user into a database.
- createHashedUser(String, String) - Method in interface io.vertx.ext.auth.jdbc.JDBCUserUtil
-
Deprecated.
- createPBKDF2(Vertx) - Static method in interface io.vertx.ext.auth.jdbc.JDBCHashStrategy
-
Deprecated.
Implements a Hashing Strategy as per https://www.owasp.org/index.php/Password_Storage_Cheat_Sheet (2018-01-17).
- createProvider(Vertx) - Method in class io.vertx.ext.auth.jdbc.JDBCAuthOptions
-
Deprecated.
- createRolePermission(String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.auth.jdbc.JDBCUserUtil
-
Deprecated.
Insert a role permission into a database.
- createRolePermission(String, String) - Method in interface io.vertx.ext.auth.jdbc.JDBCUserUtil
-
Deprecated.
- createSHA512(Vertx) - Static method in interface io.vertx.ext.auth.jdbc.JDBCHashStrategy
-
Deprecated.
This is the current backwards compatible hashing implementation, new applications should prefer the
PBKDF2 implementation, unless the tradeoff between security and CPU usage is an option.
- createUser(String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.auth.jdbc.JDBCUserUtil
-
Deprecated.
Insert a user into a database.
- createUser(String, String) - Method in interface io.vertx.ext.auth.jdbc.JDBCUserUtil
-
Deprecated.
- createUserRole(String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.auth.jdbc.JDBCUserUtil
-
Deprecated.
Insert a user role into a database.
- createUserRole(String, String) - Method in interface io.vertx.ext.auth.jdbc.JDBCUserUtil
-
Deprecated.
- setAuthenticationQuery(String) - Method in interface io.vertx.ext.auth.jdbc.JDBCAuth
-
Deprecated.
Set the authentication query to use.
- setAuthenticationQuery(String) - Method in class io.vertx.ext.auth.jdbc.JDBCAuthenticationOptions
-
Deprecated.
Set the authentication query to use.
- setAuthenticationQuery(String) - Method in class io.vertx.ext.auth.jdbc.JDBCAuthOptions
-
Deprecated.
Set the authentication query to use.
- setConfig(JsonObject) - Method in class io.vertx.ext.auth.jdbc.JDBCAuthOptions
-
Deprecated.
The configuration of the JDBC client: refer to the Vert.x JDBC Client configuration.
- setDatasourceName(String) - Method in class io.vertx.ext.auth.jdbc.JDBCAuthOptions
-
Deprecated.
Set the data source name to use, only use in shared mode.
- setHashStrategy(JDBCHashStrategy) - Method in interface io.vertx.ext.auth.jdbc.JDBCAuth
-
Deprecated.
Set the hash strategy to use.
- setNonces(JsonArray) - Method in interface io.vertx.ext.auth.jdbc.JDBCAuth
-
Deprecated.
Provide a application configuration level on hash nonce's as a ordered list of
nonces where each position corresponds to a version.
- setNonces(JsonArray) - Method in interface io.vertx.ext.auth.jdbc.JDBCHashStrategy
-
Deprecated.
Sets a ordered list of nonces where each position corresponds to a version.
- setPermissionsQuery(String) - Method in interface io.vertx.ext.auth.jdbc.JDBCAuth
-
Deprecated.
Set the permissions query to use.
- setPermissionsQuery(String) - Method in class io.vertx.ext.auth.jdbc.JDBCAuthOptions
-
Deprecated.
Set the permissions query to use.
- setPermissionsQuery(String) - Method in class io.vertx.ext.auth.jdbc.JDBCAuthorizationOptions
-
Deprecated.
Set the permissions query to use.
- setRolePrefix(String) - Method in interface io.vertx.ext.auth.jdbc.JDBCAuth
-
Deprecated.
Set the role prefix to distinguish from permissions when checking for isPermitted requests.
- setRolesPrefix(String) - Method in class io.vertx.ext.auth.jdbc.JDBCAuthOptions
-
Deprecated.
Set the role prefix to distinguish from permissions when checking for isPermitted requests.
- setRolesQuery(String) - Method in interface io.vertx.ext.auth.jdbc.JDBCAuth
-
Deprecated.
Set the roles query to use.
- setRolesQuery(String) - Method in class io.vertx.ext.auth.jdbc.JDBCAuthOptions
-
Deprecated.
Set the roles query to use.
- setRolesQuery(String) - Method in class io.vertx.ext.auth.jdbc.JDBCAuthorizationOptions
-
Deprecated.
Set the roles query to use.
- setShared(boolean) - Method in class io.vertx.ext.auth.jdbc.JDBCAuthOptions
-
Deprecated.
Set whether the JDBC client is shared or non shared.