interface JDBCAuth : AuthProvider
Factory interface for creating io.vertx.ext.auth.AuthProvider instances that use the Vert.x JDBC client |
|
open class JDBCAuthOptionsConverter
Converter for io.vertx.ext.auth.jdbc.JDBCAuthOptions. NOTE: This class has been automatically generated from the io.vertx.ext.auth.jdbc.JDBCAuthOptions original class using Vert.x codegen. |
|
interface JDBCHashStrategy
Determines how the hashing is computed in the implementation You can implement this to provide a different hashing strategy to the default. |