Class HtpasswdAuth
- java.lang.Object
-
- io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider
-
- io.vertx.reactivex.ext.auth.htpasswd.HtpasswdAuth
-
- All Implemented Interfaces:
RxDelegate
public class HtpasswdAuth extends AuthenticationProvider implements RxDelegate
An extension of AuthProvider which is using htpasswd file as storeNOTE: This class has been automatically generated from the
originalnon RX-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(HtpasswdAuth delegate)HtpasswdAuth(Object delegate)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HtpasswdAuthcreate(io.vertx.reactivex.core.Vertx vertx)static HtpasswdAuthcreate(io.vertx.reactivex.core.Vertx vertx, HtpasswdAuthOptions htpasswdAuthOptions)booleanequals(Object o)HtpasswdAuthgetDelegate()inthashCode()static HtpasswdAuthnewInstance(HtpasswdAuth arg)StringtoString()-
Methods inherited from class io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider
authenticate, newInstance, rxAuthenticate
-
-
-
-
Field Detail
-
__TYPE_ARG
public static final TypeArg<HtpasswdAuth> __TYPE_ARG
-
-
Constructor Detail
-
HtpasswdAuth
public HtpasswdAuth(HtpasswdAuth delegate)
-
HtpasswdAuth
public HtpasswdAuth(Object delegate)
-
-
Method Detail
-
toString
public String toString()
- Overrides:
toStringin classAuthenticationProvider
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classAuthenticationProvider
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAuthenticationProvider
-
getDelegate
public HtpasswdAuth getDelegate()
- Specified by:
getDelegatein interfaceRxDelegate- Overrides:
getDelegatein classAuthenticationProvider
-
create
public static HtpasswdAuth create(io.vertx.reactivex.core.Vertx vertx)
-
create
public static HtpasswdAuth create(io.vertx.reactivex.core.Vertx vertx, HtpasswdAuthOptions htpasswdAuthOptions)
-
newInstance
public static HtpasswdAuth newInstance(HtpasswdAuth arg)
-
-