Package com.sun.identity.policy
Class Syntax
java.lang.Object
com.sun.identity.policy.Syntax
Deprecated.
Provides an enum like support for the syntax of values
such as ANY, NONE, LIST, CONSTANT, SINGLE_CHOICE, MULTIPLE_CHOICE
In other words, provides access to a set of finite values and enforces
new values can not be created by users
-
Field Summary
Modifier and TypeFieldDescriptionstatic final Syntax
Deprecated.value is a free form text, would be typically shown in as editable text fieldstatic final Syntax
Deprecated.value is a free form text, could also search from a large set of valuesstatic final Syntax
Deprecated.value is a constant string, would be typically shown as non editable textstatic final Syntax
Deprecated.value is a free form multi list text fieldstatic final Syntax
Deprecated.value is multiple choice from liststatic final Syntax
Deprecated.no value is allowedstatic final Syntax
Deprecated.value is a single choice from a list -
Method Summary
-
Field Details
-
ANY
Deprecated.value is a free form text, would be typically shown in as editable text field -
LIST
Deprecated.value is a free form multi list text field -
ANY_SEARCHABLE
Deprecated.value is a free form text, could also search from a large set of values -
NONE
Deprecated.no value is allowed -
CONSTANT
Deprecated.value is a constant string, would be typically shown as non editable text -
SINGLE_CHOICE
Deprecated.value is a single choice from a list -
MULTIPLE_CHOICE
Deprecated.value is multiple choice from list
-
-
Method Details
-
toString
Deprecated.Returns the string representation of this object. -
equals
Deprecated.Checks whether the argument object is equal to this Syntax -
hashCode
public int hashCode()Deprecated.
-
com.sun.identity.entitlement
instead asEntitlement
has replacedPolicy
.