Uses of Interface
com.sun.identity.policy.interfaces.Condition
-
Packages that use Condition Package Description com.sun.identity.policy Provides classes for policy administration and evaluation. -
-
Uses of Condition in com.sun.identity.policy
Methods in com.sun.identity.policy that return Condition Modifier and Type Method Description Condition
ConditionTypeManager. getCondition(String conditionType)
Deprecated.Returns an instance of theCondition
given the condition type name.Condition
Policy. getCondition(String condition)
Deprecated.Gets the condition object identified by name.Condition
Policy. removeCondition(String condition)
Deprecated.Removes the condition with the given name.Methods in com.sun.identity.policy with parameters of type Condition Modifier and Type Method Description void
Policy. addCondition(String name, Condition condition)
Deprecated.Adds a new policy condition.String
ConditionTypeManager. getConditionTypeName(Condition condition)
Deprecated.Returns the type of theCondition
implementation.String
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.
-