Package | Description |
---|---|
io.vertx.reactivex.ext.auth.htdigest | |
io.vertx.reactivex.ext.web.handler |
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<HtdigestAuth> |
HtdigestAuth.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
static HtdigestAuth |
HtdigestAuth.create(Vertx vertx)
Creates an instance of HtdigestAuth.
|
static HtdigestAuth |
HtdigestAuth.create(Vertx vertx,
String htfile)
Creates an instance of HtdigestAuth by using the given htfile file.
|
static HtdigestAuth |
HtdigestAuth.newInstance(HtdigestAuth arg) |
Modifier and Type | Method and Description |
---|---|
static DigestAuthHandler |
DigestAuthHandler.create(Vertx vertx,
HtdigestAuth authProvider)
Create a digest auth handler
|
static DigestAuthHandler |
DigestAuthHandler.create(Vertx vertx,
HtdigestAuth authProvider,
long nonceExpireTimeout)
Create a digest auth handler, specifying the expire timeout for nonces.
|
Copyright © 2021 Eclipse. All rights reserved.