Package | Description |
---|---|
org.forgerock.openig.audit |
Contains the audit framework APIs.
|
Modifier and Type | Method and Description |
---|---|
AuditSource |
AuditEvent.getSource()
Returns the source of the audit event (never
null ). |
Constructor and Description |
---|
AuditEvent(AuditSource source,
long timestamp,
Exchange exchange,
Collection<String> tags)
Builds a new AuditEvent with provided values.
|
Copyright © 2014 ForgeRock AS. All rights reserved.