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 ConditionConditionTypeManager. getCondition(String conditionType)Deprecated.Returns an instance of theConditiongiven the condition type name.ConditionPolicy. getCondition(String condition)Deprecated.Gets the condition object identified by name.ConditionPolicy. 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 voidPolicy. addCondition(String name, Condition condition)Deprecated.Adds a new policy condition.StringConditionTypeManager. getConditionTypeName(Condition condition)Deprecated.Returns the type of theConditionimplementation.StringConditionTypeManager. getViewBeanURL(Condition condition)Deprecated.Gets the view bean URL given the ConditionvoidPolicy. removeCondition(Condition condition)Deprecated.Removes theConditionobject identified by object'sequalsmethod.voidPolicy. replaceCondition(String name, Condition condition)Deprecated.Replaces an existing condition with the same name by the current one.
-