Package | Description |
---|---|
com.sun.identity.policy |
Provides classes for policy administration and evaluation.
|
com.sun.identity.policy.interfaces |
Provides interfaces for writing custom Policy plugins for Conditons,
Subjects, Referrals ResponseProviders and Resources.
|
Modifier and Type | Field and Description |
---|---|
static Syntax |
Syntax.ANY
value is a free form text, would be typically shown in as editable
text field
|
static Syntax |
Syntax.ANY_SEARCHABLE
value is a free form text, could also search from a large set of values
|
static Syntax |
Syntax.CONSTANT
value is a constant string, would be typically shown as non
editable text
|
static Syntax |
Syntax.LIST
value is a free form multi list text field
|
static Syntax |
Syntax.MULTIPLE_CHOICE
value is multiple choice from list
|
static Syntax |
Syntax.NONE
no value is allowed
|
static Syntax |
Syntax.SINGLE_CHOICE
value is a single choice from a list
|
Modifier and Type | Method and Description |
---|---|
Syntax |
ResponseProvider.getPropertySyntax(String property)
Returns the syntax for a property name
|
Syntax |
Condition.getPropertySyntax(String property)
Returns the syntax for a property name
|
Syntax |
Subject.getValueSyntax(SSOToken token)
Returns the syntax of the values the
Subject implementation can have. |
Syntax |
Referral.getValueSyntax(SSOToken token)
Gets the syntax for the value
|
Copyright © 2010-2013, ForgeRock All Rights Reserved.