public interface DigestAuthHandler extends AuthenticationHandler
Modifier and Type | Field and Description |
---|---|
static long |
DEFAULT_NONCE_EXPIRE_TIMEOUT
The default nonce expire timeout to use in milliseconds.
|
Modifier and Type | Method and Description |
---|---|
static DigestAuthHandler |
create(Vertx vertx,
HtdigestAuth authProvider)
Create a digest auth handler
|
static DigestAuthHandler |
create(Vertx vertx,
HtdigestAuth authProvider,
long nonceExpireTimeout)
Create a digest auth handler, specifying the expire timeout for nonces.
|
authenticateHeader, parseCredentials, parseCredentials, postAuthentication
static final long DEFAULT_NONCE_EXPIRE_TIMEOUT
static DigestAuthHandler create(Vertx vertx, HtdigestAuth authProvider)
vertx
- the vertx instanceauthProvider
- the auth provider to usestatic DigestAuthHandler create(Vertx vertx, HtdigestAuth authProvider, long nonceExpireTimeout)
vertx
- the vertx instanceauthProvider
- the auth service to usenonceExpireTimeout
- the nonce expire timeout in milliseconds.Copyright © 2021 Eclipse. All rights reserved.