public class HtdigestAuth extends AuthProvider
original
non RX-ified interface using Vert.x codegen.Modifier and Type | Field and Description |
---|---|
static TypeArg<HtdigestAuth> |
__TYPE_ARG |
static String |
HTDIGEST_FILE
The property name to be used to set the name of the collection inside the config
|
Constructor and Description |
---|
HtdigestAuth(HtdigestAuth delegate) |
Modifier and Type | Method and Description |
---|---|
static HtdigestAuth |
create(Vertx vertx)
Creates an instance of HtdigestAuth.
|
static HtdigestAuth |
create(Vertx vertx,
String htfile)
Creates an instance of HtdigestAuth by using the given htfile file.
|
boolean |
equals(Object o) |
HtdigestAuth |
getDelegate() |
int |
hashCode() |
static HtdigestAuth |
newInstance(HtdigestAuth arg) |
String |
realm()
Return the currently used realm
|
String |
toString() |
authenticate, authenticate, newInstance, rxAuthenticate
public static final TypeArg<HtdigestAuth> __TYPE_ARG
public static final String HTDIGEST_FILE
public HtdigestAuth(HtdigestAuth 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 HtdigestAuth getDelegate()
getDelegate
in class AuthProvider
public static HtdigestAuth create(Vertx vertx)
vertx
- HtdigestAuth
spublic static HtdigestAuth create(Vertx vertx, String htfile)
vertx
- htfile
- the existing htfile.HtdigestAuth
spublic String realm()
public static HtdigestAuth newInstance(HtdigestAuth arg)
Copyright © 2019 Eclipse. All rights reserved.