Class SqlAuthorization
java.lang.Object
io.vertx.mutiny.ext.auth.authorization.AuthorizationProvider
io.vertx.mutiny.ext.auth.sqlclient.SqlAuthorization
- All Implemented Interfaces:
MutinyDelegate
Factory interface for creating 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
ConstructorsConstructorDescriptionSqlAuthorization
(io.vertx.ext.auth.sqlclient.SqlAuthorization delegate) SqlAuthorization
(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionstatic SqlAuthorization
static SqlAuthorization
boolean
io.vertx.ext.auth.sqlclient.SqlAuthorization
int
hashCode()
static SqlAuthorization
newInstance
(io.vertx.ext.auth.sqlclient.SqlAuthorization arg) toString()
Methods inherited from class io.vertx.mutiny.ext.auth.authorization.AuthorizationProvider
create, getAuthorizations, getAuthorizationsAndAwait, getAuthorizationsAndForget, getId, newInstance
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
SqlAuthorization
public SqlAuthorization(io.vertx.ext.auth.sqlclient.SqlAuthorization delegate) -
SqlAuthorization
-
-
Method Details
-
getDelegate
public io.vertx.ext.auth.sqlclient.SqlAuthorization getDelegate()- Specified by:
getDelegate
in interfaceMutinyDelegate
- Overrides:
getDelegate
in classAuthorizationProvider
- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
- Overrides:
toString
in classAuthorizationProvider
-
equals
- Overrides:
equals
in classAuthorizationProvider
-
hashCode
public int hashCode()- Overrides:
hashCode
in classAuthorizationProvider
-
create
- Parameters:
client
- the SQL client instance- Returns:
- the auth provider
-
create
public static SqlAuthorization create(SqlClient client, io.vertx.ext.auth.sqlclient.SqlAuthorizationOptions options) - Parameters:
client
- the SQL client instanceoptions
- theSqlAuthorizationOptions
- Returns:
- the auth provider
-
newInstance
-