Searched defs:resourceScope (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/remote/
H A DResourceResultRequest.java57 * The attribute resourceScope gives the scope of the resources in
76 * resourceScope (self | strict-subtree | subtree) "strict-subtree"
89 static final String RESOURCE_SCOPE = "resourceScope";
102 private String resourceScope = null; field in class:ResourceResultRequest
173 return resourceScope;
182 resourceScope = scope;
345 .append(resourceScope)
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/remote/
H A DResourceResultRequest.java57 * The attribute resourceScope gives the scope of the resources in
76 * resourceScope (self | strict-subtree | subtree) "strict-subtree"
89 static final String RESOURCE_SCOPE = "resourceScope";
102 private String resourceScope = null; field in class:ResourceResultRequest
173 return resourceScope;
182 resourceScope = scope;
345 .append(resourceScope)

Completed in 21 milliseconds