Package | Description |
---|---|
org.forgerock.openig.audit |
[ Deprecated ] Contains the audit framework APIs.
|
org.forgerock.openig.audit.monitor |
[ Deprecated ] Contains a simple monitoring endpoint that returns monitoring
statistics of audited components.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AuditSystem
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
ConditionalAuditEventListener
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected abstract AuditEventListener |
ConditionalAuditEventListener.ConditionalListenerHeaplet.createListener()
Deprecated.
Creates a new
AuditEventListener that will be invoked if condition yields. |
Modifier and Type | Method and Description |
---|---|
void |
AuditSystem.registerListener(AuditEventListener listener)
Deprecated.
Registers an event listener into this audit system.
|
void |
AuditSystem.unregisterListener(AuditEventListener listener)
Deprecated.
Un-registers an event listener from this audit system.
|
Constructor and Description |
---|
ConditionalAuditEventListener(AuditEventListener delegate,
Expression<Boolean> condition)
Deprecated.
Builds a new ConditionalAuditEventListener that will delegates to the given
delegate under the given
condition . |
Modifier and Type | Class and Description |
---|---|
class |
MonitorEndpointHandler
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected AuditEventListener |
MonitorEndpointHandler.Heaplet.createListener()
Deprecated.
|
Copyright 2011-2015 ForgeRock AS.