Class SqlAuthentication
java.lang.Object
io.vertx.mutiny.ext.auth.authentication.AuthenticationProvider
io.vertx.mutiny.ext.auth.sqlclient.SqlAuthentication
- All Implemented Interfaces:
MutinyDelegate
Factory interface for creating
AuthenticationProvider
instances that use the Vert.x SQL client.
NOTE: This class has been automatically generated from the original
non Mutiny-ified interface using Vert.x codegen.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSqlAuthentication
(io.vertx.ext.auth.sqlclient.SqlAuthentication delegate) SqlAuthentication
(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionstatic SqlAuthentication
static SqlAuthentication
boolean
io.vertx.ext.auth.sqlclient.SqlAuthentication
int
hashCode()
static SqlAuthentication
newInstance
(io.vertx.ext.auth.sqlclient.SqlAuthentication 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
-
SqlAuthentication
public SqlAuthentication(io.vertx.ext.auth.sqlclient.SqlAuthentication delegate) -
SqlAuthentication
-
-
Method Details
-
getDelegate
public io.vertx.ext.auth.sqlclient.SqlAuthentication 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
- Parameters:
client
- the JDBC client instance- Returns:
- the auth provider
-
create
public static SqlAuthentication create(SqlClient client, io.vertx.ext.auth.sqlclient.SqlAuthenticationOptions options) - Parameters:
client
- the JDBC client instanceoptions
- authentication options- Returns:
- the auth provider
-
hash
- Parameters:
id
-params
-salt
-password
-- Returns:
-
hash
- Parameters:
id
-salt
-password
-- Returns:
-
newInstance
-