public class JDBCAuthentication extends AuthenticationProvider
original
non RX-ified interface using Vert.x codegen.Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<JDBCAuthentication> |
__TYPE_ARG |
Constructor and Description |
---|
JDBCAuthentication(JDBCAuthentication delegate) |
JDBCAuthentication(Object delegate) |
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) |
JDBCAuthentication |
getDelegate() |
String |
hash(String id,
Map<String,String> params,
String salt,
String password)
Deprecated.
|
String |
hash(String id,
String salt,
String password)
Deprecated.
|
int |
hashCode() |
static JDBCAuthentication |
newInstance(JDBCAuthentication arg) |
String |
toString() |
authenticate, authenticate, authenticate, authenticate, newInstance, rxAuthenticate, rxAuthenticate
public static final io.vertx.lang.rx.TypeArg<JDBCAuthentication> __TYPE_ARG
public JDBCAuthentication(JDBCAuthentication delegate)
public JDBCAuthentication(Object delegate)
public String toString()
toString
in class AuthenticationProvider
public boolean equals(Object o)
equals
in class AuthenticationProvider
public int hashCode()
hashCode
in class AuthenticationProvider
public JDBCAuthentication getDelegate()
getDelegate
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 © 2023 Eclipse. All rights reserved.