Class ResourceResult


  • @Supported
    @Deprecated
    public class ResourceResult
    extends Object
    Deprecated.
    As of OpenSSO Express 8.0, use com.sun.identity.entitlement instead as Entitlement has replaced Policy.
    Class that encapsulates a tree of resource names, with each node having an associated policy decision.
    • Field Detail

      • STRICT_SUBTREE_SCOPE

        @Supported
        public static final String STRICT_SUBTREE_SCOPE
        Deprecated.
        Constant to indicate strict subtree level scope for ResourceResult 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
        Overrides:
        toString in class Object
        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