Package com.sun.identity.policy
Class PolicyDecision
java.lang.Object
com.sun.identity.policy.PolicyDecision
Deprecated.
The
PolicyDecision class represents the result of a policy
evaluation.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddActionDecision(ActionDecision actionDecision) Deprecated.Adds an action decision to this object if there is already an existing actionDecision associated with the action name in the paramactionDecision, merges the values of the new decision with the existing one, changing the time to live for the decision appropriately.Deprecated.Gets theMapof action decisions associated with this policy decision.toString()Deprecated.Gets a String representation of thisPolicyDecisiontoXML()Deprecated.Gets an XML representation of this object
-
Constructor Details
-
PolicyDecision
Deprecated.Default constructor.
-
-
Method Details
-
getActionDecisions
Deprecated.Gets theMapof action decisions associated with this policy decision. The action name is the key to the Map. The value for each key is anActionDecision.- Returns:
- the
Mapof action decisions associated with this policy decision. The action name is the key to the Map. The value for each key is anActionDecision.
-
addActionDecision
Deprecated.Adds an action decision to this object if there is already an existing actionDecision associated with the action name in the paramactionDecision, merges the values of the new decision with the existing one, changing the time to live for the decision appropriately.- Parameters:
actionDecision- action decision to be added
-
toString
Deprecated.Gets a String representation of thisPolicyDecision -
toXML
Deprecated.Gets an XML representation of this object- Returns:
- an XML representation of this object
-
com.sun.identity.entitlementinstead asEntitlementhas replacedPolicy.