Package | Description |
---|---|
com.sun.identity.policy |
Provides classes for policy administration and evaluation.
|
com.sun.identity.policy.client |
Provides classes necessary for a remote client to evaluate policy decisions.
|
Modifier and Type | Method and Description |
---|---|
static ActionDecision |
ActionDecision.parseActionDecision(Node actionDecisionNode)
Deprecated.
Creates an ActionDecisions object given a w3c DOM node
|
Modifier and Type | Method and Description |
---|---|
void |
PolicyDecision.addActionDecision(ActionDecision actionDecision)
Deprecated.
Adds an action decision to this object
if there is already an existing actionDecision associated with the
action name in the param
actionDecision , merges
the values of the new decision with the existing one,
changing the time to live for the decision appropriately. |
void |
PolicyDecision.addActionDecision(ActionDecision newActionDecision,
String trueValue,
String falseValue)
Deprecated.
Add an
ActionDecision to the PolicyDecision
using the provided trueValue and falseValue
These are the rules followed to add action decision:
Boolean false value overrides boolean true value. |
Modifier and Type | Method and Description |
---|---|
String |
PolicyEvaluator.getCompositeAdvice(ActionDecision actionDecision)
Returns XML string representation of advice map contained in the
actionDecision.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.