Package org.forgerock.http.header
Class WwwAuthenticateHeader.Challenge
java.lang.Object
org.forgerock.http.header.WwwAuthenticateHeader.Challenge
- Enclosing class:
- WwwAuthenticateHeader
A single WWW-Authenticate challenge.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
scheme
The type of the authentication option. -
realm
The realm of the authentication option. -
parameters
Any additional options that the type requires.
-
-
Constructor Details
-
Challenge
Create a new authentication option.- Parameters:
scheme
- The scheme of the challenge.realm
- The realm of the challenge (may benull
).parameters
- Any additional options that the type requires.
-
-
Method Details