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 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 compatibilitybooleanio.vertx.ext.auth.jdbc.JDBCAuthenticationDeprecated.Deprecated.inthashCode()static JDBCAuthenticationnewInstance(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:
getDelegatein interfaceMutinyDelegate- Overrides:
getDelegatein classAuthenticationProvider- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
- Overrides:
toStringin classAuthenticationProvider
-
equals
- 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.- Parameters:
id-params-salt-password-- Returns:
-
hash
Deprecated.- Parameters:
id-salt-password-- Returns:
-
newInstance
-