public class HtpasswdAuth extends AuthProvider
original non RX-ified interface using Vert.x codegen.| Modifier and Type | Field and Description |
|---|---|
static <any> |
__TYPE_ARG |
| Constructor and Description |
|---|
HtpasswdAuth(HtpasswdAuth delegate) |
| Modifier and Type | Method and 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() |
authenticate, newInstance, rxAuthenticatepublic HtpasswdAuth(HtpasswdAuth delegate)
public String toString()
toString in class AuthProviderpublic boolean equals(Object o)
equals in class AuthProviderpublic int hashCode()
hashCode in class AuthProviderpublic HtpasswdAuth getDelegate()
getDelegate in class AuthProviderpublic static HtpasswdAuth create(Vertx vertx)
public static HtpasswdAuth create(Vertx vertx, HtpasswdAuthOptions htpasswdAuthOptions)
public static HtpasswdAuth newInstance(HtpasswdAuth arg)
Copyright © 2018 Eclipse. All rights reserved.