Uses of Class
org.forgerock.util.MapDecorator
-
Packages that use MapDecorator 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.jwt Provides JWT capabilities to the Identity Gateway. -
-
Uses of MapDecorator in org.forgerock.http.protocol
Subclasses of MapDecorator in org.forgerock.http.protocol Modifier and Type Class Description class
Form
Form fields, a case-sensitive multi-string-valued map. -
Uses of MapDecorator in org.forgerock.http.util
Subclasses of MapDecorator in org.forgerock.http.util Modifier and Type Class Description class
CaseInsensitiveMap<V>
An implementation of a map whose keys are case-insensitive strings.class
MultiValueMap<K,V>
Wraps a map for which the values are lists, providing a set of convenience methods for handling list values. -
Uses of MapDecorator in org.forgerock.openig.jwt
Subclasses of MapDecorator in org.forgerock.openig.jwt Modifier and Type Class Description class
JwtCookieSession
Represents an Identity GatewaySession
that will be stored as an encrypted and signed JSON Web Token in a Cookie.
-