Package | Description |
---|---|
org.forgerock.openig.audit.monitor |
Contains a simple monitoring endpoint that returns monitoring statistics of audited components.
|
org.forgerock.openig.filter |
Filters the requests and/or responses of HTTP exchanges.
|
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.
|
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 |
Chain
A chain of exchange zero or more filters and one handler.
|
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 |
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.
|
Copyright © 2014 ForgeRock AS. All rights reserved.