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
- All Implemented Interfaces:
MutinyDelegate
NOTE: This class has been automatically generated from the
original non Mutiny-ified interface using Vert.x codegen.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionJDBCAuthorization(io.vertx.ext.auth.jdbc.JDBCAuthorization delegate) JDBCAuthorization(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionstatic JDBCAuthorizationcreate(String providerId, JDBCClient client, io.vertx.ext.auth.jdbc.JDBCAuthorizationOptions options) Deprecated.booleanio.vertx.ext.auth.jdbc.JDBCAuthorizationinthashCode()static JDBCAuthorizationnewInstance(io.vertx.ext.auth.jdbc.JDBCAuthorization arg) toString()Methods inherited from class io.vertx.mutiny.ext.auth.authorization.AuthorizationProvider
create, getAuthorizations, getAuthorizationsAndAwait, getAuthorizationsAndForget, getId, newInstance
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
JDBCAuthorization
public JDBCAuthorization(io.vertx.ext.auth.jdbc.JDBCAuthorization delegate) -
JDBCAuthorization
-
-
Method Details
-
getDelegate
public io.vertx.ext.auth.jdbc.JDBCAuthorization getDelegate()- Specified by:
getDelegatein interfaceMutinyDelegate- Overrides:
getDelegatein classAuthorizationProvider- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
- Overrides:
toStringin classAuthorizationProvider
-
equals
- 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
-