| Package | Description | 
|---|---|
| io.vertx.ext.auth.sqlclient | |
| io.vertx.reactivex.ext.auth.sqlclient | |
| io.vertx.rxjava.ext.auth.sqlclient | 
| Modifier and Type | Method and Description | 
|---|---|
SqlAuthenticationOptions | 
SqlAuthenticationOptions.setAuthenticationQuery(String authenticationQuery)
Set the authentication query to use. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static SqlAuthentication | 
SqlAuthentication.create(SqlClient client,
      SqlAuthenticationOptions options)
Create a JDBC auth provider implementation 
 | 
static void | 
SqlAuthenticationOptionsConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
        SqlAuthenticationOptions obj)  | 
static void | 
SqlAuthenticationOptionsConverter.toJson(SqlAuthenticationOptions obj,
      JsonObject json)  | 
static void | 
SqlAuthenticationOptionsConverter.toJson(SqlAuthenticationOptions obj,
      Map<String,Object> json)  | 
| Modifier and Type | Method and Description | 
|---|---|
static SqlAuthentication | 
SqlAuthentication.create(SqlClient client,
      SqlAuthenticationOptions options)
Create a JDBC auth provider implementation 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static SqlAuthentication | 
SqlAuthentication.create(SqlClient client,
      SqlAuthenticationOptions options)
Create a JDBC auth provider implementation 
 | 
Copyright © 2020 Eclipse. All rights reserved.