Class HtpasswdAuth
- java.lang.Object
-
- io.vertx.mutiny.ext.auth.authentication.AuthenticationProvider
-
- io.vertx.mutiny.ext.auth.htpasswd.HtpasswdAuth
-
public class HtpasswdAuth extends AuthenticationProvider
An 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 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(Vertx vertx)static HtpasswdAuthcreate(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()-
Methods inherited from class io.vertx.mutiny.ext.auth.authentication.AuthenticationProvider
authenticate, authenticate, authenticateAndAwait, authenticateAndAwait, authenticateAndForget, authenticateAndForget, newInstance
-
-
-
-
Field Detail
-
__TYPE_ARG
public static final 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 classAuthenticationProvider
-
toString
public String toString()
- Overrides:
toStringin classAuthenticationProvider
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classAuthenticationProvider
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAuthenticationProvider
-
create
public static HtpasswdAuth create(Vertx vertx)
-
create
public static HtpasswdAuth create(Vertx vertx, io.vertx.ext.auth.htpasswd.HtpasswdAuthOptions htpasswdAuthOptions)
-
newInstance
public static HtpasswdAuth newInstance(io.vertx.ext.auth.htpasswd.HtpasswdAuth arg)
-
-