Uses of Class
org.dcm4che2.audit.message.AuditEvent.OutcomeIndicator

Packages that use AuditEvent.OutcomeIndicator
org.dcm4che2.audit.message Provides classes for generating XML formated Audit Messages compliant to the "Audit Trail and Node Authentication (ATNA) Integration Profile" specified in the IHE IT Infrastructure Technical Framework, which itself utilizes RFC 3881 - Security Audit and Access Accountability Message XML Data Definitions for Healthcare Applications and its extension by DICOM Supplement 95: Audit Trail Messages
 

Uses of AuditEvent.OutcomeIndicator in org.dcm4che2.audit.message
 

Fields in org.dcm4che2.audit.message declared as AuditEvent.OutcomeIndicator
static AuditEvent.OutcomeIndicator AuditEvent.OutcomeIndicator.MAJOR_FAILURE
          Major failure; action made unavailable, e.g., user account disabled due to excessive invalid log-on attempts.
static AuditEvent.OutcomeIndicator AuditEvent.OutcomeIndicator.MINOR_FAILURE
          Minor failure; action restarted, e.g., invalid password with first retry.
static AuditEvent.OutcomeIndicator AuditEvent.OutcomeIndicator.SERIOUS_FAILURE
          Serious failure; action terminated, e.g., invalid password with excess retries.
static AuditEvent.OutcomeIndicator AuditEvent.OutcomeIndicator.SUCCESS
          Success.
 

Methods in org.dcm4che2.audit.message that return AuditEvent.OutcomeIndicator
 AuditEvent.OutcomeIndicator AuditEvent.getEventOutcomeIndicator()
           
 

Methods in org.dcm4che2.audit.message with parameters of type AuditEvent.OutcomeIndicator
 void AuditMessage.setOutcomeIndicator(AuditEvent.OutcomeIndicator outcome)
           
 AuditEvent AuditEvent.setOutcomeIndicator(AuditEvent.OutcomeIndicator outcome)
           
 



Copyright © 2011 dcm4che. All Rights Reserved.