org.dcm4che2.audit.message
Class AuditEvent.OutcomeIndicator

java.lang.Object
  extended by org.dcm4che2.audit.message.AuditEvent.OutcomeIndicator
Enclosing class:
AuditEvent

public static class AuditEvent.OutcomeIndicator
extends java.lang.Object

Enumeration of values to indicate whether the event succeeded or failed.


Field Summary
static AuditEvent.OutcomeIndicator MAJOR_FAILURE
          Major failure; action made unavailable, e.g., user account disabled due to excessive invalid log-on attempts.
static AuditEvent.OutcomeIndicator MINOR_FAILURE
          Minor failure; action restarted, e.g., invalid password with first retry.
static AuditEvent.OutcomeIndicator SERIOUS_FAILURE
          Serious failure; action terminated, e.g., invalid password with excess retries.
static AuditEvent.OutcomeIndicator SUCCESS
          Success.
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SUCCESS

public static final AuditEvent.OutcomeIndicator SUCCESS
Success.


MINOR_FAILURE

public static final AuditEvent.OutcomeIndicator MINOR_FAILURE
Minor failure; action restarted, e.g., invalid password with first retry.


SERIOUS_FAILURE

public static final AuditEvent.OutcomeIndicator SERIOUS_FAILURE
Serious failure; action terminated, e.g., invalid password with excess retries.


MAJOR_FAILURE

public static final AuditEvent.OutcomeIndicator MAJOR_FAILURE
Major failure; action made unavailable, e.g., user account disabled due to excessive invalid log-on attempts.

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2011 dcm4che. All Rights Reserved.