|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.identity.policy.ResourceResult
public class ResourceResult
Class that encapsulates a tree of resource names, with each node having an associated policy decision.
| Field Summary | |
|---|---|
static String |
SELF_SCOPE
Constant to indicate base (self) level scope for ResourceResult evaluation |
static String |
STRICT_SUBTREE_SCOPE
Constant to indicate strict subtree level scope for ResourceResult evaluation |
static String |
SUBTREE_SCOPE
Constant to indicate subtree level scope for ResourceResult evaluation |
| Method Summary | |
|---|---|
PolicyDecision |
getPolicyDecision()
Returns the policy decision associated with this resource result |
String |
getResourceName()
Returns the resource name of this resource result |
Set |
getResourceResults()
Returns the child resource results of this resource result |
String |
toString()
Returns a string representation of this resource result |
String |
toXML()
Returns an XML representation of this resource result |
| Field Detail |
|---|
public static final String SUBTREE_SCOPE
public static final String STRICT_SUBTREE_SCOPE
ResourceResult evaluation
public static final String SELF_SCOPE
ResourceResult evaluation
| Method Detail |
|---|
public String getResourceName()
public PolicyDecision getPolicyDecision()
public Set getResourceResults()
public String toString()
toString in class Objectpublic String toXML()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||