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 |
---|---|
JDBCAuthenticationOptions |
JDBCAuthenticationOptions.setAuthenticationQuery(String authenticationQuery)
Set the authentication query to use.
|
Modifier and Type | Method and Description |
---|---|
static JDBCAuthentication |
JDBCAuthentication.create(JDBCClient client,
JDBCAuthenticationOptions options)
Create a JDBC auth provider implementation
|
static JDBCAuthentication |
JDBCAuthentication.create(JDBCClient client,
JDBCHashStrategy hashStrategy,
JDBCAuthenticationOptions options)
Deprecated.
This factory is only for backwards compatibility
|
static void |
JDBCAuthenticationOptionsConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
JDBCAuthenticationOptions obj) |
static void |
JDBCAuthenticationOptionsConverter.toJson(JDBCAuthenticationOptions obj,
JsonObject json) |
static void |
JDBCAuthenticationOptionsConverter.toJson(JDBCAuthenticationOptions obj,
Map<String,Object> json) |
Modifier and Type | Method and Description |
---|---|
static JDBCAuthentication |
JDBCAuthentication.create(JDBCClient client,
JDBCAuthenticationOptions options)
Create a JDBC auth provider implementation
|
static JDBCAuthentication |
JDBCAuthentication.create(JDBCClient client,
JDBCHashStrategy hashStrategy,
JDBCAuthenticationOptions options)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static JDBCAuthentication |
JDBCAuthentication.create(JDBCClient client,
JDBCAuthenticationOptions options)
Create a JDBC auth provider implementation
|
static JDBCAuthentication |
JDBCAuthentication.create(JDBCClient client,
JDBCHashStrategy hashStrategy,
JDBCAuthenticationOptions options)
Deprecated.
|
Copyright © 2021 Eclipse. All rights reserved.