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 WwwAuthenticateHeaderCreate a basic authentication challenge header.static WwwAuthenticateHeaderCreate a bearer authentication challenge header.static WwwAuthenticateHeaderObtain aWwwAuthenticateHeaderrepresentation of the given header values.static WwwAuthenticateHeaderObtain aWwwAuthenticateHeaderrepresentation 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-Authenticateheader.