vertx / io.vertx.reactivex.ext.auth.jdbc

Package io.vertx.reactivex.ext.auth.jdbc

Types

JDBCAuth

open class JDBCAuth : AuthProvider

Factory interface for creating io.vertx.reactivex.ext.auth.AuthProvider instances that use the Vert.x JDBC client. By default the hashing strategy is SHA-512. If you're already running in production this is backwards compatible, however for new deployments or security upgrades it is recommended to use the PBKDF2 strategy as it is the current OWASP recommendation for password storage. NOTE: This class has been automatically generated from the io.vertx.ext.auth.jdbc.JDBCAuth non RX-ified interface using Vert.x codegen.

JDBCHashStrategy

open class JDBCHashStrategy

Determines how the hashing is computed in the implementation You can implement this to provide a different hashing strategy to the default. NOTE: This class has been automatically generated from the io.vertx.ext.auth.jdbc.JDBCHashStrategy non RX-ified interface using Vert.x codegen.