Uses of Package
org.forgerock.openig.filter
-
Packages that use org.forgerock.openig.filter Package Description org.forgerock.openig.filter Filters the requests and/or responses of HTTP.org.forgerock.openig.handler Handles HTTP requests by generating responses. -
Classes in org.forgerock.openig.filter used by org.forgerock.openig.filter Class Description AssignmentFilter Conditionally assigns values to expressions before and after the request is handled.CookieFilter.Action Action to be performed for a cookie.CryptoHeaderFilter.Operation Deprecated.Should the filter encrypt or decrypt the given headers ?JwtFactory AJwtFactory
encapsulates JWT production strategy into a re-usable and testable design.ScriptableFilter A scriptable filter.StaticRequestFilter Creates a new request and send it down the next handler (effectively replacing the previous request).SwitchFilter Conditionally diverts the request to another handler. -
Classes in org.forgerock.openig.filter used by org.forgerock.openig.handler Class Description RetryFilter ARetryFilter
is responsible for re-executing the incoming request should it fail with a runtime exception.