Searched refs:GET_RESPONSE_DECISIONS (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/remote/
H A DResourceResultRequest.java91 static final String GET_RESPONSE_DECISIONS = "GetResponseDecisions"; field in class:ResourceResultRequest
302 node = XMLUtils.getChildNode(pNode, GET_RESPONSE_DECISIONS);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/remote/
H A DResourceResultRequest.java91 static final String GET_RESPONSE_DECISIONS = "GetResponseDecisions"; field in class:ResourceResultRequest
302 node = XMLUtils.getChildNode(pNode, GET_RESPONSE_DECISIONS);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/
H A DPolicyUtils.java111 static final String GET_RESPONSE_DECISIONS = "GetResponseDecisions"; field in class:PolicyUtils
490 xmlSB.append("<" + GET_RESPONSE_DECISIONS + ">" + CRLF);
498 xmlSB.append("</" + GET_RESPONSE_DECISIONS + ">" + CRLF);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/
H A DPolicyUtils.java111 static final String GET_RESPONSE_DECISIONS = "GetResponseDecisions"; field in class:PolicyUtils
490 xmlSB.append("<" + GET_RESPONSE_DECISIONS + ">" + CRLF);
498 xmlSB.append("</" + GET_RESPONSE_DECISIONS + ">" + CRLF);

Completed in 26 milliseconds