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