|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectcom.sun.identity.policy.PolicyDecision
public class PolicyDecision
The PolicyDecision class represents the result of a policy
evaluation.
| コンストラクタの概要 | |
|---|---|
PolicyDecision()
Default constructor. |
|
| メソッドの概要 | |
|---|---|
void |
addActionDecision(ActionDecision actionDecision)
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()
Gets the Map of action decisions associated
with this policy decision. |
String |
toString()
Gets a String representation of this PolicyDecision |
String |
toXML()
Gets an XML representation of this object |
| コンストラクタの詳細 |
|---|
public PolicyDecision()
| メソッドの詳細 |
|---|
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
Object 内の toStringPolicyDecisionpublic String toXML()
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||