@Deprecated public class JDBCAuthentication extends AuthenticationProvider implements io.vertx.lang.rx.RxDelegate
original non RX-ified interface using Vert.x codegen.| Modifier and Type | Field and Description |
|---|---|
static io.vertx.lang.rx.TypeArg<JDBCAuthentication> |
__TYPE_ARG
Deprecated.
|
| Constructor and Description |
|---|
JDBCAuthentication(JDBCAuthentication delegate)
Deprecated.
|
JDBCAuthentication(Object delegate)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static JDBCAuthentication |
create(JDBCClient client,
JDBCAuthenticationOptions options)
Deprecated.
|
static JDBCAuthentication |
create(JDBCClient client,
JDBCHashStrategy hashStrategy,
JDBCAuthenticationOptions options)
Deprecated.
|
boolean |
equals(Object o)
Deprecated.
|
JDBCAuthentication |
getDelegate()
Deprecated.
|
String |
hash(String id,
Map<String,String> params,
String salt,
String password)
Deprecated.
|
String |
hash(String id,
String salt,
String password)
Deprecated.
|
int |
hashCode()
Deprecated.
|
static JDBCAuthentication |
newInstance(JDBCAuthentication arg)
Deprecated.
|
String |
toString()
Deprecated.
|
authenticate, authenticate, authenticate, authenticate, newInstance, rxAuthenticate, rxAuthenticatepublic static final io.vertx.lang.rx.TypeArg<JDBCAuthentication> __TYPE_ARG
public JDBCAuthentication(JDBCAuthentication delegate)
public JDBCAuthentication(Object delegate)
public String toString()
toString in class AuthenticationProviderpublic boolean equals(Object o)
equals in class AuthenticationProviderpublic int hashCode()
hashCode in class AuthenticationProviderpublic JDBCAuthentication getDelegate()
getDelegate in interface io.vertx.lang.rx.RxDelegategetDelegate in class AuthenticationProvider@Deprecated public static JDBCAuthentication create(JDBCClient client, JDBCHashStrategy hashStrategy, JDBCAuthenticationOptions options)
client - the JDBC client instancehashStrategy - legacy hashing strategyoptions - authentication options@Deprecated public static JDBCAuthentication create(JDBCClient client, JDBCAuthenticationOptions options)
client - the JDBC client instanceoptions - authentication options@Deprecated public String hash(String id, Map<String,String> params, String salt, String password)
HashingStrategy.hash(java.lang.String, java.util.Map<java.lang.String, java.lang.String>, java.lang.String, java.lang.String)id - params - salt - password - @Deprecated public String hash(String id, String salt, String password)
HashingStrategy.hash(java.lang.String, java.util.Map<java.lang.String, java.lang.String>, java.lang.String, java.lang.String)id - salt - password - public static JDBCAuthentication newInstance(JDBCAuthentication arg)
Copyright © 2025 Eclipse. All rights reserved.