| 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)
Create a JDBC auth provider implementation 
 | 
JDBCAuth | 
JDBCAuthOptions.createProvider(Vertx vertx)
Deprecated.  
  | 
JDBCAuth | 
JDBCAuth.setAuthenticationQuery(String authenticationQuery)
Set the authentication query to use. 
 | 
JDBCAuth | 
JDBCAuth.setHashStrategy(JDBCHashStrategy strategy)
Set the hash strategy to use. 
 | 
JDBCAuth | 
JDBCAuth.setNonces(JsonArray nonces)
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)
Set the permissions query to use. 
 | 
JDBCAuth | 
JDBCAuth.setRolePrefix(String rolePrefix)
Set the role prefix to distinguish from permissions when checking for isPermitted requests. 
 | 
JDBCAuth | 
JDBCAuth.setRolesQuery(String rolesQuery)
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 © 2020 Eclipse. All rights reserved.