Searched defs:parseXML (Results 51 - 75 of 102) sorted by relevance

12345

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/remote/
H A DPolicyChangeNotification.java166 public static PolicyChangeNotification parseXML(Node pNode) method in class:PolicyChangeNotification
197 debug.message("PolicyChangeNotification.parseXML: " +
H A DPolicyRequest.java258 public static PolicyRequest parseXML(Node pNode) method in class:PolicyRequest
275 debug.error("PolicyRequest.parseXML(Node): missing attribute " +
287 resourceResultReq = ResourceResultRequest.parseXML(node);
300 plr = PolicyListenerRequest.parseXML(node);
313 rmListenerReq = RemoveListenerRequest.parseXML(node);
H A DPolicyResponse.java246 public static PolicyResponse parseXML(Node pNode) method in class:PolicyResponse
316 .parseXML(node));
H A DPolicyService.java231 public static PolicyService parseXML(String xml) method in class:PolicyService
240 debug.error("PolicyService.parseXML(String): XML parsing error");
270 PolicyRequest preq = PolicyRequest.parseXML(node);
279 PolicyResponse pres = PolicyResponse.parseXML(node);
288 PolicyNotification pn = PolicyNotification.parseXML(node);
H A DResourceResultRequest.java229 public static ResourceResultRequest parseXML(Node pNode) method in class:ResourceResultRequest
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/protocol/
H A DResponse.java300 public static Response parseXML(String xml) throws SAMLException { method in class:Response
320 public static Response parseXML(InputStream is) throws SAMLException { method in class:Response
368 SAMLUtils.debug.message("Response.parseXML: "
H A DRequest.java453 public static Request parseXML(String xml) throws SAMLException { method in class:Request
/forgerock/openam-v13/openam-entitlements/src/main/java/com/sun/identity/entitlement/
H A DWSDLParser.java85 Document root = parseXML(uri);
91 Document root = parseXML(file);
97 Document root = parseXML(is);
130 private Document parseXML(File file) throws EntitlementException { method in class:WSDLParser
141 private Document parseXML(String uri) throws EntitlementException { method in class:WSDLParser
152 private Document parseXML(InputStream is) throws EntitlementException { method in class:WSDLParser
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSAuthnRequestEnvelope.java105 "FSAuthnRequestEnvelope.parseXML: null input.");
112 "FSAuthnRequestEnvelope.parseXML: wrong input.");
333 public static FSAuthnRequestEnvelope parseXML(String xml) method in class:FSAuthnRequestEnvelope
339 "FSAuthnRequestEnvelope.parseXML:Error "
449 return parseXML(decodedAuthnReq);
H A DFSAuthnResponseEnvelope.java84 FSUtils.debug.message("FSAuthnResponseEnvelope.parseXML: "
91 FSUtils.debug.message("FSAuthnResponseEnvelope.parseXML: "
216 public static FSAuthnResponseEnvelope parseXML(String xml) method in class:FSAuthnResponseEnvelope
224 FSUtils.debug.message("FSAuthnResponseEnvelope.parseXML: "
353 return parseXML(decodedAuthnReq);
H A DFSRequest.java180 public static Request parseXML(String xml) throws SAMLException { method in class:FSRequest
H A DFSFederationTerminationNotification.java465 public static FSFederationTerminationNotification parseXML(String xml) method in class:FSFederationTerminationNotification
471 "FSFederationTerminationNotification.parseXML:Error "
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/disco/common/
H A DDiscoSDKUtils.java297 public static Element parseXML(String xmlString) throws DiscoveryException { method in class:DiscoSDKUtils
299 debug.message("DiscoUtils.parseXML: xmlString=" + xmlString);
303 debug.error("DiscoUtils.parseXML: Parsing error.", ex);
/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/share/
H A DSessionNotification.java118 public static SessionNotification parseXML(String xml) { method in class:SessionNotification
120 return parser.parseXML();
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/comm/share/
H A DRequestSet.java121 public static RequestSet parseXML(String xml) { method in class:RequestSet
125 return parser.parseXML();
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/naming/share/
H A DNamingRequest.java105 public static NamingRequest parseXML(String xml) { method in class:NamingRequest
107 return parser.parseXML();
H A DNamingResponse.java106 public static NamingResponse parseXML(String xml) { method in class:NamingResponse
108 return parser.parseXML();
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/remote/
H A DPolicyChangeNotification.java166 public static PolicyChangeNotification parseXML(Node pNode) method in class:PolicyChangeNotification
197 debug.message("PolicyChangeNotification.parseXML: " +
/forgerock/openam/openam-entitlements/src/main/java/com/sun/identity/entitlement/
H A DWSDLParser.java85 Document root = parseXML(uri);
91 Document root = parseXML(file);
97 Document root = parseXML(is);
130 private Document parseXML(File file) throws EntitlementException { method in class:WSDLParser
141 private Document parseXML(String uri) throws EntitlementException { method in class:WSDLParser
152 private Document parseXML(InputStream is) throws EntitlementException { method in class:WSDLParser
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSAuthnRequestEnvelope.java105 "FSAuthnRequestEnvelope.parseXML: null input.");
112 "FSAuthnRequestEnvelope.parseXML: wrong input.");
333 public static FSAuthnRequestEnvelope parseXML(String xml) method in class:FSAuthnRequestEnvelope
339 "FSAuthnRequestEnvelope.parseXML:Error "
449 return parseXML(decodedAuthnReq);
H A DFSAuthnResponseEnvelope.java84 FSUtils.debug.message("FSAuthnResponseEnvelope.parseXML: "
91 FSUtils.debug.message("FSAuthnResponseEnvelope.parseXML: "
216 public static FSAuthnResponseEnvelope parseXML(String xml) method in class:FSAuthnResponseEnvelope
224 FSUtils.debug.message("FSAuthnResponseEnvelope.parseXML: "
353 return parseXML(decodedAuthnReq);
H A DFSRequest.java180 public static Request parseXML(String xml) throws SAMLException { method in class:FSRequest
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/disco/common/
H A DDiscoSDKUtils.java297 public static Element parseXML(String xmlString) throws DiscoveryException { method in class:DiscoSDKUtils
299 debug.message("DiscoUtils.parseXML: xmlString=" + xmlString);
303 debug.error("DiscoUtils.parseXML: Parsing error.", ex);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/protocol/
H A DResponse.java299 public static Response parseXML(String xml) throws SAMLException { method in class:Response
319 public static Response parseXML(InputStream is) throws SAMLException { method in class:Response
367 SAMLUtils.debug.message("Response.parseXML: "
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/share/
H A DSessionResponse.java156 public static SessionResponse parseXML(String xml) throws SessionException { method in class:SessionResponse
158 return parser.parseXML();

Completed in 82 milliseconds

12345