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 AuthorizationHeaderAuthorizationHeader.Factory. parse(String value)AuthorizationHeaderAuthorizationHeader. setRawValue(String rawValue)Set the raw value of the header.static AuthorizationHeaderAuthorizationHeader. valueOf(String value)Parse a string as anAuthorizationheader value.static AuthorizationHeaderAuthorizationHeader. 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()
-