Package | Description |
---|---|
io.vertx.ext.auth.jdbc |
Class and Description |
---|
JDBCAuth
Deprecated.
This class has been replaced by the class
JDBCAuthentication for authentication and JDBCAuthorization for authorization |
JDBCAuthentication
Factory interface for creating
AuthenticationProvider instances that use the Vert.x JDBC client. |
JDBCAuthenticationOptions
Options configuring JDBC authentication.
|
JDBCAuthOptions
Deprecated.
This class has been replaced by the class
JDBCAuthenticationOptions for authentication and JDBCAuthorizationOptions for authorization |
JDBCAuthorization
Factory interface for creating
AuthorizationProvider instances that use the Vert.x JDBC client. |
JDBCAuthorizationOptions
Options configuring JDBC authentication.
|
JDBCHashStrategy
Deprecated.
This strategy has been deprecated in favour of
HashingStrategy . The new
implementation is backend agnostic and follows a standard format that can be reused across different storages. |
JDBCUserUtil
Utility to create users/roles/permissions.
|
Copyright © 2021 Eclipse. All rights reserved.