|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectcom.sun.identity.policy.ResourceResult
public class ResourceResult
Class that encapsulates a tree of resource names, with each node having an associated policy decision.
| フィールドの概要 | |
|---|---|
static String |
SELF_SCOPE
Constant to indicate base (self) level scope for ResourceResult evaluation |
static String |
STRICT_SUBTREE_SCOPE
Constant to indicate strict subtree level scope for ResourceResult evaluation |
static String |
SUBTREE_SCOPE
Constant to indicate subtree level scope for ResourceResult evaluation |
| メソッドの概要 | |
|---|---|
PolicyDecision |
getPolicyDecision()
Returns the policy decision associated with this resource result |
String |
getResourceName()
Returns the resource name of this resource result |
Set |
getResourceResults()
Returns the child resource results of this resource result |
String |
toString()
Returns a string representation of this resource result |
String |
toXML()
Returns an XML representation of this resource result |
| フィールドの詳細 |
|---|
public static final String SUBTREE_SCOPE
public static final String STRICT_SUBTREE_SCOPE
ResourceResult evaluation
public static final String SELF_SCOPE
ResourceResult evaluation
| メソッドの詳細 |
|---|
public String getResourceName()
public PolicyDecision getPolicyDecision()
public Set getResourceResults()
public String toString()
Object 内の toStringpublic String toXML()
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||