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 Rule
Policy. getRule(String ruleName)
Deprecated.Gets the rule object identified by name.Rule
Policy. removeRule(String ruleName)
Deprecated.Removes theRule
with the given name.Methods in com.sun.identity.policy with parameters of type Rule Modifier and Type Method Description void
Policy. addRule(Rule rule)
Deprecated.Adds a new policy rule.void
Policy. replaceRule(Rule rule)
Deprecated.Replaces an existing rule with the same name by the current one.
-