Class SecurityAlertBuilder

  • All Implemented Interfaces:
    AuditMessageBuilder<SecurityAlertBuilder>, Validateable

    public class SecurityAlertBuilder
    extends BaseAuditMessageBuilder<SecurityAlertBuilder>
    Builds an Audit Event representing a Security Alert event as specified in http://dicom.nema.org/medical/dicom/current/output/html/part15.html#sect_A.5.3.11

    This message describes any event for which a node needs to report a security alert, e.g., a node authentication failure when establishing a secure communications channel.

    The Node Authentication event can be used to report both successes and failures. If reporting of success is done, this could generate a very large number of audit messages, since every authenticated DICOM association, HL7 transaction, and HTML connection should result in a successful node authentication. It is expected that in most situations only the failures will be reported.

    Since:
    3.5
    Author:
    Christian Ohr