- setAuthenticationQuery(String) - Method in interface io.vertx.ext.auth.jdbc.JDBCAuth
-
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
-
Set the hash strategy to use.
- setNonces(JsonArray) - Method in interface io.vertx.ext.auth.jdbc.JDBCAuth
-
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
-
Set the permissions query to use.
- setPermissionsQuery(String) - Method in class io.vertx.ext.auth.jdbc.JDBCAuthOptions
-
Deprecated.
Set the permissions query to use.
- setRolePrefix(String) - Method in interface io.vertx.ext.auth.jdbc.JDBCAuth
-
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
-
Set the roles query to use.
- setRolesQuery(String) - Method in class io.vertx.ext.auth.jdbc.JDBCAuthOptions
-
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.