vertx-auth-sql-client
instead.
Factory interface for creating AuthorizationProvider
instances that use the Vert.x JDBC client.@Deprecated public interface JDBCAuthorization extends AuthorizationProvider
Modifier and Type | Method and Description |
---|---|
static JDBCAuthorization |
create(String providerId,
JDBCClient client,
JDBCAuthorizationOptions options)
Deprecated.
Create a JDBC authorization provider implementation
|
create, getAuthorizations, getAuthorizations, getId
static JDBCAuthorization create(String providerId, JDBCClient client, JDBCAuthorizationOptions options)
providerId
- the provider idclient
- the JDBC client instanceoptions
- the JDBCAuthorizationOptions
Copyright © 2023 Eclipse. All rights reserved.