@Deprecated public class PolicyDecision extends Object
PolicyDecision
class represents the result of a policy
evaluation.Constructor and Description |
---|
PolicyDecision()
Deprecated.
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
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. |
Map |
getActionDecisions()
Deprecated.
Gets the
Map of action decisions associated
with this policy decision. |
String |
toString()
Deprecated.
Gets a String representation of this
PolicyDecision |
String |
toXML()
Deprecated.
Gets an XML representation of this object
|
public Map getActionDecisions()
Map
of action decisions associated
with this policy decision. The
action name is the key to the Map. The value for each key is an
ActionDecision
.Map
of action decisions associated
with this policy decision. The
action name is the key to the Map. The value for each key is an
ActionDecision
.public void addActionDecision(ActionDecision actionDecision)
actionDecision
, merges
the values of the new decision with the existing one,
changing the time to live for the decision appropriately.actionDecision
- action decision to be addedpublic String toString()
PolicyDecision
public String toXML()
Copyright © 2010-2018, ForgeRock All Rights Reserved.