- DEFAULT_CHALLENGE_COMPARATOR - Static variable in class com.albroco.barebonesdigest.DigestAuthentication
 
- 
Default comparator used when comparing which challenge to use when there is more than one to
 choose from.
 
- DigestAuthentication - Class in com.albroco.barebonesdigest
 
- 
Utility class with high-level methods for parsing challenges and generating responses.
 
- DigestChallenge - Class in com.albroco.barebonesdigest
 
- 
Represents a HTTP digest challenge, as sent from the server to the client in a WWW-Authenticate HTTP header.
 
- DigestChallenge.QualityOfProtection - Enum in com.albroco.barebonesdigest
 
- 
Enumeration of the various types of quality of protection.
 
- DigestChallengeResponse - Class in com.albroco.barebonesdigest
 
- 
Represents a HTTP digest challenge response, as sent from the client to the server in a
 Authorization header.
 
- DigestChallengeResponse() - Constructor for class com.albroco.barebonesdigest.DigestChallengeResponse
 
- 
Creates an empty challenge response.
 
- digestUri(String) - Method in class com.albroco.barebonesdigest.DigestChallengeResponse
 
- 
Sets the digest-uri directive, which must be exactly the same as the
 Request-URI of the Request-Line of the HTTP request.