Package io.vertx.mutiny.ext.auth.jdbc
Class JDBCAuthentication
- java.lang.Object
-
- io.vertx.mutiny.ext.auth.authentication.AuthenticationProvider
-
- io.vertx.mutiny.ext.auth.jdbc.JDBCAuthentication
-
public class JDBCAuthentication extends AuthenticationProvider
NOTE: This class has been automatically generated from theoriginalnon Mutiny-ified interface using Vert.x codegen.
-
-
Field Summary
Fields Modifier and Type Field Description static TypeArg<JDBCAuthentication>__TYPE_ARG
-
Constructor Summary
Constructors Constructor Description JDBCAuthentication(io.vertx.ext.auth.jdbc.JDBCAuthentication delegate)JDBCAuthentication(Object delegate)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static JDBCAuthenticationcreate(JDBCClient client, io.vertx.ext.auth.jdbc.JDBCAuthenticationOptions options)Deprecated.static JDBCAuthenticationcreate(JDBCClient client, JDBCHashStrategy hashStrategy, io.vertx.ext.auth.jdbc.JDBCAuthenticationOptions options)Deprecated.This factory is only for backwards compatibilitybooleanequals(Object o)io.vertx.ext.auth.jdbc.JDBCAuthenticationgetDelegate()Stringhash(String id, String salt, String password)Deprecated.Stringhash(String id, Map<String,String> params, String salt, String password)Deprecated.inthashCode()static JDBCAuthenticationnewInstance(io.vertx.ext.auth.jdbc.JDBCAuthentication arg)StringtoString()-
Methods inherited from class io.vertx.mutiny.ext.auth.authentication.AuthenticationProvider
authenticate, authenticate, authenticateAndAwait, authenticateAndAwait, authenticateAndForget, authenticateAndForget, newInstance
-
-
-
-
Field Detail
-
__TYPE_ARG
public static final TypeArg<JDBCAuthentication> __TYPE_ARG
-
-
Constructor Detail
-
JDBCAuthentication
public JDBCAuthentication(io.vertx.ext.auth.jdbc.JDBCAuthentication delegate)
-
JDBCAuthentication
public JDBCAuthentication(Object delegate)
-
-
Method Detail
-
getDelegate
public io.vertx.ext.auth.jdbc.JDBCAuthentication getDelegate()
- Overrides:
getDelegatein classAuthenticationProvider
-
toString
public String toString()
- Overrides:
toStringin classAuthenticationProvider
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classAuthenticationProvider
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAuthenticationProvider
-
create
@Deprecated public static JDBCAuthentication create(JDBCClient client, JDBCHashStrategy hashStrategy, io.vertx.ext.auth.jdbc.JDBCAuthenticationOptions options)
Deprecated.This factory is only for backwards compatibility- Parameters:
client- the JDBC client instancehashStrategy- legacy hashing strategyoptions- authentication options- Returns:
- the auth provider
-
create
@Deprecated public static JDBCAuthentication create(JDBCClient client, io.vertx.ext.auth.jdbc.JDBCAuthenticationOptions options)
Deprecated.- Parameters:
client- the JDBC client instanceoptions- authentication options- Returns:
- the auth provider
-
hash
@Deprecated public String hash(String id, Map<String,String> params, String salt, String password)
Deprecated.- Parameters:
id-params-salt-password-- Returns:
-
hash
@Deprecated public String hash(String id, String salt, String password)
Deprecated.- Parameters:
id-salt-password-- Returns:
-
newInstance
public static JDBCAuthentication newInstance(io.vertx.ext.auth.jdbc.JDBCAuthentication arg)
-
-