Uses of Interface
com.sun.identity.policy.interfaces.Condition
Package
Description
Provides classes for policy administration and evaluation.
-
Uses of Condition in com.sun.identity.policy
Modifier and TypeMethodDescriptionConditionTypeManager.getCondition
(String conditionType) Deprecated.Returns an instance of theCondition
given the condition type name.Policy.getCondition
(String condition) Deprecated.Gets the condition object identified by name.Policy.removeCondition
(String condition) Deprecated.Removes the condition with the given name.Modifier and TypeMethodDescriptionvoid
Policy.addCondition
(String name, Condition condition) Deprecated.Adds a new policy condition.ConditionTypeManager.getConditionTypeName
(Condition condition) Deprecated.Returns the type of theCondition
implementation.ConditionTypeManager.getViewBeanURL
(Condition condition) Deprecated.Gets the view bean URL given the Conditionvoid
Policy.removeCondition
(Condition condition) Deprecated.Removes theCondition
object identified by object'sequals
method.void
Policy.replaceCondition
(String name, Condition condition) Deprecated.Replaces an existing condition with the same name by the current one.