Package io.vertx.reactivex.ext.auth.jdbc
Class JDBCAuthorization
- java.lang.Object
-
- io.vertx.reactivex.ext.auth.authorization.AuthorizationProvider
-
- io.vertx.reactivex.ext.auth.jdbc.JDBCAuthorization
-
- All Implemented Interfaces:
RxDelegate
@Deprecated public class JDBCAuthorization extends AuthorizationProvider implements RxDelegate
Deprecated.NOTE: This class has been automatically generated from theoriginalnon RX-ified interface using Vert.x codegen.
-
-
Field Summary
Fields Modifier and Type Field Description static TypeArg<JDBCAuthorization>__TYPE_ARGDeprecated.
-
Constructor Summary
Constructors Constructor Description JDBCAuthorization(JDBCAuthorization delegate)Deprecated.JDBCAuthorization(Object delegate)Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static JDBCAuthorizationcreate(String providerId, JDBCClient client, JDBCAuthorizationOptions options)Deprecated.booleanequals(Object o)Deprecated.JDBCAuthorizationgetDelegate()Deprecated.inthashCode()Deprecated.static JDBCAuthorizationnewInstance(JDBCAuthorization arg)Deprecated.StringtoString()Deprecated.-
Methods inherited from class io.vertx.reactivex.ext.auth.authorization.AuthorizationProvider
create, getAuthorizations, getAuthorizations, getId, newInstance, rxGetAuthorizations
-
-
-
-
Field Detail
-
__TYPE_ARG
public static final TypeArg<JDBCAuthorization> __TYPE_ARG
Deprecated.
-
-
Constructor Detail
-
JDBCAuthorization
public JDBCAuthorization(JDBCAuthorization delegate)
Deprecated.
-
JDBCAuthorization
public JDBCAuthorization(Object delegate)
Deprecated.
-
-
Method Detail
-
toString
public String toString()
Deprecated.- Overrides:
toStringin classAuthorizationProvider
-
equals
public boolean equals(Object o)
Deprecated.- Overrides:
equalsin classAuthorizationProvider
-
hashCode
public int hashCode()
Deprecated.- Overrides:
hashCodein classAuthorizationProvider
-
getDelegate
public JDBCAuthorization getDelegate()
Deprecated.- Specified by:
getDelegatein interfaceRxDelegate- Overrides:
getDelegatein classAuthorizationProvider
-
create
@Deprecated public static JDBCAuthorization create(String providerId, JDBCClient client, JDBCAuthorizationOptions options)
Deprecated.Create a JDBC authorization provider implementation- Parameters:
providerId- the provider idclient- the JDBC client instanceoptions- theJDBCAuthorizationOptions- Returns:
- the auth provider
-
newInstance
public static JDBCAuthorization newInstance(JDBCAuthorization arg)
Deprecated.
-
-