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 |
| 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, newInstance, rxAuthenticatepublic static final TypeArg<HtdigestAuth> __TYPE_ARG
public HtdigestAuth(HtdigestAuth delegate)
public String toString()
toString in class AuthProviderpublic boolean equals(Object o)
equals in class AuthProviderpublic int hashCode()
hashCode in class AuthProviderpublic HtdigestAuth getDelegate()
getDelegate in class AuthProviderpublic static HtdigestAuth create(Vertx vertx)
vertx - HtdigestAuthspublic static HtdigestAuth create(Vertx vertx, String htfile)
vertx - htfile - the existing htfile.HtdigestAuthspublic String realm()
public static HtdigestAuth newInstance(HtdigestAuth arg)
Copyright © 2018 Eclipse. All rights reserved.