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 JDBCAuthorizationcreate(String providerId, JDBCClient client, io.vertx.ext.auth.jdbc.JDBCAuthorizationOptions options) Deprecated.booleanDeprecated.io.vertx.ext.auth.jdbc.JDBCAuthorizationDeprecated.inthashCode()Deprecated.static JDBCAuthorizationnewInstance(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:
getDelegatein interfaceMutinyDelegate- Overrides:
getDelegatein classAuthorizationProvider- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
Deprecated.- Overrides:
toStringin classAuthorizationProvider
-
equals
Deprecated.- Overrides:
equalsin classAuthorizationProvider
-
hashCode
public int hashCode()Deprecated.- Overrides:
hashCodein 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.
-