| 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
AuthProvider 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
Determines how the hashing is computed in the implementation
You can implement this to provide a different hashing strategy to the default.
|
Copyright © 2019 Eclipse. All rights reserved.