Class AbstractAuditEvents

    • Constructor Detail

      • AbstractAuditEvents

        public AbstractAuditEvents()
    • Method Detail

      • 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.