Package | Description |
---|---|
org.forgerock.openig.audit |
Contains the audit framework APIs.
|
org.forgerock.openig.audit.internal |
Contains a simple AuditSystem implementation.
|
org.forgerock.openig.audit.monitor |
Contains a simple monitoring endpoint that returns monitoring statistics of audited components.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AuditSystem
An AuditSystem is an OpenIG service that helps to decouple
AuditEvent producers and consumers. |
Modifier and Type | Class and Description |
---|---|
class |
ConditionalAuditEventListener
A ConditionalAuditEventListener is conditionally invoked
AuditEventListener . |
Modifier and Type | Method and Description |
---|---|
protected abstract AuditEventListener |
ConditionalAuditEventListener.ConditionalListenerHeaplet.createListener()
Creates a new
AuditEventListener that will be invoked if condition yields. |
Modifier and Type | Method and Description |
---|---|
void |
AuditSystem.registerListener(AuditEventListener listener)
Registers an event listener into this audit system.
|
void |
AuditSystem.unregisterListener(AuditEventListener listener)
Un-registers an event listener from this audit system.
|
Constructor and Description |
---|
ConditionalAuditEventListener(AuditEventListener delegate,
Expression condition)
Builds a new ConditionalAuditEventListener that will delegates to the given
delegate under the given
condition . |
Modifier and Type | Class and Description |
---|---|
class |
ForwardingAuditSystem
Forward the
AuditEvent s to the registered audit listeners (final consumers of the events). |
Modifier and Type | Method and Description |
---|---|
void |
ForwardingAuditSystem.registerListener(AuditEventListener listener) |
void |
ForwardingAuditSystem.unregisterListener(AuditEventListener listener) |
Modifier and Type | Class and Description |
---|---|
class |
MonitorEndpointHandler
Sample statistic endpoint provider that returns JSON-formatted collected statistic values.
|
Modifier and Type | Method and Description |
---|---|
protected AuditEventListener |
MonitorEndpointHandler.Heaplet.createListener() |
Copyright © 2014 ForgeRock AS. All rights reserved.