Uses of Class
org.forgerock.http.header.WwwAuthenticateHeader
Package
Description
Processes HTTP message header fields.
This package provides APIs for OAuth 2.0 services implementations.
-
Uses of WwwAuthenticateHeader in org.forgerock.http.header
Modifier and TypeMethodDescriptionAdd a new challenge.WwwAuthenticateHeader.addChallenge
(WwwAuthenticateHeader.Challenge challenge) Add a new authentication option.static WwwAuthenticateHeader
Create a basic authentication challenge header.static WwwAuthenticateHeader
Create a bearer authentication challenge header.static WwwAuthenticateHeader
Obtain aWwwAuthenticateHeader
representation of the given header values.static WwwAuthenticateHeader
Obtain aWwwAuthenticateHeader
representation of the headers in the given response. -
Uses of WwwAuthenticateHeader in org.forgerock.http.oauth2
Modifier and TypeMethodDescriptionOAuth2Error.asWwwAuthenticateHeader()
Returns a representation of this error as aWWW-Authenticate
header.