Uses of Class
com.sun.identity.policy.Syntax
-
Packages that use Syntax Package Description com.sun.identity.policy Provides classes for policy administration and evaluation.com.sun.identity.policy.interfaces Deprecated interfaces for writing custom Policy plugins for Conditions, Subjects, Referrals, ResponseProviders and Resources. -
-
Uses of Syntax in com.sun.identity.policy
Fields in com.sun.identity.policy declared as Syntax Modifier and Type Field Description static Syntax
Syntax. ANY
Deprecated.value is a free form text, would be typically shown in as editable text fieldstatic Syntax
Syntax. ANY_SEARCHABLE
Deprecated.value is a free form text, could also search from a large set of valuesstatic Syntax
Syntax. CONSTANT
Deprecated.value is a constant string, would be typically shown as non editable textstatic Syntax
Syntax. LIST
Deprecated.value is a free form multi list text fieldstatic Syntax
Syntax. MULTIPLE_CHOICE
Deprecated.value is multiple choice from liststatic Syntax
Syntax. NONE
Deprecated.no value is allowedstatic Syntax
Syntax. SINGLE_CHOICE
Deprecated.value is a single choice from a list -
Uses of Syntax in com.sun.identity.policy.interfaces
Methods in com.sun.identity.policy.interfaces that return Syntax Modifier and Type Method Description Syntax
Condition. getPropertySyntax(String property)
Deprecated.Returns the syntax for a property nameSyntax
ResponseProvider. getPropertySyntax(String property)
Deprecated.Returns the syntax for a property nameSyntax
Referral. getValueSyntax(SSOToken token)
Deprecated.Gets the syntax for the valueSyntax
Subject. getValueSyntax(SSOToken token)
Deprecated.Returns the syntax of the values theSubject
implementation can have.
-