com.sun.identity.policy
クラス ResourceResult

java.lang.Object
  上位を拡張 com.sun.identity.policy.ResourceResult

public class ResourceResult
extends Object

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
 

フィールドの詳細

SUBTREE_SCOPE

public static final String SUBTREE_SCOPE
Constant to indicate subtree level scope for ResourceResult evaluation

関連項目:
定数フィールド値

STRICT_SUBTREE_SCOPE

public static final String STRICT_SUBTREE_SCOPE
Constant to indicate strict subtree level scope for ResourceResult evaluation

関連項目:
定数フィールド値

SELF_SCOPE

public static final String SELF_SCOPE
Constant to indicate base (self) level scope for ResourceResult evaluation

関連項目:
定数フィールド値
メソッドの詳細

getResourceName

public String getResourceName()
Returns the resource name of this resource result

戻り値:
resource name of this resource result

getPolicyDecision

public PolicyDecision getPolicyDecision()
Returns the policy decision associated with this resource result

戻り値:
policy decision associated with this resource result

getResourceResults

public Set getResourceResults()
Returns the child resource results of this resource result

戻り値:
child resource results of this resource result

toString

public String toString()
Returns a string representation of this resource result

オーバーライド:
クラス Object 内の toString
戻り値:
a string representation of this resource result

toXML

public String toXML()
Returns an XML representation of this resource result

戻り値:
an XML representation of this resource result