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)
Deprecated.
Set the authentication query to use.
|
Modifier and Type | Method and Description |
---|---|
static JDBCAuthentication |
JDBCAuthentication.create(JDBCClient client,
JDBCAuthenticationOptions options)
Deprecated.
Create a JDBC auth provider implementation
|
static JDBCAuthentication |
JDBCAuthentication.create(JDBCClient client,
JDBCHashStrategy hashStrategy,
JDBCAuthenticationOptions options)
Deprecated.
This factory is only for backwards compatibility
|
Modifier and Type | Method and Description |
---|---|
static JDBCAuthentication |
JDBCAuthentication.create(JDBCClient client,
JDBCAuthenticationOptions options)
Deprecated.
|
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)
Deprecated.
|
static JDBCAuthentication |
JDBCAuthentication.create(JDBCClient client,
JDBCHashStrategy hashStrategy,
JDBCAuthenticationOptions options)
Deprecated.
|
Copyright © 2024 Eclipse. All rights reserved.