Uses of Class
org.forgerock.http.header.HeaderFactory
Packages that use HeaderFactory
-
Uses of HeaderFactory in org.forgerock.http.header
Subclasses of HeaderFactory in org.forgerock.http.headerModifier and TypeClassDescriptionstatic class
A factory for creatingAuthorizationHeader
instances.Fields in org.forgerock.http.header with type parameters of type HeaderFactoryModifier and TypeFieldDescriptionstatic final Map<String,
HeaderFactory<?>> HeaderFactory.FACTORIES
A map of header names to knownHeaderFactory
implementations.