Package io.vertx.mutiny.ext.auth.jdbc
Class JDBCAuthorization
java.lang.Object
io.vertx.mutiny.ext.auth.authorization.AuthorizationProvider
io.vertx.mutiny.ext.auth.jdbc.JDBCAuthorization
- All Implemented Interfaces:
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
ConstructorsConstructorDescriptionJDBCAuthorization
(io.vertx.ext.auth.jdbc.JDBCAuthorization delegate) Deprecated.JDBCAuthorization
(Object delegate) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionstatic JDBCAuthorization
create
(String providerId, JDBCClient client, io.vertx.ext.auth.jdbc.JDBCAuthorizationOptions options) Deprecated.boolean
Deprecated.io.vertx.ext.auth.jdbc.JDBCAuthorization
Deprecated.int
hashCode()
Deprecated.static JDBCAuthorization
newInstance
(io.vertx.ext.auth.jdbc.JDBCAuthorization arg) Deprecated.toString()
Deprecated.Methods inherited from class io.vertx.mutiny.ext.auth.authorization.AuthorizationProvider
create, getAuthorizations, getAuthorizationsAndAwait, getAuthorizationsAndForget, getId, newInstance
-
Field Details
-
__TYPE_ARG
Deprecated.
-
-
Constructor Details
-
JDBCAuthorization
public JDBCAuthorization(io.vertx.ext.auth.jdbc.JDBCAuthorization delegate) Deprecated. -
JDBCAuthorization
Deprecated.
-
-
Method Details
-
getDelegate
public io.vertx.ext.auth.jdbc.JDBCAuthorization getDelegate()Deprecated.- Specified by:
getDelegate
in interfaceMutinyDelegate
- Overrides:
getDelegate
in classAuthorizationProvider
- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
Deprecated.- Overrides:
toString
in classAuthorizationProvider
-
equals
Deprecated.- Overrides:
equals
in classAuthorizationProvider
-
hashCode
public int hashCode()Deprecated.- Overrides:
hashCode
in classAuthorizationProvider
-
create
@Deprecated public static JDBCAuthorization create(String providerId, JDBCClient client, io.vertx.ext.auth.jdbc.JDBCAuthorizationOptions options) Deprecated.- Parameters:
providerId
- the provider idclient
- the JDBC client instanceoptions
- theJDBCAuthorizationOptions
- Returns:
- the auth provider
-
newInstance
Deprecated.
-