Package com.sun.identity.policy
Class ResourceResult
- java.lang.Object
 - 
- com.sun.identity.policy.ResourceResult
 
 
- 
@Supported @Deprecated public class ResourceResult extends Object
Deprecated.As of OpenSSO Express 8.0, usecom.sun.identity.entitlementinstead asEntitlementhas replacedPolicy.Class that encapsulates a tree of resource names, with each node having an associated policy decision. 
- 
- 
Field Summary
Fields Modifier and Type Field Description static StringSELF_SCOPEDeprecated.Constant to indicate base (self) level scope forResourceResultevaluationstatic StringSTRICT_SUBTREE_SCOPEDeprecated.Constant to indicate strict subtree level scope forResourceResultevaluationstatic StringSUBTREE_SCOPEDeprecated.Constant to indicate subtree level scope for ResourceResult evaluation 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description PolicyDecisiongetPolicyDecision()Deprecated.Returns the policy decision associated with this resource resultStringgetResourceName()Deprecated.Returns the resource name of this resource resultSetgetResourceResults()Deprecated.Returns the child resource results of this resource resultStringtoString()Deprecated.Returns a string representation of this resource resultStringtoXML()Deprecated.Returns an XML representation of this resource result 
 - 
 
- 
- 
Field Detail
- 
SUBTREE_SCOPE
@Supported public static final String SUBTREE_SCOPE
Deprecated.Constant to indicate subtree level scope for ResourceResult evaluation- See Also:
 - Constant Field Values
 
 
- 
STRICT_SUBTREE_SCOPE
@Supported public static final String STRICT_SUBTREE_SCOPE
Deprecated.Constant to indicate strict subtree level scope forResourceResultevaluation- See Also:
 - Constant Field Values
 
 
- 
SELF_SCOPE
@Supported public static final String SELF_SCOPE
Deprecated.Constant to indicate base (self) level scope forResourceResultevaluation- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Method Detail
- 
getResourceName
@Supported public String getResourceName()
Deprecated.Returns the resource name of this resource result- Returns:
 - resource name of this resource result
 
 
- 
getPolicyDecision
@Supported public PolicyDecision getPolicyDecision()
Deprecated.Returns the policy decision associated with this resource result- Returns:
 - policy decision associated with this resource result
 
 
- 
getResourceResults
@Supported public Set getResourceResults()
Deprecated.Returns the child resource results of this resource result- Returns:
 - child resource results of this resource result
 
 
- 
toString
@Supported public String toString()
Deprecated.Returns a string representation of this resource result 
- 
toXML
@Supported public String toXML()
Deprecated.Returns an XML representation of this resource result- Returns:
 - an XML representation of this resource result
 
 
 - 
 
 -