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.filterMethods in org.forgerock.openig.filter that return CaseInsensitiveSet Modifier and Type Method Description CaseInsensitiveSetCookieFilter. getManaged()Returns the set of cookie names that will be managed.CaseInsensitiveSetCookieFilter. 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).CaseInsensitiveSetHeaderFilter. getRemovedHeaders()Returns the names of header fields to remove from the message.CaseInsensitiveSetCookieFilter. getSuppressed()Returns the set of cookie names that will be suppressed from the request and from the response.
 
-