@Deprecated public class ResourceResult extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SELF_SCOPE
Deprecated.
Constant to indicate base (self) level scope for
ResourceResult evaluation |
static String |
STRICT_SUBTREE_SCOPE
Deprecated.
Constant to indicate strict subtree level scope for
ResourceResult evaluation |
static String |
SUBTREE_SCOPE
Deprecated.
Constant to indicate subtree level scope for ResourceResult evaluation
|
Modifier and Type | Method and Description |
---|---|
PolicyDecision |
getPolicyDecision()
Deprecated.
Returns the policy decision associated with this resource result
|
String |
getResourceName()
Deprecated.
Returns the resource name of this resource result
|
Set |
getResourceResults()
Deprecated.
Returns the child resource results of this resource result
|
String |
toString()
Deprecated.
Returns a string representation of this resource result
|
String |
toXML()
Deprecated.
Returns an XML representation of this resource result
|
public static final String SUBTREE_SCOPE
public static final String STRICT_SUBTREE_SCOPE
ResourceResult
evaluationpublic static final String SELF_SCOPE
ResourceResult
evaluationpublic String getResourceName()
public PolicyDecision getPolicyDecision()
public Set getResourceResults()
public String toString()
public String toXML()
Copyright © 2010-2018, ForgeRock All Rights Reserved.