Package | Description |
---|---|
io.vertx.ext.web.handler |
Modifier and Type | Method and Description |
---|---|
static DigestAuthHandler |
DigestAuthHandler.create(io.vertx.ext.auth.htdigest.HtdigestAuth authProvider)
Create a digest auth handler
|
static DigestAuthHandler |
DigestAuthHandler.create(io.vertx.ext.auth.htdigest.HtdigestAuth authProvider,
long nonceExpireTimeout)
Create a digest auth handler, specifying the expire timeout for nonces.
|
Copyright © 2019 Eclipse. All rights reserved.