@Deprecated public class JDBCAuthorization extends AuthorizationProvider implements io.vertx.lang.rx.RxDelegate
original
non RX-ified interface using Vert.x codegen.Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<JDBCAuthorization> |
__TYPE_ARG
Deprecated.
|
Constructor and Description |
---|
JDBCAuthorization(JDBCAuthorization delegate)
Deprecated.
|
JDBCAuthorization(Object delegate)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static JDBCAuthorization |
create(String providerId,
JDBCClient client,
JDBCAuthorizationOptions options)
Deprecated.
|
boolean |
equals(Object o)
Deprecated.
|
JDBCAuthorization |
getDelegate()
Deprecated.
|
int |
hashCode()
Deprecated.
|
static JDBCAuthorization |
newInstance(JDBCAuthorization arg)
Deprecated.
|
String |
toString()
Deprecated.
|
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 interface io.vertx.lang.rx.RxDelegate
getDelegate
in class AuthorizationProvider
@Deprecated 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 © 2025 Eclipse. All rights reserved.