Package | Description |
---|---|
org.forgerock.openig.audit.monitor |
[ Deprecated ] 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.
|
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 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.openam |
OpenAM-specific integration classes.
|
org.forgerock.openig.script |
Scripting support.
|
org.forgerock.openig.uma |
This package contains the UMA (User Managed Access) components used to support the Uma Resource Server role.
|
Modifier and Type | Class and Description |
---|---|
class |
MonitorEndpointHandler
Deprecated.
|
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 request is handled.
|
class |
Chain
A chain of 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 |
FileAttributesFilter
Retrieves and exposes a record from a delimiter-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 |
PasswordReplayFilter
Supports password replay feature in a composite filter.
|
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 and send it down the next handler (effectively replacing the previous request).
|
class |
SwitchFilter
Conditionally diverts the request to another handler.
|
class |
ThrottlingFilter
This filter allows to limit the output rate to the specified handler.
|
Modifier and Type | Class and Description |
---|---|
class |
OAuth2ResourceServerFilter
Validates a
Request 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 requests to remote servers.
|
class |
DesKeyGenHandler
Creates a static response with a generated DES key.
|
class |
DispatchHandler
Dispatches to one of a list of handlers.
|
class |
ScriptableHandler
A scriptable handler.
|
class |
SequenceHandler
Processes a request through a sequence of handlers.
|
class |
StaticResponseHandler
Creates a static HTTP response.
|
class |
WelcomeHandler
Creates a static response containing a simple HTML welcome page.
|
Modifier and Type | Class and Description |
---|---|
class |
AuditServiceObject
Constructs an
AuditService through an AuditServiceObject.Heaplet . |
class |
RouterHandler
Auto-configured
DispatchHandler . |
Modifier and Type | Class and Description |
---|---|
class |
SamlFederationHandler
The SAML federation handler.
|
Modifier and Type | Class and Description |
---|---|
class |
JwtSessionManager
A JwtSessionManager is responsible to configure and create a
JwtCookieSession . |
Modifier and Type | Class and Description |
---|---|
class |
PolicyEnforcementFilter
This filter requests policy decisions from OpenAM which evaluates the
original URI based on the context and the policies configured, and according
to the decisions, allows or denies the current request.
|
class |
SsoTokenFilter
Provides an OpenAM SSO Token in the given header name for downstream components.
|
class |
TokenTransformationFilter
A
TokenTransformationFilter is responsible to transform a token issued by OpenAM
into a token of another type. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractScriptableHeapObject
|
Modifier and Type | Class and Description |
---|---|
class |
UmaResourceServerFilter
An
UmaResourceServerFilter implements a PEP (Policy Enforcement Point) and is responsible to ensure the
incoming requests (from requesting parties) all have a valid RPT (Request Party Token) with the required set of
scopes. |
Copyright 2011-2015 ForgeRock AS.