Class AbstractAuditEvents

java.lang.Object
org.forgerock.openig.audit.AbstractAuditEvents
All Implemented Interfaces:
AuditEvents

public abstract class AbstractAuditEvents extends Object implements AuditEvents
Abstract AuditEvents base class providing audit events lookup support.
  • Constructor Details

    • AbstractAuditEvents

      public AbstractAuditEvents()
  • Method Details

    • lookup

      public Map<String,JsonValue> lookup()
      Description copied from interface: AuditEvents
      Lookup audit events from resources.
      Specified by:
      lookup in interface AuditEvents
      Returns:
      a Map containing the name of the audit event definition name plus its JSON definition.
    • auditEvents

      protected abstract Set<String> auditEvents()
      The Set of the audit events.
      Returns:
      a Set of the audit events.