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