Uses of Interface
com.sun.identity.policy.interfaces.Condition
Packages that use Condition
Package
Description
Provides classes for policy administration and evaluation.
-
Uses of Condition in com.sun.identity.policy
Methods in com.sun.identity.policy that return ConditionModifier 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.Methods in com.sun.identity.policy with parameters of type ConditionModifier 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.