|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.dcm4che2.audit.message.AuditEvent.OutcomeIndicator
public static class AuditEvent.OutcomeIndicator
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 |
---|
public static final AuditEvent.OutcomeIndicator SUCCESS
public static final AuditEvent.OutcomeIndicator MINOR_FAILURE
public static final AuditEvent.OutcomeIndicator SERIOUS_FAILURE
public static final AuditEvent.OutcomeIndicator MAJOR_FAILURE
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |