Uses of Class
org.forgerock.http.util.MultiValueMap
-
Packages that use MultiValueMap Package Description org.forgerock.http.protocol Models and manages elements of the Hypertext Transfer Protocol.org.forgerock.http.util Miscellaneous utility classes.org.forgerock.openig.filter Filters the requests and/or responses of HTTP. -
-
Uses of MultiValueMap in org.forgerock.http.protocol
Subclasses of MultiValueMap in org.forgerock.http.protocol Modifier and Type Class Description class
Form
Form fields, a case-sensitive multi-string-valued map. -
Uses of MultiValueMap in org.forgerock.http.util
Methods in org.forgerock.http.util with parameters of type MultiValueMap Modifier and Type Method Description void
MultiValueMap. addAll(MultiValueMap<K,V> map)
Adds the specified keys and values from the specified map into this map. -
Uses of MultiValueMap in org.forgerock.openig.filter
Methods in org.forgerock.openig.filter that return MultiValueMap Modifier and Type Method Description MultiValueMap<String,Expression<String>>
HeaderFilter. getAddedHeaders()
Returns the header fields to add to the message, represented as a MultiMap of String to a List of String, each listed value representing an expression that will be evaluated.
-