Uses of Class
org.forgerock.http.header.HeaderFactory
-
Packages that use HeaderFactory Package Description org.forgerock.http.header Processes HTTP message header fields. -
-
Uses of HeaderFactory in org.forgerock.http.header
Subclasses of HeaderFactory in org.forgerock.http.header Modifier and Type Class Description static class
AuthorizationHeader.Factory
A factory for creatingAuthorizationHeader
instances.Fields in org.forgerock.http.header with type parameters of type HeaderFactory Modifier and Type Field Description static Map<String,HeaderFactory<?>>
HeaderFactory. FACTORIES
A map of header names to knownHeaderFactory
implementations.
-