Uses of Class
com.sun.identity.policy.Syntax
Packages that use 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
Fields in com.sun.identity.policy declared as SyntaxModifier and TypeFieldDescriptionstatic final SyntaxSyntax.ANYDeprecated.value is a free form text, would be typically shown in as editable text fieldstatic final SyntaxSyntax.ANY_SEARCHABLEDeprecated.value is a free form text, could also search from a large set of valuesstatic final SyntaxSyntax.CONSTANTDeprecated.value is a constant string, would be typically shown as non editable textstatic final SyntaxSyntax.LISTDeprecated.value is a free form multi list text fieldstatic final SyntaxSyntax.MULTIPLE_CHOICEDeprecated.value is multiple choice from liststatic final SyntaxSyntax.NONEDeprecated.no value is allowedstatic final SyntaxSyntax.SINGLE_CHOICEDeprecated.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 SyntaxModifier and TypeMethodDescriptionCondition.getPropertySyntax(String property) Deprecated, for removal: This API element is subject to removal in a future version.Returns the syntax for a property nameResponseProvider.getPropertySyntax(String property) Deprecated, for removal: This API element is subject to removal in a future version.Returns the syntax for a property nameReferral.getValueSyntax(SSOToken token) Deprecated, for removal: This API element is subject to removal in a future version.Gets the syntax for the valueSubject.getValueSyntax(SSOToken token) Deprecated, for removal: This API element is subject to removal in a future version.Returns the syntax of the values theSubjectimplementation can have.