Packages

package jdbc

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class JDBCAuth extends AuthProvider

    Factory interface for creating io.vertx.scala.ext.auth.AuthProvider instances that use the Vert.x JDBC client.

    Factory interface for creating io.vertx.scala.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.

  2. class JDBCAuthOptions extends AuthOptions

    Options configuring JDBC authentication.

  3. class JDBCHashStrategy extends AnyRef

    Determines how the hashing is computed in the implementation

    Determines how the hashing is computed in the implementation

    You can implement this to provide a different hashing strategy to the default.

Value Members

  1. object JDBCAuth
  2. object JDBCAuthOptions
  3. object JDBCHashStrategy

Ungrouped