Package | Description |
---|---|
org.forgerock.openig.audit.monitor |
Contains a simple monitoring endpoint that returns monitoring statistics of audited components.
|
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.
|
org.forgerock.openig.handler |
Handles HTTP exchange requests by generating responses.
|
org.forgerock.openig.handler.router |
Provides automated router capability that loads its configurations files (called routes) from a given directory.
|
org.forgerock.openig.handler.saml |
OpenIG SAML support.
|
org.forgerock.openig.jwt |
Provides JWT capabilities to OpenIG.
|
org.forgerock.openig.script |
Scripting support.
|
Modifier and Type | Class and Description |
---|---|
class |
MonitorEndpointHandler
Sample statistic endpoint provider that returns JSON-formatted collected statistic values.
|
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 |
Chain
A chain of exchange zero or more filters and one handler.
|
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 |
GenericFilter
A generic base class for filters with handy injected heap objects.
|
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 |
ScriptableFilter
A scriptable filter.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
ClientHandler
Submits exchange requests to remote servers.
|
class |
DispatchHandler
Dispatches to one of a list of handlers.
|
class |
GenericHandler
A generic base class for handlers with handy injected heap objects.
|
class |
ScriptableHandler
A scriptable handler.
|
class |
SequenceHandler
Processes an exchange through a sequence of handlers.
|
class |
StaticResponseHandler
Creates a static response in an HTTP exchange.
|
class |
WelcomeHandler
Creates a static response containing a simple HTML welcome page.
|
Modifier and Type | Class and Description |
---|---|
class |
RouterHandler
Auto-configured
DispatchHandler . |
Modifier and Type | Class and Description |
---|---|
class |
SamlFederationHandler
The SAML federation handler.
|
Modifier and Type | Class and Description |
---|---|
class |
JwtSessionFactory
A JwtSessionFactory is responsible to configure and create a
JwtCookieSession . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractScriptableHeapObject
|
Copyright © 2014 ForgeRock AS. All rights reserved.