public static enum Auditing.AuditingType extends Enum<Auditing.AuditingType>
| Enum Constant and Description |
|---|
DOSAttack |
IllegalRequestAttempt |
LastDataUpdate |
LastUnsuccessfulUserLogin |
LastUserAction |
LastUserLogin |
LastUserPasswordRequest |
LayerIllegalAccessAttempt |
LayerZoomIllegalAccessAttempt |
| Modifier and Type | Method and Description |
|---|---|
static Auditing.AuditingType |
fromTypeCode(short typeCode) |
short |
typeCode() |
static Auditing.AuditingType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Auditing.AuditingType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Auditing.AuditingType LastDataUpdate
public static final Auditing.AuditingType LastUserAction
public static final Auditing.AuditingType LayerIllegalAccessAttempt
public static final Auditing.AuditingType LayerZoomIllegalAccessAttempt
public static final Auditing.AuditingType IllegalRequestAttempt
public static final Auditing.AuditingType LastUserLogin
public static final Auditing.AuditingType LastUnsuccessfulUserLogin
public static final Auditing.AuditingType LastUserPasswordRequest
public static final Auditing.AuditingType DOSAttack
public static Auditing.AuditingType[] values()
for (Auditing.AuditingType c : Auditing.AuditingType.values()) System.out.println(c);
public static Auditing.AuditingType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic short typeCode()
public static Auditing.AuditingType fromTypeCode(short typeCode)
Copyright © 2017. All Rights Reserved.