Package | Description |
---|---|
com.sun.identity.policy |
Provides classes for policy administration and evaluation.
|
Modifier and Type | Method and Description |
---|---|
Rule |
Policy.getRule(String ruleName)
Deprecated.
Gets the rule object identified by name.
|
Rule |
Policy.removeRule(String ruleName)
Deprecated.
Removes the
Rule with the given name. |
Modifier and Type | Method and 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.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.