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