The ChallengeRequest type exposes the following members.

Constructors

  NameDescription
Public methodChallengeRequest
Constructor from the protected URI location triggering the challenge, and an entire server-provided 'WWW-Authenticate:' string. the protected URI location triggering the challengean entire server-provided 'WWW-Authenticate:' string

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Overrides Object..::..ToString()()()().)

Properties

  NameDescription
Public propertyAuthenticationParameters
Return the string after the space separator, not including the authentication scheme nor the space itself, or NULL if no such string exists.

Return Value

the string after the space separator, not including the authentication scheme nor the space itself, or NULL if no such string exists.
Public propertyAuthenticationScheme
Return the authentication scheme with which the server is challenging.

Return Value

the authentication scheme with which the server is challenging.
Public propertyLocation
Return the protected URI the access of which triggered this challenge as a {@code String}.

For some authentication schemes, the production of a response to the challenge may require access to the location of the URI triggering the challenge.

Return Value

the protected URI the access of which triggered this challenge as a String

See Also