Package org.forgerock.openig.audit
Class AbstractAuditEvents
java.lang.Object
org.forgerock.openig.audit.AbstractAuditEvents
- All Implemented Interfaces:
AuditEvents
Abstract
AuditEvents
base class providing audit events lookup support.-
Constructor Summary
-
Method Summary
-
Constructor Details
-
AbstractAuditEvents
public AbstractAuditEvents()
-
-
Method Details
-
lookup
Description copied from interface:AuditEvents
Lookup audit events from resources.- Specified by:
lookup
in interfaceAuditEvents
- Returns:
- a Map containing the name of the audit event definition name plus its JSON definition.
-
auditEvents
TheSet
of the audit events.- Returns:
- a
Set
of the audit events.
-