Searched refs:pNode (Results 1 - 22 of 22) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/remote/
H A DRemoveListenerRequest.java115 * @param pNode the XML DOM node for the <code>RemoveListenerRequest</code>
119 public static RemoveListenerRequest parseXML(Node pNode) argument
123 String attr = XMLUtils.getNodeAttributeValue(pNode, SERVICE_NAME);
135 attr = XMLUtils.getNodeAttributeValue(pNode, NOTIFICATION_URL);
H A DPolicyNotification.java154 * @param pNode the XML DOM node for the <code>PolicyNotification</code>
160 public static PolicyNotification parseXML(Node pNode) argument
164 String attr = XMLUtils.getNodeAttributeValue(pNode, NOTIFICATION_ID);
175 Node node = XMLUtils.getChildNode(pNode, POLICY_CHANGE);
H A DPolicyResponse.java243 * @param pNode the XML DOM node for the <code>PolicyResponse</code> object.
246 public static PolicyResponse parseXML(Node pNode) argument
252 String attr = XMLUtils.getNodeAttributeValue(pNode, REQUEST_ID);
261 String issueInst = XMLUtils.getNodeAttributeValue(pNode, ISSUE_INSTANT);
279 Set nodeSet = XMLUtils.getChildNodes(pNode, RESOURCE_RESULT);
301 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 DPolicyRequest.java255 * @param pNode the XML DOM node for the <code>PolicyRequest</code> object.
258 public static PolicyRequest parseXML(Node pNode) argument
263 String attr = XMLUtils.getNodeAttributeValue(pNode, APP_SSOTOKEN);
272 attr = XMLUtils.getNodeAttributeValue(pNode, REQUEST_ID);
283 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 DResourceResultRequest.java225 * @param pNode the XML DOM node for the <code>ResourceResultRequest</code>
229 public static ResourceResultRequest parseXML(Node pNode) argument
236 attr = XMLUtils.getNodeAttributeValue(pNode, USER_SSOTOKEN);
247 attr = XMLUtils.getNodeAttributeValue(pNode, SERVICE_NAME);
258 attr = XMLUtils.getNodeAttributeValue(pNode, RESOURCE_NAME);
269 attr = XMLUtils.getNodeAttributeValue(pNode, RESOURCE_SCOPE);
292 Node node = XMLUtils.getChildNode(pNode, ENV_PARAMETERS);
302 node = XMLUtils.getChildNode(pNode, GET_RESPONSE_DECISIONS);
H A DPolicyChangeNotification.java162 * @param pNode the XML DOM node for the
166 public static PolicyChangeNotification parseXML(Node pNode) argument
170 String attr = XMLUtils.getNodeAttributeValue(pNode, SERVICE_NAME);
182 attr = XMLUtils.getNodeAttributeValue(pNode, POLICY_CHANGE_TYPE);
193 Set nodeSet = XMLUtils.getChildNodes(pNode, RESOURCE_NAME);
H A DPolicyListenerRequest.java127 * @param pNode the XML DOM node for the <code>PolicyListenerRequest</code>
131 public static PolicyListenerRequest parseXML(Node pNode) argument
137 String attr = XMLUtils.getNodeAttributeValue(pNode, SERVICE_NAME);
148 attr = XMLUtils.getNodeAttributeValue(pNode, NOTIFICATION_URL);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/remote/
H A DRemoveListenerRequest.java115 * @param pNode the XML DOM node for the <code>RemoveListenerRequest</code>
119 public static RemoveListenerRequest parseXML(Node pNode) argument
123 String attr = XMLUtils.getNodeAttributeValue(pNode, SERVICE_NAME);
135 attr = XMLUtils.getNodeAttributeValue(pNode, NOTIFICATION_URL);
H A DPolicyNotification.java154 * @param pNode the XML DOM node for the <code>PolicyNotification</code>
160 public static PolicyNotification parseXML(Node pNode) argument
164 String attr = XMLUtils.getNodeAttributeValue(pNode, NOTIFICATION_ID);
175 Node node = XMLUtils.getChildNode(pNode, POLICY_CHANGE);
H A DPolicyResponse.java243 * @param pNode the XML DOM node for the <code>PolicyResponse</code> object.
246 public static PolicyResponse parseXML(Node pNode) argument
252 String attr = XMLUtils.getNodeAttributeValue(pNode, REQUEST_ID);
261 String issueInst = XMLUtils.getNodeAttributeValue(pNode, ISSUE_INSTANT);
279 Set nodeSet = XMLUtils.getChildNodes(pNode, RESOURCE_RESULT);
301 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 DPolicyRequest.java255 * @param pNode the XML DOM node for the <code>PolicyRequest</code> object.
258 public static PolicyRequest parseXML(Node pNode) argument
263 String attr = XMLUtils.getNodeAttributeValue(pNode, APP_SSOTOKEN);
272 attr = XMLUtils.getNodeAttributeValue(pNode, REQUEST_ID);
283 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 DResourceResultRequest.java225 * @param pNode the XML DOM node for the <code>ResourceResultRequest</code>
229 public static ResourceResultRequest parseXML(Node pNode) argument
236 attr = XMLUtils.getNodeAttributeValue(pNode, USER_SSOTOKEN);
247 attr = XMLUtils.getNodeAttributeValue(pNode, SERVICE_NAME);
258 attr = XMLUtils.getNodeAttributeValue(pNode, RESOURCE_NAME);
269 attr = XMLUtils.getNodeAttributeValue(pNode, RESOURCE_SCOPE);
292 Node node = XMLUtils.getChildNode(pNode, ENV_PARAMETERS);
302 node = XMLUtils.getChildNode(pNode, GET_RESPONSE_DECISIONS);
H A DPolicyChangeNotification.java162 * @param pNode the XML DOM node for the
166 public static PolicyChangeNotification parseXML(Node pNode) argument
170 String attr = XMLUtils.getNodeAttributeValue(pNode, SERVICE_NAME);
182 attr = XMLUtils.getNodeAttributeValue(pNode, POLICY_CHANGE_TYPE);
193 Set nodeSet = XMLUtils.getChildNodes(pNode, RESOURCE_NAME);
H A DPolicyListenerRequest.java127 * @param pNode the XML DOM node for the <code>PolicyListenerRequest</code>
131 public static PolicyListenerRequest parseXML(Node pNode) argument
137 String attr = XMLUtils.getNodeAttributeValue(pNode, SERVICE_NAME);
148 attr = XMLUtils.getNodeAttributeValue(pNode, NOTIFICATION_URL);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DPluginSchema.java170 Node pNode = XMLUtils.getRootNode(pluginDoc, SMSUtils.PLUGIN_SCHEMA);
171 if (pNode == null) {
174 "Invalid plugin schema name. " + pNode);
178 ((Element) pNode).setAttribute(SMSUtils.PROPERTIES_VIEW_BEAN_URL, url);
179 pluginDoc.importNode(pNode, true);
H A DCreateServiceConfig.java216 Node pNode = (Node) pNodes.next();
217 String pName = XMLUtils.getNodeAttributeValue(pNode, SMSUtils.NAME);
218 String schemaName = XMLUtils.getNodeAttributeValue(pNode,
220 String intName = XMLUtils.getNodeAttributeValue(pNode,
223 .getNodeAttributeValue(pNode,
244 createSubConfig(token, sb.toString(), pNode, psi, orgName,
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DPluginSchema.java170 Node pNode = XMLUtils.getRootNode(pluginDoc, SMSUtils.PLUGIN_SCHEMA);
171 if (pNode == null) {
174 "Invalid plugin schema name. " + pNode);
178 ((Element) pNode).setAttribute(SMSUtils.PROPERTIES_VIEW_BEAN_URL, url);
179 pluginDoc.importNode(pNode, true);
H A DCreateServiceConfig.java216 Node pNode = (Node) pNodes.next();
217 String pName = XMLUtils.getNodeAttributeValue(pNode, SMSUtils.NAME);
218 String schemaName = XMLUtils.getNodeAttributeValue(pNode,
220 String intName = XMLUtils.getNodeAttributeValue(pNode,
223 .getNodeAttributeValue(pNode,
244 createSubConfig(token, sb.toString(), pNode, psi, orgName,
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/share/
H A DAuthXMLUtils.java820 Node pNode =
822 if (pNode != null) {
823 String certificate = XMLUtils.getValueOfValueNode(pNode);
913 Node pNode = XMLUtils.getChildNode(node, AuthXMLTags.REDIRECT_URL);
914 if (pNode != null) {
915 return (XMLUtils.getValueOfValueNode(pNode));
937 Node pNode = XMLUtils.getChildNode(node, AuthXMLTags.REDIRECT_NAME);
938 if (pNode != null) {
939 return (XMLUtils.getValueOfValueNode(pNode));
945 Node pNode
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/share/
H A DAuthXMLUtils.java820 Node pNode =
822 if (pNode != null) {
823 String certificate = XMLUtils.getValueOfValueNode(pNode);
913 Node pNode = XMLUtils.getChildNode(node, AuthXMLTags.REDIRECT_URL);
914 if (pNode != null) {
915 return (XMLUtils.getValueOfValueNode(pNode));
937 Node pNode = XMLUtils.getChildNode(node, AuthXMLTags.REDIRECT_NAME);
938 if (pNode != null) {
939 return (XMLUtils.getValueOfValueNode(pNode));
945 Node pNode
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/
H A DPolicyUtils.java264 * @param pNode the XML DOM node for the environment parameters.
269 public static Map parseEnvParameters(Node pNode) argument
273 Set nodeSet = XMLUtils.getChildNodes(pNode, ATTRIBUTE_VALUE_PAIR);
314 * @param pNode the XML DOM node for the response attributes
319 public static Set parseResponseAttributes(Node pNode) argument
322 Set nodeSet = XMLUtils.getChildNodes(pNode, ATTRIBUTE);
355 * @param pNode the XML DOM node containing Attribute-Value pairs
360 public static Map parseAttributeValuePairs(Node pNode) { argument
362 Set nodeSet = XMLUtils.getChildNodes(pNode, ATTRIBUTE_VALUE_PAIR);
395 * @param pNode th
399 getAttributeName(Node pNode) argument
427 getAttributeValues(Node pNode) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/
H A DPolicyUtils.java264 * @param pNode the XML DOM node for the environment parameters.
269 public static Map parseEnvParameters(Node pNode) argument
273 Set nodeSet = XMLUtils.getChildNodes(pNode, ATTRIBUTE_VALUE_PAIR);
314 * @param pNode the XML DOM node for the response attributes
319 public static Set parseResponseAttributes(Node pNode) argument
322 Set nodeSet = XMLUtils.getChildNodes(pNode, ATTRIBUTE);
355 * @param pNode the XML DOM node containing Attribute-Value pairs
360 public static Map parseAttributeValuePairs(Node pNode) { argument
362 Set nodeSet = XMLUtils.getChildNodes(pNode, ATTRIBUTE_VALUE_PAIR);
395 * @param pNode th
399 getAttributeName(Node pNode) argument
427 getAttributeValues(Node pNode) argument
[all...]

Completed in 62 milliseconds