SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Constructor Summary | |
ChallengeRequest(location, challenge)
An immutable object representing the challenge presented by the server when the client accessed the URI represented by a location. |
Constructor Detail |
ChallengeRequest(location, challenge)
According to RFC 2617,
challenge = auth-scheme 1*SP 1#auth-paramso we model the authentication scheme and parameters in this class.
This class is also responsible for detecting and adapting the Application Basic
and Application Negotiate
authentication schemes into their Basic
and
Negotiate
counterpart authentication schemes.
location
- the protected URI location triggering the challenge
challenge
- an entire server-provided 'WWW-Authenticate:' string