public interface DigestAuthHandler extends AuthHandler
| 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(HtdigestAuth authProvider)
Create a digest auth handler 
 | 
static DigestAuthHandler | 
create(HtdigestAuth authProvider,
      long nonceExpireTimeout)
Create a digest auth handler, specifying the expire timeout for nonces. 
 | 
addAuthorities, addAuthority, authorize, parseCredentialsstatic final long DEFAULT_NONCE_EXPIRE_TIMEOUT
static DigestAuthHandler create(HtdigestAuth authProvider)
authProvider - the auth provider to usestatic DigestAuthHandler create(HtdigestAuth authProvider, long nonceExpireTimeout)
authProvider - the auth service to usenonceExpireTimeout - the nonce expire timeout in milliseconds.Copyright © 2020 Eclipse. All rights reserved.