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
- All Implemented Interfaces:
MutinyDelegate
@Deprecated
public class JDBCAuthentication
extends AuthenticationProvider
implements MutinyDelegate
Deprecated.
NOTE: This class has been automatically generated from the
original
non Mutiny-ified interface using Vert.x codegen.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionJDBCAuthentication
(io.vertx.ext.auth.jdbc.JDBCAuthentication delegate) Deprecated.JDBCAuthentication
(Object delegate) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionstatic JDBCAuthentication
create
(JDBCClient client, io.vertx.ext.auth.jdbc.JDBCAuthenticationOptions options) Deprecated.static JDBCAuthentication
create
(JDBCClient client, JDBCHashStrategy hashStrategy, io.vertx.ext.auth.jdbc.JDBCAuthenticationOptions options) Deprecated.This factory is only for backwards compatibilityboolean
Deprecated.io.vertx.ext.auth.jdbc.JDBCAuthentication
Deprecated.Deprecated.Deprecated.int
hashCode()
Deprecated.static JDBCAuthentication
newInstance
(io.vertx.ext.auth.jdbc.JDBCAuthentication arg) Deprecated.toString()
Deprecated.Methods inherited from class io.vertx.mutiny.ext.auth.authentication.AuthenticationProvider
authenticate, authenticate, authenticateAndAwait, authenticateAndAwait, authenticateAndForget, authenticateAndForget, newInstance
-
Field Details
-
__TYPE_ARG
Deprecated.
-
-
Constructor Details
-
JDBCAuthentication
public JDBCAuthentication(io.vertx.ext.auth.jdbc.JDBCAuthentication delegate) Deprecated. -
JDBCAuthentication
Deprecated.
-
-
Method Details
-
getDelegate
public io.vertx.ext.auth.jdbc.JDBCAuthentication getDelegate()Deprecated.- Specified by:
getDelegate
in interfaceMutinyDelegate
- Overrides:
getDelegate
in classAuthenticationProvider
- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
Deprecated.- Overrides:
toString
in classAuthenticationProvider
-
equals
Deprecated.- Overrides:
equals
in classAuthenticationProvider
-
hashCode
public int hashCode()Deprecated.- Overrides:
hashCode
in 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.- Parameters:
id
-params
-salt
-password
-- Returns:
-
hash
Deprecated.- Parameters:
id
-salt
-password
-- Returns:
-
newInstance
Deprecated.
-