Package | Description |
---|---|
org.forgerock.openig.doc |
Samples for those following along with the product documentation.
|
org.forgerock.openig.filter |
Filters the requests and/or responses of HTTP exchanges.
|
org.forgerock.openig.filter.oauth2 |
This package contains the OAuth2 Token validation filter that acts as an OAuth 2 Resource Server.
|
org.forgerock.openig.filter.oauth2.client |
OAuth 2.0 Client filter implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
SampleFilter
Filter to set a header in the incoming request and in the outgoing response.
|
Modifier and Type | Class and Description |
---|---|
class |
AssignmentFilter
Conditionally assigns values to expressions before and after the exchange is handled.
|
class |
CaptureFilter
Deprecated.
since OpenIG 3.1
|
class |
CookieFilter
Suppresses, relays and manages cookies.
|
class |
CryptoHeaderFilter
Encrypts and decrypts header fields.
|
class |
EntityExtractFilter
Extracts regular expression patterns from a message entity.
|
class |
ExceptionFilter
Catches any exceptions thrown during handing of a request.
|
class |
FileAttributesFilter
Retrieves and exposes a record from a delimier-separated file.
|
class |
HeaderFilter
Removes headers from and adds headers to a message.
|
class |
HttpBasicAuthFilter
Performs authentication through the HTTP Basic authentication scheme.
|
class |
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.
|
class |
SqlAttributesFilter
Executes a SQL query through a prepared statement and exposes its first result.
|
class |
StaticRequestFilter
Creates a new request with in the exchange object.
|
class |
SwitchFilter
Conditionally diverts the exchange to another handler.
|
Modifier and Type | Class and Description |
---|---|
class |
EnforcerFilter
A
EnforcerFilter makes sure that the handled Exchange verifies a condition. |
class |
OAuth2ResourceServerFilter
Validates an
Exchange that contains an OAuth 2.0 access token. |
Modifier and Type | Class and Description |
---|---|
class |
OAuth2ClientFilter
A filter which is responsible for authenticating the end-user using OAuth 2.0
delegated authorization.
|
Copyright © 2014 ForgeRock AS. All rights reserved.