Uses of Class
org.forgerock.http.header.WwwAuthenticateHeader
Packages that use 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
Methods in org.forgerock.http.header that return WwwAuthenticateHeaderModifier 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
Methods in org.forgerock.http.oauth2 that return WwwAuthenticateHeaderModifier and TypeMethodDescriptionOAuth2Error.asWwwAuthenticateHeader()
Returns a representation of this error as aWWW-Authenticate
header.