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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/remote/
H A DResourceResultRequest.java90 static final String ENV_PARAMETERS = "EnvParameters"; field in class:ResourceResultRequest
292 Node node = XMLUtils.getChildNode(pNode, ENV_PARAMETERS);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/remote/
H A DResourceResultRequest.java90 static final String ENV_PARAMETERS = "EnvParameters"; field in class:ResourceResultRequest
292 Node node = XMLUtils.getChildNode(pNode, ENV_PARAMETERS);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/
H A DPolicyUtils.java110 static final String ENV_PARAMETERS = "EnvParameters"; field in class:PolicyUtils
466 xmlSB.append('<').append(ENV_PARAMETERS).append('>').append(CRLF);
475 xmlSB.append("</").append(ENV_PARAMETERS).append('>').append(CRLF);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/
H A DPolicyUtils.java110 static final String ENV_PARAMETERS = "EnvParameters"; field in class:PolicyUtils
466 xmlSB.append('<').append(ENV_PARAMETERS).append('>').append(CRLF);
475 xmlSB.append("</").append(ENV_PARAMETERS).append('>').append(CRLF);

Completed in 34 milliseconds