Uses of Class
org.forgerock.http.util.CaseInsensitiveSet
-
Packages that use CaseInsensitiveSet Package Description org.forgerock.openig.filter Filters the requests and/or responses of HTTP. -
-
Uses of CaseInsensitiveSet in org.forgerock.openig.filter
Methods in org.forgerock.openig.filter that return CaseInsensitiveSet Modifier and Type Method Description CaseInsensitiveSet
CookieFilter. getManaged()
Returns the set of cookie names that will be managed.CaseInsensitiveSet
CookieFilter. getRelayed()
Returns the set of cookie names that will be relayed (Cookie transmitted from the client to the next handler in the context of a request, and Set-Cookie2 transmitted from the next handler to the client in the context of a response).CaseInsensitiveSet
HeaderFilter. getRemovedHeaders()
Returns the names of header fields to remove from the message.CaseInsensitiveSet
CookieFilter. getSuppressed()
Returns the set of cookie names that will be suppressed from the request and from the response.
-