Class HtpasswdAuth


  • public class HtpasswdAuth
    extends io.vertx.mutiny.ext.auth.authentication.AuthenticationProvider
    An extension of AuthProvider which is using htpasswd file as store

    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<HtpasswdAuth> __TYPE_ARG
    • Constructor Detail

      • HtpasswdAuth

        public HtpasswdAuth​(io.vertx.ext.auth.htpasswd.HtpasswdAuth delegate)
      • HtpasswdAuth

        public HtpasswdAuth​(Object delegate)
    • Method Detail

      • getDelegate

        public io.vertx.ext.auth.htpasswd.HtpasswdAuth getDelegate()
        Overrides:
        getDelegate in class io.vertx.mutiny.ext.auth.authentication.AuthenticationProvider
      • toString

        public String toString()
        Overrides:
        toString in class io.vertx.mutiny.ext.auth.authentication.AuthenticationProvider
      • equals

        public boolean equals​(Object o)
        Overrides:
        equals in class io.vertx.mutiny.ext.auth.authentication.AuthenticationProvider
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class io.vertx.mutiny.ext.auth.authentication.AuthenticationProvider
      • create

        public static HtpasswdAuth create​(io.vertx.mutiny.core.Vertx vertx)
      • create

        public static HtpasswdAuth create​(io.vertx.mutiny.core.Vertx vertx,
                                          io.vertx.ext.auth.htpasswd.HtpasswdAuthOptions htpasswdAuthOptions)
      • newInstance

        public static HtpasswdAuth newInstance​(io.vertx.ext.auth.htpasswd.HtpasswdAuth arg)