Class ResourceResult

java.lang.Object
com.sun.identity.policy.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 Details

    • SUBTREE_SCOPE

      @Supported public static final String SUBTREE_SCOPE
      Deprecated.
      Constant to indicate subtree level scope for ResourceResult evaluation
      See Also:
    • STRICT_SUBTREE_SCOPE

      @Supported public static final String STRICT_SUBTREE_SCOPE
      Deprecated.
      Constant to indicate strict subtree level scope for ResourceResult evaluation
      See Also:
    • SELF_SCOPE

      @Supported public static final String SELF_SCOPE
      Deprecated.
      Constant to indicate base (self) level scope for ResourceResult evaluation
      See Also:
  • Method Details

    • 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