Class JDBCAuthentication


  • public class JDBCAuthentication
    extends AuthenticationProvider
    Factory interface for creating AuthenticationProvider 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 original non Mutiny-ified interface using Vert.x codegen.

    • Field Detail

      • __TYPE_ARG

        public static final io.smallrye.mutiny.vertx.TypeArg<JDBCAuthentication> __TYPE_ARG
    • Constructor Detail

      • JDBCAuthentication

        public JDBCAuthentication​(io.vertx.ext.auth.jdbc.JDBCAuthentication delegate)
      • JDBCAuthentication

        public JDBCAuthentication​(Object delegate)