public class HtdigestAuth extends AuthenticationProvider
original
non RX-ified interface using Vert.x codegen.Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.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) |
HtdigestAuth(Object 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, rxAuthenticate
public static final io.vertx.lang.rx.TypeArg<HtdigestAuth> __TYPE_ARG
public static final String HTDIGEST_FILE
public HtdigestAuth(HtdigestAuth delegate)
public HtdigestAuth(Object delegate)
public String toString()
toString
in class AuthenticationProvider
public boolean equals(Object o)
equals
in class AuthenticationProvider
public int hashCode()
hashCode
in class AuthenticationProvider
public HtdigestAuth getDelegate()
getDelegate
in class AuthenticationProvider
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 © 2023 Eclipse. All rights reserved.