Class | Description |
---|---|
DigestAuthentication |
Utility class with high-level methods for parsing challenges and generating responses.
|
DigestChallenge |
Represents a HTTP digest challenge, as sent from the server to the client in a
WWW-Authenticate HTTP header. |
DigestChallengeResponse |
Represents a HTTP digest challenge response, as sent from the client to the server in a
Authorization header. |
WwwAuthenticateHeader |
Class for extracting challenges from
WWW-Authenticate headers. |
Enum | Description |
---|---|
DigestChallenge.QualityOfProtection |
Enumeration of the various types of quality of protection.
|
Exception | Description |
---|---|
ChallengeParseException |
Indicates that a
WWW-Authenticate header or challenge could not be parsed because it
is malformed. |
InsufficientInformationException |
Indicates that not enough information has been provided to perform the requested operation.
|