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.entitlement
instead asEntitlement
has 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 String
SELF_SCOPE
Deprecated.Constant to indicate base (self) level scope forResourceResult
evaluationstatic String
STRICT_SUBTREE_SCOPE
Deprecated.Constant to indicate strict subtree level scope forResourceResult
evaluationstatic String
SUBTREE_SCOPE
Deprecated.Constant to indicate subtree level scope for ResourceResult evaluation
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description PolicyDecision
getPolicyDecision()
Deprecated.Returns the policy decision associated with this resource resultString
getResourceName()
Deprecated.Returns the resource name of this resource resultSet
getResourceResults()
Deprecated.Returns the child resource results of this resource resultString
toString()
Deprecated.Returns a string representation of this resource resultString
toXML()
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 forResourceResult
evaluation- See Also:
- Constant Field Values
-
SELF_SCOPE
@Supported public static final String SELF_SCOPE
Deprecated.Constant to indicate base (self) level scope forResourceResult
evaluation- 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
-
-