Class HtpasswdAuth
- java.lang.Object
-
- io.vertx.mutiny.ext.auth.authentication.AuthenticationProvider
-
- io.vertx.mutiny.ext.auth.htpasswd.HtpasswdAuth
-
public class HtpasswdAuth extends io.vertx.mutiny.ext.auth.authentication.AuthenticationProviderAn extension of AuthProvider which is using htpasswd file as store NOTE: This class has been automatically generated from theoriginalnon Mutiny-ified interface using Vert.x codegen.
-
-
Field Summary
Fields Modifier and Type Field Description static io.smallrye.mutiny.vertx.TypeArg<HtpasswdAuth>__TYPE_ARG
-
Constructor Summary
Constructors Constructor Description HtpasswdAuth(io.vertx.ext.auth.htpasswd.HtpasswdAuth delegate)HtpasswdAuth(Object delegate)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HtpasswdAuthcreate(io.vertx.mutiny.core.Vertx vertx)static HtpasswdAuthcreate(io.vertx.mutiny.core.Vertx vertx, io.vertx.ext.auth.htpasswd.HtpasswdAuthOptions htpasswdAuthOptions)booleanequals(Object o)io.vertx.ext.auth.htpasswd.HtpasswdAuthgetDelegate()inthashCode()static HtpasswdAuthnewInstance(io.vertx.ext.auth.htpasswd.HtpasswdAuth arg)StringtoString()
-
-
-
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:
getDelegatein classio.vertx.mutiny.ext.auth.authentication.AuthenticationProvider
-
toString
public String toString()
- Overrides:
toStringin classio.vertx.mutiny.ext.auth.authentication.AuthenticationProvider
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.vertx.mutiny.ext.auth.authentication.AuthenticationProvider
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.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)
-
-