Uses of Class
com.sun.identity.policy.Syntax
Package
Description
Provides classes for policy administration and evaluation.
Deprecated interfaces for writing custom Policy plugins for Conditions,
Subjects, Referrals, ResponseProviders and Resources.
-
Uses of Syntax in com.sun.identity.policy
Modifier and TypeFieldDescriptionstatic final Syntax
Syntax.ANY
Deprecated.value is a free form text, would be typically shown in as editable text fieldstatic final Syntax
Syntax.ANY_SEARCHABLE
Deprecated.value is a free form text, could also search from a large set of valuesstatic final Syntax
Syntax.CONSTANT
Deprecated.value is a constant string, would be typically shown as non editable textstatic final Syntax
Syntax.LIST
Deprecated.value is a free form multi list text fieldstatic final Syntax
Syntax.MULTIPLE_CHOICE
Deprecated.value is multiple choice from liststatic final Syntax
Syntax.NONE
Deprecated.no value is allowedstatic final Syntax
Syntax.SINGLE_CHOICE
Deprecated.value is a single choice from a list -
Uses of Syntax in com.sun.identity.policy.interfaces
Modifier and TypeMethodDescriptionCondition.getPropertySyntax
(String property) Deprecated.Returns the syntax for a property nameResponseProvider.getPropertySyntax
(String property) Deprecated.Returns the syntax for a property nameReferral.getValueSyntax
(SSOToken token) Deprecated.Gets the syntax for the valueSubject.getValueSyntax
(SSOToken token) Deprecated.Returns the syntax of the values theSubject
implementation can have.