public interface SqlAuthorization extends AuthorizationProvider
AuthorizationProvider
instances that use the Vert.x SQL client.Modifier and Type | Method and Description |
---|---|
static SqlAuthorization |
create(SqlClient client)
Create a JDBC authorization provider implementation
|
static SqlAuthorization |
create(SqlClient client,
SqlAuthorizationOptions options)
Create a JDBC authorization provider implementation
|
create, getAuthorizations, getAuthorizations, getId
static SqlAuthorization create(SqlClient client)
client
- the SQL client instancestatic SqlAuthorization create(SqlClient client, SqlAuthorizationOptions options)
client
- the SQL client instanceoptions
- the SqlAuthorizationOptions
Copyright © 2021 Eclipse. All rights reserved.