Package | Description |
---|---|
org.forgerock.openig.audit |
Contains the audit framework APIs.
|
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.heap |
Manages collections or "heaps" of associated objects, initialized from
declarative configuration artifacts.
|
org.forgerock.openig.http |
Models and manages elements of the Hypertext Transfer Protocol.
|
org.forgerock.openig.io |
Provides stream buffering, branching, and storage functions.
|
org.forgerock.openig.jwt |
Provides JWT capabilities to OpenIG.
|
org.forgerock.openig.log |
Facility for logging and real-time performance monitoring.
|
org.forgerock.openig.script |
Scripting support.
|
org.forgerock.openig.security |
Provides heap objects for security related types (
KeyStore ,
KeyManagerFactory , ...). |
Modifier and Type | Class and Description |
---|---|
static class |
ConditionalAuditEventListener.ConditionalListenerHeaplet
Creates and initializes a ConditionalListenerHeaplet in a heap environment.
|
Modifier and Type | Class and Description |
---|---|
static class |
MonitorEndpointHandler.Heaplet
Creates and initializes a MonitorEndpointHandler in a heap environment.
|
Modifier and Type | Class and Description |
---|---|
static class |
SampleFilter.Heaplet
Create and initialize the filter, based on the configuration.
|
Modifier and Type | Class and Description |
---|---|
static class |
AssignmentFilter.Heaplet
Creates and initializes an assignment filter in a heap environment.
|
static class |
CaptureFilter.Heaplet
Deprecated.
Creates and initializes a capture filter in a heap environment.
|
static class |
Chain.Heaplet
Creates and initializes a filter chain in a heap environment.
|
static class |
CookieFilter.Heaplet
Creates and initializes a cookie filter in a heap environment.
|
static class |
CryptoHeaderFilter.Heaplet
Creates and initializes a header filter in a heap environment.
|
static class |
EntityExtractFilter.Heaplet
Creates and initializes an entity extract handler in a heap environment.
|
static class |
ExceptionFilter.Heaplet
Creates and initializes an exception filter in a heap environment.
|
static class |
FileAttributesFilter.Heaplet
Creates and initializes a separated values file attribute provider in a heap environment.
|
static class |
HeaderFilter.Heaplet
Creates and initializes a header filter in a heap environment.
|
static class |
HttpBasicAuthFilter.Heaplet
Creates and initializes an HTTP basic authentication filter in a heap environment.
|
static class |
LocationHeaderFilter.Heaplet
Creates and initializes a LocationHeaderFilter in a heap environment.
|
static class |
ScriptableFilter.Heaplet
Creates and initializes a scriptable filter in a heap environment.
|
static class |
SqlAttributesFilter.Heaplet
Creates and initializes a static attribute provider in a heap environment.
|
static class |
StaticRequestFilter.Heaplet
Creates and initializes a request filter in a heap environment.
|
static class |
SwitchFilter.Heaplet
Creates and initializes an expect filter in a heap environment.
|
Modifier and Type | Class and Description |
---|---|
static class |
OAuth2ResourceServerFilter.Heaplet
Creates and initializes an OAuth2 filter in a heap environment.
|
Modifier and Type | Class and Description |
---|---|
static class |
OAuth2ClientFilter.Heaplet
Creates and initializes the filter in a heap environment.
|
Modifier and Type | Class and Description |
---|---|
static class |
ClientHandler.Heaplet
Creates and initializes a client handler in a heap environment.
|
static class |
DispatchHandler.Heaplet
Creates and initializes a dispatch handler in a heap environment.
|
static class |
ScriptableHandler.Heaplet
Creates and initializes a scriptable handler in a heap environment.
|
static class |
SequenceHandler.Heaplet
Creates and initializes a sequence handler in a heap environment.
|
static class |
StaticResponseHandler.Heaplet
Creates and initializes a static response handler in a heap environment.
|
static class |
WelcomeHandler.Heaplet
Creates and initializes a static response handler in a heap environment.
|
Modifier and Type | Class and Description |
---|---|
static class |
RouterHandler.Heaplet
Creates and initializes a routing handler in a heap environment.
|
Modifier and Type | Class and Description |
---|---|
static class |
SamlFederationHandler.Heaplet
Reads the actual federation servlet from the JSON configuration file.
|
Modifier and Type | Class and Description |
---|---|
class |
NestedHeaplet
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
static class |
HttpClient.Heaplet
Creates and initializes a http client object in a heap environment.
|
Modifier and Type | Class and Description |
---|---|
static class |
TemporaryStorage.Heaplet
Creates and initializes a temporary storage object in a heap environment.
|
Modifier and Type | Class and Description |
---|---|
static class |
JwtSessionFactory.Heaplet
Creates and initializes a jwt-session in a heap environment.
|
Modifier and Type | Class and Description |
---|---|
static class |
ConsoleLogSink.Heaplet
Creates and initializes a console sink in a heap environment.
|
static class |
FileLogSink.Heaplet
Creates and initializes a file log sink in a heap environment.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
AbstractScriptableHeapObject.AbstractScriptableHeaplet
Creates and initializes a capture filter in a heap environment.
|
Modifier and Type | Class and Description |
---|---|
class |
KeyManagerHeaplet
Represents an SSL Java
KeyManager . |
class |
KeyStoreHeaplet
Represents a loaded Java
KeyStore . |
class |
TrustManagerHeaplet
Represents an SSL Java
TrustManager . |
Copyright © 2014 ForgeRock AS. All rights reserved.