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 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
|
Modifier and Type | Method and Description |
---|---|
JDBCAuthentication |
JDBCAuthentication.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static JDBCAuthentication |
JDBCAuthentication.newInstance(JDBCAuthentication arg) |
Constructor and Description |
---|
JDBCAuthentication(JDBCAuthentication delegate) |
Modifier and Type | Method and Description |
---|---|
JDBCAuthentication |
JDBCAuthentication.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static JDBCAuthentication |
JDBCAuthentication.newInstance(JDBCAuthentication arg) |
Constructor and Description |
---|
JDBCAuthentication(JDBCAuthentication delegate) |
Copyright © 2021 Eclipse. All rights reserved.