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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/share/
H A DAuthXMLUtils.java350 * @param responseNode The response xml node
353 public static HttpServletResponse getRemoteResponse(Node responseNode) { argument
354 if (responseNode == null)
361 getValueOfChildNode(responseNode, AuthXMLTags.HTTP_SERVLET_RESPONSE));
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/share/
H A DAuthXMLUtils.java350 * @param responseNode The response xml node
353 public static HttpServletResponse getRemoteResponse(Node responseNode) { argument
354 if (responseNode == null)
361 getValueOfChildNode(responseNode, AuthXMLTags.HTTP_SERVLET_RESPONSE));

Completed in 28 milliseconds