Searched refs:getChildNode (Results 1 - 25 of 58) sorted by relevance

123

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/server/
H A DAuthXMLRequestParser.java116 Node requestNode = XMLUtils.getChildNode(
129 Node appSSOTokenNode = XMLUtils.getChildNode((Node) requestNode,"AppSSOToken");
144 Node newAuthContextNode = XMLUtils.getChildNode(
161 XMLUtils.getChildNode(requestNode,"QueryInformation");
183 Node loginNode = XMLUtils.getChildNode(requestNode,"Login");
239 AuthXMLUtils.getRemoteRequest(XMLUtils.getChildNode(requestNode,AuthXMLTags.REMOTE_REQUEST_RESPONSE));
241 AuthXMLUtils.getRemoteResponse(XMLUtils.getChildNode(requestNode,AuthXMLTags.REMOTE_REQUEST_RESPONSE));
247 Node submitReqNode = XMLUtils.getChildNode(
264 AuthXMLUtils.getRemoteRequest(XMLUtils.getChildNode(requestNode,AuthXMLTags.REMOTE_REQUEST_RESPONSE));
266 AuthXMLUtils.getRemoteResponse(XMLUtils.getChildNode(requestNod
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/server/
H A DAuthXMLRequestParser.java116 Node requestNode = XMLUtils.getChildNode(
129 Node appSSOTokenNode = XMLUtils.getChildNode((Node) requestNode,"AppSSOToken");
144 Node newAuthContextNode = XMLUtils.getChildNode(
161 XMLUtils.getChildNode(requestNode,"QueryInformation");
183 Node loginNode = XMLUtils.getChildNode(requestNode,"Login");
239 AuthXMLUtils.getRemoteRequest(XMLUtils.getChildNode(requestNode,AuthXMLTags.REMOTE_REQUEST_RESPONSE));
241 AuthXMLUtils.getRemoteResponse(XMLUtils.getChildNode(requestNode,AuthXMLTags.REMOTE_REQUEST_RESPONSE));
247 Node submitReqNode = XMLUtils.getChildNode(
264 AuthXMLUtils.getRemoteRequest(XMLUtils.getChildNode(requestNode,AuthXMLTags.REMOTE_REQUEST_RESPONSE));
266 AuthXMLUtils.getRemoteResponse(XMLUtils.getChildNode(requestNod
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/remote/
H A DPolicyService.java268 Node node = XMLUtils.getChildNode(rootNode, POLICY_REQUEST);
277 node = XMLUtils.getChildNode(rootNode, POLICY_RESPONSE);
286 node = XMLUtils.getChildNode(rootNode, POLICY_NOTIFICATION);
H A DPolicyRequest.java283 Node node = XMLUtils.getChildNode(pNode, GET_RESOURCE_RESULTS);
296 node = XMLUtils.getChildNode(pNode, ADD_POLICY_LISTENER);
309 node = XMLUtils.getChildNode(pNode, REMOVE_POLICY_LISTENER);
322 node = XMLUtils.getChildNode(pNode, ADVICES_HANDLEABLE_BY_AM_REQUEST);
H A DPolicyResponse.java301 node = XMLUtils.getChildNode(pNode, ADD_LISTENER_RESPONSE);
307 node = XMLUtils.getChildNode(pNode, REMOVE_LISTENER_RESPONSE);
313 node = XMLUtils.getChildNode(pNode, ADVICES_HANDLEABLE_BY_AM_RESPONSE);
321 node = XMLUtils.getChildNode(pNode, EXCEPTION_RESPONSE);
H A DPolicyNotification.java175 Node node = XMLUtils.getChildNode(pNode, POLICY_CHANGE);
H A DResourceResultRequest.java292 Node node = XMLUtils.getChildNode(pNode, ENV_PARAMETERS);
302 node = XMLUtils.getChildNode(pNode, GET_RESPONSE_DECISIONS);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/remote/
H A DPolicyService.java268 Node node = XMLUtils.getChildNode(rootNode, POLICY_REQUEST);
277 node = XMLUtils.getChildNode(rootNode, POLICY_RESPONSE);
286 node = XMLUtils.getChildNode(rootNode, POLICY_NOTIFICATION);
H A DPolicyRequest.java283 Node node = XMLUtils.getChildNode(pNode, GET_RESOURCE_RESULTS);
296 node = XMLUtils.getChildNode(pNode, ADD_POLICY_LISTENER);
309 node = XMLUtils.getChildNode(pNode, REMOVE_POLICY_LISTENER);
322 node = XMLUtils.getChildNode(pNode, ADVICES_HANDLEABLE_BY_AM_REQUEST);
H A DPolicyResponse.java301 node = XMLUtils.getChildNode(pNode, ADD_LISTENER_RESPONSE);
307 node = XMLUtils.getChildNode(pNode, REMOVE_LISTENER_RESPONSE);
313 node = XMLUtils.getChildNode(pNode, ADVICES_HANDLEABLE_BY_AM_RESPONSE);
321 node = XMLUtils.getChildNode(pNode, EXCEPTION_RESPONSE);
H A DPolicyNotification.java175 Node node = XMLUtils.getChildNode(pNode, POLICY_CHANGE);
H A DResourceResultRequest.java292 Node node = XMLUtils.getChildNode(pNode, ENV_PARAMETERS);
302 node = XMLUtils.getChildNode(pNode, GET_RESPONSE_DECISIONS);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DAttributeSchemaImpl.java594 && ((booleanValue = XMLUtils.getChildNode(n,
597 if ((node = XMLUtils.getChildNode(booleanValue,
606 if ((node = XMLUtils.getChildNode(booleanValue,
623 Node choiceValueNode = XMLUtils.getChildNode(n,
628 Node cvClassName = XMLUtils.getChildNode(choiceValueNode,
664 .getChildNode(n, SMSUtils.ATTRIBUTE_DEFAULT_ELEMENT)) != null) {
666 Node dvClassName = XMLUtils.getChildNode(node,
688 if ((node = XMLUtils.getChildNode(n, SMSUtils.ATTRIBUTE_EXAMPLE_ELEMENT)) != null) {
748 if (XMLUtils.getChildNode(n, SMSUtils.ATTRIBUTE_OPTIONAL) != null) {
754 if (XMLUtils.getChildNode(
[all...]
H A DServiceManager.java445 if (XMLUtils.getChildNode(serviceNode, SMSUtils.SCHEMA) != null) {
475 if (XMLUtils.getChildNode(serviceNode, SMSUtils.CONFIGURATION)
493 Node configNode = XMLUtils.getChildNode(svcNode,
552 /*if (XMLUtils.getChildNode(serviceNode, SMSUtils.SCHEMA) != null) {
582 if (XMLUtils.getChildNode(serviceNode, SMSUtils.CONFIGURATION)
602 Node configNode = XMLUtils.getChildNode(svcNode,
1101 if ((defaultNode = XMLUtils.getChildNode(node,
1175 Node schemaRoot = XMLUtils.getChildNode(serviceNode, SMSUtils.SCHEMA);
1181 Node childNode = XMLUtils.getChildNode(schemaRoot, schemaName);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DAttributeSchemaImpl.java566 && ((booleanValue = XMLUtils.getChildNode(n,
569 if ((node = XMLUtils.getChildNode(booleanValue,
578 if ((node = XMLUtils.getChildNode(booleanValue,
595 Node choiceValueNode = XMLUtils.getChildNode(n,
600 Node cvClassName = XMLUtils.getChildNode(choiceValueNode,
637 .getChildNode(n, SMSUtils.ATTRIBUTE_DEFAULT_ELEMENT)) != null) {
639 Node dvClassName = XMLUtils.getChildNode(node,
717 if (XMLUtils.getChildNode(n, SMSUtils.ATTRIBUTE_OPTIONAL) != null) {
723 if (XMLUtils.getChildNode(n, SMSUtils.ATTRIBUTE_SERVICE_ID) != null) {
729 if (XMLUtils.getChildNode(
[all...]
H A DServiceManager.java445 if (XMLUtils.getChildNode(serviceNode, SMSUtils.SCHEMA) != null) {
475 if (XMLUtils.getChildNode(serviceNode, SMSUtils.CONFIGURATION)
493 Node configNode = XMLUtils.getChildNode(svcNode,
552 /*if (XMLUtils.getChildNode(serviceNode, SMSUtils.SCHEMA) != null) {
582 if (XMLUtils.getChildNode(serviceNode, SMSUtils.CONFIGURATION)
602 Node configNode = XMLUtils.getChildNode(svcNode,
1101 if ((defaultNode = XMLUtils.getChildNode(node,
1175 Node schemaRoot = XMLUtils.getChildNode(serviceNode, SMSUtils.SCHEMA);
1181 Node childNode = XMLUtils.getChildNode(schemaRoot, schemaNames[i]);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAllowedModulesChoiceValues.java83 Node globalNode = XMLUtils.getChildNode(schemaNode, GLOBAL);
89 Node defaultsNode = XMLUtils.getChildNode(attrNode,
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAllowedModulesChoiceValues.java83 Node globalNode = XMLUtils.getChildNode(schemaNode, GLOBAL);
89 Node defaultsNode = XMLUtils.getChildNode(attrNode,
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/client/
H A DResultsCacheUtil.java127 Node notificationNode = XMLUtils.getChildNode(rootNode,
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/client/
H A DResultsCacheUtil.java127 Node notificationNode = XMLUtils.getChildNode(rootNode,
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/share/
H A DAuthXMLUtils.java573 XMLUtils.getChildNode(childNode, AuthXMLTags.CHOICE_VALUES);
593 Node selectedNode = XMLUtils.getChildNode(childNode,
653 Node optionsNode = XMLUtils.getChildNode(childNode,
665 Node defaultNode = XMLUtils.getChildNode(childNode,
690 Node selectedNode = XMLUtils.getChildNode(childNode,
821 XMLUtils.getChildNode(childNode, AuthXMLTags.X509CERTIFICATE);
913 Node pNode = XMLUtils.getChildNode(node, AuthXMLTags.REDIRECT_URL);
937 Node pNode = XMLUtils.getChildNode(node, AuthXMLTags.REDIRECT_NAME);
945 Node pNode = XMLUtils.getChildNode(node, AuthXMLTags.REDIRECT_VALUE);
953 Node pNode = XMLUtils.getChildNode(nod
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/share/
H A DAuthXMLUtils.java573 XMLUtils.getChildNode(childNode, AuthXMLTags.CHOICE_VALUES);
593 Node selectedNode = XMLUtils.getChildNode(childNode,
653 Node optionsNode = XMLUtils.getChildNode(childNode,
665 Node defaultNode = XMLUtils.getChildNode(childNode,
690 Node selectedNode = XMLUtils.getChildNode(childNode,
821 XMLUtils.getChildNode(childNode, AuthXMLTags.X509CERTIFICATE);
913 Node pNode = XMLUtils.getChildNode(node, AuthXMLTags.REDIRECT_URL);
937 Node pNode = XMLUtils.getChildNode(node, AuthXMLTags.REDIRECT_NAME);
945 Node pNode = XMLUtils.getChildNode(node, AuthXMLTags.REDIRECT_VALUE);
953 Node pNode = XMLUtils.getChildNode(nod
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/
H A DRule.java227 Node serviceNode = XMLUtils.getChildNode(ruleNode,
242 Node applicationNameNode = XMLUtils.getChildNode(ruleNode,
267 Node attrNode = XMLUtils.getChildNode(node, PolicyManager.ATTR_NODE);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/
H A DRule.java241 Node serviceNode = XMLUtils.getChildNode(ruleNode,
256 Node applicationNameNode = XMLUtils.getChildNode(ruleNode,
283 Node attrNode = XMLUtils.getChildNode(node, PolicyManager.ATTR_NODE);
H A DResourceResult.java221 Node node = XMLUtils.getChildNode(resourceResultNode,

Completed in 77 milliseconds

123