Uses of Class
org.forgerock.http.header.AuthorizationHeader
-
Packages that use AuthorizationHeader Package Description org.forgerock.http.header Processes HTTP message header fields. -
-
Uses of AuthorizationHeader in org.forgerock.http.header
Methods in org.forgerock.http.header that return AuthorizationHeader Modifier and Type Method Description protected AuthorizationHeader
AuthorizationHeader.Factory. parse(String value)
AuthorizationHeader
AuthorizationHeader. setRawValue(String rawValue)
Set the raw value of the header.static AuthorizationHeader
AuthorizationHeader. valueOf(String value)
Parse a string as anAuthorization
header value.static AuthorizationHeader
AuthorizationHeader. valueOf(Message<?> message)
Constructs a new header, initialized from the specified message.Methods in org.forgerock.http.header that return types with arguments of type AuthorizationHeader Modifier and Type Method Description protected Class<AuthorizationHeader>
AuthorizationHeader.Factory. getHeaderClass()
-