Uses of Class
com.sun.identity.policy.Rule
-
Packages that use Rule Package Description com.sun.identity.policy Provides classes for policy administration and evaluation. -
-
Uses of Rule in com.sun.identity.policy
Methods in com.sun.identity.policy that return Rule Modifier and Type Method Description RulePolicy. getRule(String ruleName)Deprecated.Gets the rule object identified by name.RulePolicy. removeRule(String ruleName)Deprecated.Removes theRulewith the given name.Methods in com.sun.identity.policy with parameters of type Rule Modifier and Type Method Description voidPolicy. addRule(Rule rule)Deprecated.Adds a new policy rule.voidPolicy. replaceRule(Rule rule)Deprecated.Replaces an existing rule with the same name by the current one.
-