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.
|
Modifier and Type | Field and Description |
---|---|
static Syntax |
Syntax.ANY
Deprecated.
value is a free form text, would be typically shown in as editable
text field
|
static Syntax |
Syntax.ANY_SEARCHABLE
Deprecated.
value is a free form text, could also search from a large set of values
|
static Syntax |
Syntax.CONSTANT
Deprecated.
value is a constant string, would be typically shown as non
editable text
|
static Syntax |
Syntax.LIST
Deprecated.
value is a free form multi list text field
|
static Syntax |
Syntax.MULTIPLE_CHOICE
Deprecated.
value is multiple choice from list
|
static Syntax |
Syntax.NONE
Deprecated.
no value is allowed
|
static Syntax |
Syntax.SINGLE_CHOICE
Deprecated.
value is a single choice from a list
|
Modifier and Type | Method and Description |
---|---|
Syntax |
ResponseProvider.getPropertySyntax(String property)
Deprecated.
Returns the syntax for a property name
|
Syntax |
Condition.getPropertySyntax(String property)
Deprecated.
Returns the syntax for a property name
|
Syntax |
Referral.getValueSyntax(SSOToken token)
Deprecated.
Gets the syntax for the value
|
Syntax |
Subject.getValueSyntax(SSOToken token)
Deprecated.
Returns the syntax of the values the
Subject implementation can have. |
Copyright © 2010-2016, ForgeRock All Rights Reserved.