Package com.sun.identity.policy
Class ResourceResult
java.lang.Object
com.sun.identity.policy.ResourceResult
Deprecated.
Class that encapsulates a tree of resource names, with each node
having an associated policy decision.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.Constant to indicate base (self) level scope forResourceResultevaluationstatic final StringDeprecated.Constant to indicate strict subtree level scope forResourceResultevaluationstatic final StringDeprecated.Constant to indicate subtree level scope for ResourceResult evaluation -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns the policy decision associated with this resource resultDeprecated.Returns the resource name of this resource resultDeprecated.Returns the child resource results of this resource resulttoString()Deprecated.Returns a string representation of this resource resulttoXML()Deprecated.Returns an XML representation of this resource result
-
Field Details
-
SUBTREE_SCOPE
Deprecated.Constant to indicate subtree level scope for ResourceResult evaluation- See Also:
-
STRICT_SUBTREE_SCOPE
Deprecated.Constant to indicate strict subtree level scope forResourceResultevaluation- See Also:
-
SELF_SCOPE
Deprecated.Constant to indicate base (self) level scope forResourceResultevaluation- See Also:
-
-
Method Details
-
getResourceName
Deprecated.Returns the resource name of this resource result- Returns:
- resource name of this resource result
-
getPolicyDecision
Deprecated.Returns the policy decision associated with this resource result- Returns:
- policy decision associated with this resource result
-
getResourceResults
Deprecated.Returns the child resource results of this resource result- Returns:
- child resource results of this resource result
-
toString
Deprecated.Returns a string representation of this resource result -
toXML
Deprecated.Returns an XML representation of this resource result- Returns:
- an XML representation of this resource result
-
com.sun.identity.entitlementinstead asEntitlementhas replacedPolicy.