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
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) JDBCAuthentication
(Object delegate) -
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
io.vertx.ext.auth.jdbc.JDBCAuthentication
Deprecated.Deprecated.int
hashCode()
static JDBCAuthentication
newInstance
(io.vertx.ext.auth.jdbc.JDBCAuthentication arg) toString()
Methods inherited from class io.vertx.mutiny.ext.auth.authentication.AuthenticationProvider
authenticate, authenticate, authenticateAndAwait, authenticateAndAwait, authenticateAndForget, authenticateAndForget, newInstance
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
JDBCAuthentication
public JDBCAuthentication(io.vertx.ext.auth.jdbc.JDBCAuthentication delegate) -
JDBCAuthentication
-
-
Method Details
-
getDelegate
public io.vertx.ext.auth.jdbc.JDBCAuthentication getDelegate()- Specified by:
getDelegate
in interfaceMutinyDelegate
- Overrides:
getDelegate
in classAuthenticationProvider
- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
- Overrides:
toString
in classAuthenticationProvider
-
equals
- Overrides:
equals
in classAuthenticationProvider
-
hashCode
public int hashCode()- 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
-