Searched defs:pNode (Results 1 - 16 of 16) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/remote/
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);
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 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 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 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 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 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);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/remote/
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);
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 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 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 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 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 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);
/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 34 milliseconds