Searched defs:toXMLString (Results 201 - 225 of 365) sorted by relevance

1234567891011>>

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSNameIdentifierMappingResponse.java371 signatureString = manager.signXML(this.toXMLString(true, true),
392 public String toXMLString() throws FSMsgException { method in class:FSNameIdentifierMappingResponse
393 return toXMLString(true, true);
408 public String toXMLString(boolean includeNS, boolean declareNS) method in class:FSNameIdentifierMappingResponse
410 return toXMLString(includeNS, declareNS, false);
426 public String toXMLString(boolean includeNS, boolean declareNS, method in class:FSNameIdentifierMappingResponse
443 FSUtils.debug.error("FSNameIdentifierMappingResponse.toXMLString:" +
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/common/
H A DAuthnContext.java199 public String toXMLString() throws FSMsgException { method in class:AuthnContext
200 return this.toXMLString(true, true);
214 public String toXMLString(boolean includeNS,boolean declareNS) method in class:AuthnContext
216 return toXMLString(includeNS, declareNS, false);
232 public String toXMLString(boolean includeNS,boolean declareNS, method in class:AuthnContext
H A DExtension.java228 public String toXMLString() throws FSMsgException { method in class:Extension
229 return this.toXMLString(true, false);
242 public String toXMLString(boolean includeNS, boolean declareNS) method in class:Extension
H A DIDPEntry.java147 public String toXMLString() throws FSMsgException { method in class:IDPEntry
148 return toXMLString(true, true);
163 public String toXMLString(boolean includeNS,boolean declareNS) method in class:IDPEntry
165 return toXMLString(includeNS, declareNS, false);
181 public String toXMLString(boolean includeNS,boolean declareNS, method in class:IDPEntry
H A DRequestAuthnContext.java265 public String toXMLString() throws FSMsgException { method in class:RequestAuthnContext
266 return this.toXMLString(true, false);
280 public String toXMLString(boolean includeNS, boolean declareNS) method in class:RequestAuthnContext
282 return toXMLString(includeNS, declareNS, false);
298 public String toXMLString(boolean includeNS, boolean declareNS, method in class:RequestAuthnContext
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/comm/share/
H A DNotificationSet.java157 public String toXMLString() { method in class:NotificationSet
H A DResponseSet.java156 public String toXMLString() { method in class:ResponseSet
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/remote/
H A DPolicyListenerRequest.java167 public String toXMLString() method in class:PolicyListenerRequest
243 Notification notification = new Notification(ps.toXMLString());
252 "the notification set sent is : " + set.toXMLString());
H A DPolicyNotification.java200 public String toXMLString() { method in class:PolicyNotification
213 xmlsb.append(policyChangeNotification.toXMLString());
216 "PolicyNotification.toXMLString(): unknown notification type");
H A DRemoveListenerRequest.java153 public String toXMLString() { method in class:RemoveListenerRequest
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSNameIdentifierMappingRequest.java349 signatureString = manager.signXML(this.toXMLString(true, true),
373 public String toXMLString() throws FSMsgException { method in class:FSNameIdentifierMappingRequest
374 return toXMLString(true, true);
384 public String toXMLString(boolean includeNS, boolean declareNS) method in class:FSNameIdentifierMappingRequest
386 return toXMLString(includeNS, declareNS, false);
402 public String toXMLString(boolean includeNS, boolean declareNS, method in class:FSNameIdentifierMappingRequest
419 FSUtils.debug.error("FSNameIdentifierMappingRequest.toXMLString: " +
H A DFSNameIdentifierMappingResponse.java374 signatureString = manager.signXML(this.toXMLString(true, true),
395 public String toXMLString() throws FSMsgException { method in class:FSNameIdentifierMappingResponse
396 return toXMLString(true, true);
411 public String toXMLString(boolean includeNS, boolean declareNS) method in class:FSNameIdentifierMappingResponse
413 return toXMLString(includeNS, declareNS, false);
429 public String toXMLString(boolean includeNS, boolean declareNS, method in class:FSNameIdentifierMappingResponse
446 FSUtils.debug.error("FSNameIdentifierMappingResponse.toXMLString:" +
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/common/
H A DAuthnContext.java199 public String toXMLString() throws FSMsgException { method in class:AuthnContext
200 return this.toXMLString(true, true);
214 public String toXMLString(boolean includeNS,boolean declareNS) method in class:AuthnContext
216 return toXMLString(includeNS, declareNS, false);
232 public String toXMLString(boolean includeNS,boolean declareNS, method in class:AuthnContext
H A DExtension.java228 public String toXMLString() throws FSMsgException { method in class:Extension
229 return this.toXMLString(true, false);
242 public String toXMLString(boolean includeNS, boolean declareNS) method in class:Extension
H A DIDPEntry.java147 public String toXMLString() throws FSMsgException { method in class:IDPEntry
148 return toXMLString(true, true);
163 public String toXMLString(boolean includeNS,boolean declareNS) method in class:IDPEntry
165 return toXMLString(includeNS, declareNS, false);
181 public String toXMLString(boolean includeNS,boolean declareNS, method in class:IDPEntry
H A DRequestAuthnContext.java265 public String toXMLString() throws FSMsgException { method in class:RequestAuthnContext
266 return this.toXMLString(true, false);
280 public String toXMLString(boolean includeNS, boolean declareNS) method in class:RequestAuthnContext
282 return toXMLString(includeNS, declareNS, false);
298 public String toXMLString(boolean includeNS, boolean declareNS, method in class:RequestAuthnContext
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/paos/
H A DPAOSResponse.java159 public String toXMLString() throws PAOSException { method in class:PAOSResponse
160 return toXMLString(true, false);
172 public String toXMLString(boolean includeNSPrefix,boolean declareNS) method in class:PAOSResponse
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/security/
H A DSessionContext.java316 public String toXMLString() throws ParseException, FSMsgException { method in class:SessionContext
317 return toXMLString(true, false);
335 public String toXMLString(boolean includeNS, boolean declareNS) method in class:SessionContext
365 xml.append(_sessionSubject.toXMLString(includeNS, declareNS));
372 xml.append(_authnContext.toXMLString(includeNS, declareNS));
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/
H A DAdvice.java130 public String toXMLString(boolean includeNSPrefix, boolean declareNS) method in interface:Advice
139 public String toXMLString() throws SAML2Exception; method in interface:Advice
H A DNameIDType.java131 public String toXMLString(boolean includeNSPrefix, boolean declareNS) method in interface:NameIDType
140 public String toXMLString() throws SAML2Exception; method in interface:NameIDType
H A DSubject.java118 public String toXMLString(boolean includeNSPrefix, boolean declareNS) method in interface:Subject
127 public String toXMLString() throws SAML2Exception; method in interface:Subject
H A DSubjectConfirmation.java127 public String toXMLString(boolean includeNSPrefix, boolean declareNS) method in interface:SubjectConfirmation
136 public String toXMLString() throws SAML2Exception; method in interface:SubjectConfirmation
H A DSubjectConfirmationData.java186 public String toXMLString(boolean includeNSPrefix, boolean declareNS) method in interface:SubjectConfirmationData
195 public String toXMLString() throws SAML2Exception; method in interface:SubjectConfirmationData
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/impl/
H A DActionImpl.java241 public String toXMLString() method in class:ActionImpl
244 return this.toXMLString(true, false);
257 public String toXMLString(boolean includeNS, boolean declareNS) method in class:ActionImpl
263 SAML2SDKUtils.debug.message("ActionImpl.toXMLString: "+
272 SAML2SDKUtils.debug.message("ActionImpl.toXMLString: " +
H A DAttributeStatementImpl.java280 public String toXMLString() throws SAML2Exception { method in class:AttributeStatementImpl
281 return this.toXMLString(true, false);
295 public String toXMLString(boolean includeNS, boolean declareNS) throws SAML2Exception { method in class:AttributeStatementImpl
315 toXMLString(includeNS, declareNS));
322 toXMLString(includeNS, declareNS));

Completed in 47 milliseconds

1234567891011>>