| Package | Description |
|---|---|
| io.vertx.ext.web.handler |
| 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 © 2024 Eclipse. All rights reserved.