See: Description
Interface | Description |
---|---|
CaptureFilter.WriterProvider |
Provides an abstraction to make PrintWriter plugable.
|
Filter |
Filters the request and/or response of an HTTP exchange.
|
Class | Description |
---|---|
AssignmentFilter |
Conditionally assigns values to expressions before and after the exchange is handled.
|
AssignmentFilter.Heaplet |
Creates and initializes an assignment filter in a heap environment.
|
CaptureFilter | Deprecated
since OpenIG 3.1
|
CaptureFilter.FileWriterProvider |
Provides a
PrintWriter instance based on a File . |
CaptureFilter.Heaplet |
Creates and initializes a capture filter in a heap environment.
|
Chain |
A chain of exchange zero or more filters and one handler.
|
Chain.Heaplet |
Creates and initializes a filter chain in a heap environment.
|
CookieFilter |
Suppresses, relays and manages cookies.
|
CookieFilter.Heaplet |
Creates and initializes a cookie filter in a heap environment.
|
CryptoHeaderFilter |
Encrypts and decrypts header fields.
|
CryptoHeaderFilter.Heaplet |
Creates and initializes a header filter in a heap environment.
|
EntityExtractFilter |
Extracts regular expression patterns from a message entity.
|
EntityExtractFilter.Heaplet |
Creates and initializes an entity extract handler in a heap environment.
|
ExceptionFilter |
Catches any exceptions thrown during handing of a request.
|
ExceptionFilter.Heaplet |
Creates and initializes an exception filter in a heap environment.
|
FileAttributesFilter |
Retrieves and exposes a record from a delimier-separated file.
|
FileAttributesFilter.Heaplet |
Creates and initializes a separated values file attribute provider in a heap environment.
|
GenericFilter |
A generic base class for filters with handy injected heap objects.
|
HeaderFilter |
Removes headers from and adds headers to a message.
|
HeaderFilter.Heaplet |
Creates and initializes a header filter in a heap environment.
|
HttpBasicAuthFilter |
Performs authentication through the HTTP Basic authentication scheme.
|
HttpBasicAuthFilter.Heaplet |
Creates and initializes an HTTP basic authentication filter in a heap environment.
|
LocationHeaderFilter |
Rewrites Location headers on responses that generate a redirect that would
take the user directly to the application being proxied rather than taking
the user through OpenIG.
|
LocationHeaderFilter.Heaplet |
Creates and initializes a LocationHeaderFilter in a heap environment.
|
ScriptableFilter |
A scriptable filter.
|
ScriptableFilter.Heaplet |
Creates and initializes a scriptable filter in a heap environment.
|
SqlAttributesFilter |
Executes a SQL query through a prepared statement and exposes its first result.
|
SqlAttributesFilter.Heaplet |
Creates and initializes a static attribute provider in a heap environment.
|
StaticRequestFilter |
Creates a new request with in the exchange object.
|
StaticRequestFilter.Heaplet |
Creates and initializes a request filter in a heap environment.
|
SwitchFilter |
Conditionally diverts the exchange to another handler.
|
SwitchFilter.Heaplet |
Creates and initializes an expect filter in a heap environment.
|
Enum | Description |
---|---|
CookieFilter.Action |
Action to be performed for a cookie.
|
CryptoHeaderFilter.Operation |
Should the filter encrypt or decrypt the given headers ?
|
Copyright © 2014 ForgeRock AS. All rights reserved.