Package | Description |
---|---|
io.vertx.ext.auth.jdbc |
Modifier and Type | Method and Description |
---|---|
JDBCAuthOptions |
JDBCAuthOptions.clone()
Deprecated.
|
JDBCAuthOptions |
JDBCAuthOptions.setAuthenticationQuery(String authenticationQuery)
Deprecated.
Set the authentication query to use.
|
JDBCAuthOptions |
JDBCAuthOptions.setConfig(JsonObject config)
Deprecated.
The configuration of the JDBC client: refer to the Vert.x JDBC Client configuration.
|
JDBCAuthOptions |
JDBCAuthOptions.setDatasourceName(String datasourceName)
Deprecated.
Set the data source name to use, only use in shared mode.
|
JDBCAuthOptions |
JDBCAuthOptions.setPermissionsQuery(String permissionsQuery)
Deprecated.
Set the permissions query to use.
|
JDBCAuthOptions |
JDBCAuthOptions.setRolesPrefix(String rolesPrefix)
Deprecated.
Set the role prefix to distinguish from permissions when checking for isPermitted requests.
|
JDBCAuthOptions |
JDBCAuthOptions.setRolesQuery(String rolesQuery)
Deprecated.
Set the roles query to use.
|
JDBCAuthOptions |
JDBCAuthOptions.setShared(boolean shared)
Deprecated.
Set whether the JDBC client is shared or non shared.
|
Modifier and Type | Method and Description |
---|---|
static void |
JDBCAuthOptionsConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
JDBCAuthOptions obj) |
static void |
JDBCAuthOptionsConverter.toJson(JDBCAuthOptions obj,
JsonObject json) |
static void |
JDBCAuthOptionsConverter.toJson(JDBCAuthOptions obj,
Map<String,Object> json) |
Constructor and Description |
---|
JDBCAuthOptions(JDBCAuthOptions that)
Deprecated.
|
Copyright © 2023 Eclipse. All rights reserved.