public class HtpasswdAuth extends AuthProvider
original
non RX-ified interface using Vert.x codegen.Modifier and Type | Field and Description |
---|---|
static TypeArg<HtpasswdAuth> |
__TYPE_ARG |
Constructor and Description |
---|
HtpasswdAuth(io.vertx.ext.auth.htpasswd.HtpasswdAuth delegate) |
Modifier and Type | Method and Description |
---|---|
static HtpasswdAuth |
create(Vertx vertx) |
static HtpasswdAuth |
create(Vertx vertx,
io.vertx.ext.auth.htpasswd.HtpasswdAuthOptions htpasswdAuthOptions) |
boolean |
equals(Object o) |
io.vertx.ext.auth.htpasswd.HtpasswdAuth |
getDelegate() |
int |
hashCode() |
static HtpasswdAuth |
newInstance(io.vertx.ext.auth.htpasswd.HtpasswdAuth arg) |
String |
toString() |
authenticate, authenticateObservable, newInstance, rxAuthenticate
public static final TypeArg<HtpasswdAuth> __TYPE_ARG
public HtpasswdAuth(io.vertx.ext.auth.htpasswd.HtpasswdAuth delegate)
public String toString()
toString
in class AuthProvider
public boolean equals(Object o)
equals
in class AuthProvider
public int hashCode()
hashCode
in class AuthProvider
public io.vertx.ext.auth.htpasswd.HtpasswdAuth getDelegate()
getDelegate
in class AuthProvider
public static HtpasswdAuth create(Vertx vertx)
public static HtpasswdAuth create(Vertx vertx, io.vertx.ext.auth.htpasswd.HtpasswdAuthOptions htpasswdAuthOptions)
public static HtpasswdAuth newInstance(io.vertx.ext.auth.htpasswd.HtpasswdAuth arg)
Copyright © 2019 Eclipse. All rights reserved.