| Package | Description | 
|---|---|
| io.vertx.reactivex.ext.auth.jdbc | 
| Modifier and Type | Field and Description | 
|---|---|
static io.vertx.lang.rx.TypeArg<JDBCAuth> | 
JDBCAuth.__TYPE_ARG  | 
| Modifier and Type | Method and Description | 
|---|---|
static JDBCAuth | 
JDBCAuth.create(Vertx vertx,
      JDBCClient client)
Create a JDBC auth provider implementation 
 | 
static JDBCAuth | 
JDBCAuth.newInstance(JDBCAuth arg)  | 
JDBCAuth | 
JDBCAuth.setAuthenticationQuery(String authenticationQuery)
Set the authentication query 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. 
 | 
Copyright © 2020 Eclipse. All rights reserved.