Package | Description |
---|---|
org.forgerock.http.header |
Processes HTTP message header fields.
|
Modifier and Type | Method and Description |
---|---|
protected AuthorizationHeader |
AuthorizationHeader.Factory.parse(String value) |
AuthorizationHeader |
AuthorizationHeader.setRawValue(String rawValue)
Set the raw value of the header.
|
static AuthorizationHeader |
AuthorizationHeader.valueOf(Message<?> message)
Constructs a new header, initialized from the specified message.
|
static AuthorizationHeader |
AuthorizationHeader.valueOf(String value)
Parse a string as an
Authorization header value. |
Copyright © 2010-2018, ForgeRock All Rights Reserved.