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 classAuthorizationHeader.FactoryA factory for creatingAuthorizationHeaderinstances.Fields in org.forgerock.http.header with type parameters of type HeaderFactory Modifier and Type Field Description static Map<String,HeaderFactory<?>>HeaderFactory. FACTORIESA map of header names to knownHeaderFactoryimplementations.
-