Class HtpasswdAuth
- java.lang.Object
-
- io.vertx.rxjava3.ext.auth.authentication.AuthenticationProvider
-
- io.vertx.rxjava3.ext.auth.htpasswd.HtpasswdAuth
-
public class HtpasswdAuth extends AuthenticationProvider
An extension of AuthProvider which is using htpasswd file as storeNOTE: This class has been automatically generated from the
original
non RX-ified interface using Vert.x codegen.
-
-
Field Summary
Fields Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<HtpasswdAuth>
__TYPE_ARG
-
Constructor Summary
Constructors Constructor Description HtpasswdAuth(HtpasswdAuth delegate)
HtpasswdAuth(Object delegate)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HtpasswdAuth
create(Vertx vertx)
static HtpasswdAuth
create(Vertx vertx, HtpasswdAuthOptions htpasswdAuthOptions)
boolean
equals(Object o)
HtpasswdAuth
getDelegate()
int
hashCode()
static HtpasswdAuth
newInstance(HtpasswdAuth arg)
String
toString()
-
Methods inherited from class io.vertx.rxjava3.ext.auth.authentication.AuthenticationProvider
authenticate, newInstance, rxAuthenticate
-
-
-
-
Field Detail
-
__TYPE_ARG
public static final io.vertx.lang.rx.TypeArg<HtpasswdAuth> __TYPE_ARG
-
-
Constructor Detail
-
HtpasswdAuth
public HtpasswdAuth(HtpasswdAuth delegate)
-
HtpasswdAuth
public HtpasswdAuth(Object delegate)
-
-
Method Detail
-
toString
public String toString()
- Overrides:
toString
in classAuthenticationProvider
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classAuthenticationProvider
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classAuthenticationProvider
-
getDelegate
public HtpasswdAuth getDelegate()
- Overrides:
getDelegate
in classAuthenticationProvider
-
create
public static HtpasswdAuth create(Vertx vertx)
-
create
public static HtpasswdAuth create(Vertx vertx, HtpasswdAuthOptions htpasswdAuthOptions)
-
newInstance
public static HtpasswdAuth newInstance(HtpasswdAuth arg)
-
-