Uses of Class
org.forgerock.http.header.MalformedHeaderException
Package
Description
This package contains the classes and interfaces related to the implementation of the HTTP client, and its use
in scripted modules.
Processes HTTP message header fields.
Credentials classes for use with the
AuthorizationHeader
.Models and manages elements of the Hypertext Transfer Protocol.
Miscellaneous utility classes.
-
Uses of MalformedHeaderException in org.forgerock.http.client
-
Uses of MalformedHeaderException in org.forgerock.http.header
Modifier and TypeMethodDescriptionprotected AuthorizationHeader
Create a header instance from a provided object representation.protected abstract H
Create a header instance from String representation, which may contain multiple values if the header supports them.protected abstract H
Create a header instance from a list of String representations, each of which may in turn contain multiple values if the header supports them.<C> Optional<C>
AuthorizationHeader.parseCredentials
(CredentialsParser<C> parser) Parse the credentials to a rich type.AuthorizationHeader.setRawValue
(String rawValue) Set the raw value of the header.static AuthorizationHeader
Parse a string as anAuthorization
header value.static AuthorizationHeader
Constructs a new header, initialized from the specified message.static ReferrerHeader
Parse the provided value as aReferrer
header.static ReferrerHeader
Constructs a new header, initialized from the specified message.static SetCookie2Header
Deprecated, for removal: This API element is subject to removal in a future version.Constructs a new header, initialized from the specified string value.static SetCookie2Header
Deprecated, for removal: This API element is subject to removal in a future version.Constructs a new header, initialized from the specified list ofSet-Cookie2
values.static SetCookie2Header
Deprecated, for removal: This API element is subject to removal in a future version.Constructs a new header, initialized from the specified response message.static TransactionIdHeader
Constructs a new header, initialized from the specified string value.static TransactionIdHeader
Constructs a new header, initialized from the specified request.static WwwAuthenticateHeader
Obtain aWwwAuthenticateHeader
representation of the given header values.static WwwAuthenticateHeader
Obtain aWwwAuthenticateHeader
representation of the headers in the given response.ModifierConstructorDescriptionTransactionIdHeader
(String value) Constructs a new header with the provided value for the transaction id. -
Uses of MalformedHeaderException in org.forgerock.http.header.authorization
Modifier and TypeMethodDescriptionParse the provided credentials into a rich representation.ModifierConstructorDescriptionBearerToken
(String token) Construct a new set ofBearer
authorization credentials. -
Uses of MalformedHeaderException in org.forgerock.http.protocol
-
Uses of MalformedHeaderException in org.forgerock.http.util
Modifier and TypeMethodDescriptionstatic com.fasterxml.jackson.databind.ObjectWriter
Json.makeLocalizingObjectWriter
(com.fasterxml.jackson.databind.ObjectMapper mapper, Request request) Make an object writer that contains the locales from the request for serialization ofLocalizableString
instances.