Skip navigation links

Package oracle.hsgbu.hdr.auditing

Assists in determining compliance with, and detecting actual or attempted violations of established policy and operational procedures.

See: Description

Package oracle.hsgbu.hdr.auditing Description

Assists in determining compliance with, and detecting actual or attempted violations of established policy and operational procedures. The auditing service, which is a core HDR service, records details of relevant events in the HDR platform in a chronological order. This enables reconstruction of events at a later stage for verification.

There are two types of audit events, security and application events. Currently, only security events are tracked by the auditing service. Security events are of two types:

An audit entry records details of a relevant event. The data fields in an audit entry are of two types: standard fields and custom fields. Standard fields, which correspond to fields in the proposed HL7 Common Audit Message standard, can be further divided into five categories: All audit entries contain standard fields, while the number and type of custom fields are specific to event types. For example, Event Date/Time is a standard field indicating the date and time at which the event occurred. Whereas Rule Name, which indicates the authorization rule based on which a grant decision is made, is a custom field applicable only to authorization events.

The EventLog interface specifies all the data fields, both standard and custom, for an audit event as its attributes. Accessor methods defined in this interface set and get values of these attributes. Classes that implement this interface are value objects that contain details of an audit event.

These details are logged to an audit trail using the createEventLog method of the AuditService interface.

Skip navigation links


HDR Glossary   HDR Concept Lists   HDR Exceptions   HDR Programmer's Guide   HDR Implementation Guide   HDR Profile Options

Copyright © 2016, 2018, Oracle. All rights reserved