public static final class Remediator.Attribute
extends java.lang.Enum
Modifier and Type | Field and Description |
---|---|
java.lang.String |
attributeName |
static Remediator.Attribute |
CREATE_BY_ID |
static Remediator.Attribute |
CREATE_DATE |
static Remediator.Attribute |
ENTITY_ID |
static Remediator.Attribute |
IS_ACTIVE |
static Remediator.Attribute |
POLICY_VIOLATION_ID |
static Remediator.Attribute |
PROXY_ROLE_KEY |
static Remediator.Attribute |
PROXY_USER_KEY |
static Remediator.Attribute |
REMEDIATOR_ROLE_KEY |
static Remediator.Attribute |
REMEDIATOR_USER_KEY |
static Remediator.Attribute |
UPDATE |
static Remediator.Attribute |
UPDATE_BY_ID |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
static Remediator.Attribute |
valueOf(java.lang.String name) |
static Remediator.Attribute[] |
values() |
public static final Remediator.Attribute ENTITY_ID
public static final Remediator.Attribute CREATE_DATE
public static final Remediator.Attribute CREATE_BY_ID
public static final Remediator.Attribute UPDATE
public static final Remediator.Attribute UPDATE_BY_ID
public static final Remediator.Attribute POLICY_VIOLATION_ID
public static final Remediator.Attribute REMEDIATOR_USER_KEY
public static final Remediator.Attribute REMEDIATOR_ROLE_KEY
public static final Remediator.Attribute PROXY_USER_KEY
public static final Remediator.Attribute PROXY_ROLE_KEY
public static final Remediator.Attribute IS_ACTIVE
public final java.lang.String attributeName
public static Remediator.Attribute[] values()
public static Remediator.Attribute valueOf(java.lang.String name)
public java.lang.String toString()
toString
in class java.lang.Enum