Package | Description |
---|---|
com.sun.identity.policy |
Provides classes for policy administration and evaluation.
|
Modifier and Type | Method and Description |
---|---|
Condition |
Policy.getCondition(String condition)
Deprecated.
Gets the condition object identified by name.
|
Condition |
ConditionTypeManager.getCondition(String conditionType)
Deprecated.
Returns an instance of the
Condition
given the condition type name. |
Condition |
Policy.removeCondition(String condition)
Deprecated.
Removes the condition with the given name.
|
Modifier and Type | Method and Description |
---|---|
void |
Policy.addCondition(String name,
Condition condition)
Deprecated.
Adds a new policy condition.
|
String |
ConditionTypeManager.getConditionTypeName(Condition condition)
Deprecated.
Returns the type of the
Condition implementation. |
String |
ConditionTypeManager.getViewBeanURL(Condition condition)
Deprecated.
Gets the view bean URL given the Condition
|
void |
Policy.removeCondition(Condition condition)
Deprecated.
Removes the
Condition object identified by
object's equals method. |
void |
Policy.replaceCondition(String name,
Condition condition)
Deprecated.
Replaces an existing condition with the same name by the
current one.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.