Package | Description |
---|---|
io.vertx.ext.auth.jdbc | |
io.vertx.reactivex.ext.auth.jdbc | |
io.vertx.rxjava.ext.auth.jdbc |
Modifier and Type | Method and Description |
---|---|
static JDBCAuth |
JDBCAuth.create(Vertx vertx,
JDBCClient client)
Deprecated.
Create a JDBC auth provider implementation
|
JDBCAuth |
JDBCAuthOptions.createProvider(Vertx vertx)
Deprecated.
|
JDBCAuth |
JDBCAuth.setAuthenticationQuery(String authenticationQuery)
Deprecated.
Set the authentication query to use.
|
JDBCAuth |
JDBCAuth.setHashStrategy(JDBCHashStrategy strategy)
Deprecated.
Set the hash strategy to use.
|
JDBCAuth |
JDBCAuth.setNonces(JsonArray nonces)
Deprecated.
Provide a application configuration level on hash nonce's as a ordered list of
nonces where each position corresponds to a version.
|
JDBCAuth |
JDBCAuth.setPermissionsQuery(String permissionsQuery)
Deprecated.
Set the permissions query to use.
|
JDBCAuth |
JDBCAuth.setRolePrefix(String rolePrefix)
Deprecated.
Set the role prefix to distinguish from permissions when checking for isPermitted requests.
|
JDBCAuth |
JDBCAuth.setRolesQuery(String rolesQuery)
Deprecated.
Set the roles query to use.
|
Modifier and Type | Method and Description |
---|---|
JDBCAuth |
JDBCAuth.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static JDBCAuth |
JDBCAuth.newInstance(JDBCAuth arg) |
Constructor and Description |
---|
JDBCAuth(JDBCAuth delegate) |
Modifier and Type | Method and Description |
---|---|
JDBCAuth |
JDBCAuth.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static JDBCAuth |
JDBCAuth.newInstance(JDBCAuth arg) |
Constructor and Description |
---|
JDBCAuth(JDBCAuth delegate) |
Copyright © 2021 Eclipse. All rights reserved.