Uses of Class
org.forgerock.http.header.MalformedHeaderException
Packages that use MalformedHeaderException
Package
Description
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.header
Methods in org.forgerock.http.header that throw MalformedHeaderExceptionModifier and TypeMethodDescriptionprotected AuthorizationHeaderCreate a header instance from a provided object representation.protected abstract HCreate a header instance from String representation, which may contain multiple values if the header supports them.protected abstract HCreate 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 AuthorizationHeaderParse a string as anAuthorizationheader value.static AuthorizationHeaderConstructs a new header, initialized from the specified message.static ReferrerHeaderParse the provided value as aReferrerheader.static ReferrerHeaderConstructs a new header, initialized from the specified message.static SetCookie2HeaderDeprecated, for removal: This API element is subject to removal in a future version.Constructs a new header, initialized from the specified string value.static SetCookie2HeaderDeprecated, for removal: This API element is subject to removal in a future version.Constructs a new header, initialized from the specified list ofSet-Cookie2values.static SetCookie2HeaderDeprecated, for removal: This API element is subject to removal in a future version.Constructs a new header, initialized from the specified response message.static TransactionIdHeaderConstructs a new header, initialized from the specified string value.static TransactionIdHeaderConstructs a new header, initialized from the specified request.static WwwAuthenticateHeaderObtain aWwwAuthenticateHeaderrepresentation of the given header values.static WwwAuthenticateHeaderObtain aWwwAuthenticateHeaderrepresentation of the headers in the given response.Constructors in org.forgerock.http.header that throw MalformedHeaderExceptionModifierConstructorDescriptionTransactionIdHeader(String value) Constructs a new header with the provided value for the transaction id. -
Uses of MalformedHeaderException in org.forgerock.http.header.authorization
Methods in org.forgerock.http.header.authorization that throw MalformedHeaderExceptionModifier and TypeMethodDescriptionParse the provided credentials into a rich representation.Constructors in org.forgerock.http.header.authorization that throw MalformedHeaderExceptionModifierConstructorDescriptionBearerToken(String token) Construct a new set ofBearerauthorization credentials. -
Uses of MalformedHeaderException in org.forgerock.http.protocol
Methods in org.forgerock.http.protocol that throw MalformedHeaderException -
Uses of MalformedHeaderException in org.forgerock.http.util
Methods in org.forgerock.http.util that throw MalformedHeaderExceptionModifier and TypeMethodDescriptionstatic com.fasterxml.jackson.databind.ObjectWriterJson.makeLocalizingObjectWriter(com.fasterxml.jackson.databind.ObjectMapper mapper, Request request) Make an object writer that contains the locales from the request for serialization ofLocalizableStringinstances.