public static final class PolicyConstants.RequestPathElementAttribute
extends java.lang.Enum
Modifier and Type | Field and Description |
---|---|
static PolicyConstants.RequestPathElementAttribute |
IS_CERT_REQUEST |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDisplayName() |
java.lang.String |
getName() |
PolicyConstants.OperatorType |
getOperatorType() |
static PolicyConstants.RequestPathElementAttribute |
valueOf(java.lang.String name) |
static PolicyConstants.RequestPathElementAttribute[] |
values() |
public static final PolicyConstants.RequestPathElementAttribute IS_CERT_REQUEST
public static PolicyConstants.RequestPathElementAttribute[] values()
public static PolicyConstants.RequestPathElementAttribute valueOf(java.lang.String name)
public java.lang.String getName()
public java.lang.String getDisplayName()
public PolicyConstants.OperatorType getOperatorType()