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.
|
HtdigestAuth |
getDelegate() |
static HtdigestAuth |
newInstance(HtdigestAuth arg) |
String |
realm()
Return the currently used realm
|
authenticate, authenticateObservable, newInstance, rxAuthenticate
public static final TypeArg<HtdigestAuth> __TYPE_ARG
public HtdigestAuth(HtdigestAuth delegate)
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 © 2017. All rights reserved.