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 SyntaxSyntax. ANYDeprecated.value is a free form text, would be typically shown in as editable text fieldstatic SyntaxSyntax. ANY_SEARCHABLEDeprecated.value is a free form text, could also search from a large set of valuesstatic SyntaxSyntax. CONSTANTDeprecated.value is a constant string, would be typically shown as non editable textstatic SyntaxSyntax. LISTDeprecated.value is a free form multi list text fieldstatic SyntaxSyntax. MULTIPLE_CHOICEDeprecated.value is multiple choice from liststatic SyntaxSyntax. NONEDeprecated.no value is allowedstatic 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 Syntax Modifier and Type Method Description SyntaxCondition. getPropertySyntax(String property)Deprecated.Returns the syntax for a property nameSyntaxResponseProvider. getPropertySyntax(String property)Deprecated.Returns the syntax for a property nameSyntaxReferral. getValueSyntax(SSOToken token)Deprecated.Gets the syntax for the valueSyntaxSubject. getValueSyntax(SSOToken token)Deprecated.Returns the syntax of the values theSubjectimplementation can have.
-