public class SqlAuthorization extends AuthorizationProvider
original
non RX-ified interface using Vert.x codegen.Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<SqlAuthorization> |
__TYPE_ARG |
Constructor and Description |
---|
SqlAuthorization(Object delegate) |
SqlAuthorization(SqlAuthorization delegate) |
Modifier and Type | Method and Description |
---|---|
static SqlAuthorization |
create(SqlClient client)
Create a JDBC authorization provider implementation
|
static SqlAuthorization |
create(SqlClient client,
SqlAuthorizationOptions options)
Create a JDBC authorization provider implementation
|
boolean |
equals(Object o) |
SqlAuthorization |
getDelegate() |
int |
hashCode() |
static SqlAuthorization |
newInstance(SqlAuthorization arg) |
String |
toString() |
create, getAuthorizations, getId, newInstance, rxGetAuthorizations
public static final io.vertx.lang.rx.TypeArg<SqlAuthorization> __TYPE_ARG
public SqlAuthorization(SqlAuthorization delegate)
public SqlAuthorization(Object delegate)
public String toString()
toString
in class AuthorizationProvider
public boolean equals(Object o)
equals
in class AuthorizationProvider
public int hashCode()
hashCode
in class AuthorizationProvider
public SqlAuthorization getDelegate()
getDelegate
in class AuthorizationProvider
public static SqlAuthorization create(SqlClient client)
client
- the SQL client instancepublic static SqlAuthorization create(SqlClient client, SqlAuthorizationOptions options)
client
- the SQL client instanceoptions
- the SqlAuthorizationOptions
public static SqlAuthorization newInstance(SqlAuthorization arg)
Copyright © 2021 Eclipse. All rights reserved.