Class SqlAuthorization
- java.lang.Object
-
- io.vertx.rxjava3.ext.auth.authorization.AuthorizationProvider
-
- io.vertx.rxjava3.ext.auth.sqlclient.SqlAuthorization
-
public class SqlAuthorization extends AuthorizationProvider
Factory interface for creating instances that use the Vert.x SQL client. 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<SqlAuthorization>__TYPE_ARG
-
Constructor Summary
Constructors Constructor Description SqlAuthorization(SqlAuthorization delegate)SqlAuthorization(Object delegate)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SqlAuthorizationcreate(SqlClient client)Create a JDBC authorization provider implementationstatic SqlAuthorizationcreate(SqlClient client, SqlAuthorizationOptions options)Create a JDBC authorization provider implementationbooleanequals(Object o)SqlAuthorizationgetDelegate()inthashCode()static SqlAuthorizationnewInstance(SqlAuthorization arg)StringtoString()-
Methods inherited from class io.vertx.rxjava3.ext.auth.authorization.AuthorizationProvider
create, getAuthorizations, getId, newInstance, rxGetAuthorizations
-
-
-
-
Field Detail
-
__TYPE_ARG
public static final TypeArg<SqlAuthorization> __TYPE_ARG
-
-
Constructor Detail
-
SqlAuthorization
public SqlAuthorization(SqlAuthorization delegate)
-
SqlAuthorization
public SqlAuthorization(Object delegate)
-
-
Method Detail
-
toString
public String toString()
- Overrides:
toStringin classAuthorizationProvider
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classAuthorizationProvider
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAuthorizationProvider
-
getDelegate
public SqlAuthorization getDelegate()
- Overrides:
getDelegatein classAuthorizationProvider
-
create
public static SqlAuthorization create(SqlClient client)
Create a JDBC authorization provider implementation- Parameters:
client- the SQL client instance- Returns:
- the auth provider
-
create
public static SqlAuthorization create(SqlClient client, SqlAuthorizationOptions options)
Create a JDBC authorization provider implementation- Parameters:
client- the SQL client instanceoptions- theSqlAuthorizationOptions- Returns:
- the auth provider
-
newInstance
public static SqlAuthorization newInstance(SqlAuthorization arg)
-
-