Searched defs:toXMLString (Results 101 - 125 of 365) sorted by relevance

1234567891011>>

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/context/
H A DStatusCode.java88 public String toXMLString() throws XACMLException; method in interface:StatusCode
99 public String toXMLString(boolean includeNSPrefix, boolean declareNS) method in interface:StatusCode
H A DSubject.java119 public String toXMLString(boolean includeNSPrefix, boolean declareNS) method in interface:Subject
128 public String toXMLString() throws XACMLException; method in interface:Subject
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/context/impl/
H A DActionImpl.java206 public String toXMLString(boolean includeNSPrefix, boolean declareNS) method in class:ActionImpl
230 sb.append(attr.toXMLString(includeNSPrefix, false));
244 public String toXMLString() throws XACMLException { method in class:ActionImpl
245 return toXMLString(true, false);
H A DDecisionImpl.java144 public String toXMLString() throws XACMLException { method in class:DecisionImpl
145 return toXMLString(true, false);
157 public String toXMLString(boolean includeNSPrefix, boolean declareNS) method in class:DecisionImpl
H A DEnvironmentImpl.java207 public String toXMLString(boolean includeNSPrefix, boolean declareNS) method in class:EnvironmentImpl
231 sb.append(attr.toXMLString(includeNSPrefix, false));
246 public String toXMLString() throws XACMLException { method in class:EnvironmentImpl
247 return toXMLString(true, false);
H A DStatusDetailImpl.java140 public String toXMLString() throws XACMLException { method in class:StatusDetailImpl
141 return toXMLString(true, false);
153 public String toXMLString(boolean includeNSPrefix, boolean declareNS) method in class:StatusDetailImpl
H A DStatusMessageImpl.java135 public String toXMLString() throws XACMLException { method in class:StatusMessageImpl
136 return toXMLString(true, false);
148 public String toXMLString(boolean includeNSPrefix, boolean declareNS) method in class:StatusMessageImpl
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/policy/
H A DObligation.java116 public String toXMLString(boolean includeNSPrefix, boolean declareNS) method in interface:Obligation
125 public String toXMLString() throws XACMLException; method in interface:Obligation
H A DObligations.java82 public String toXMLString(boolean includeNSPrefix, boolean declareNS) method in interface:Obligations
91 public String toXMLString() throws XACMLException; method in interface:Obligations
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/saml2/
H A DXACMLAuthzDecisionQuery.java188 public String toXMLString(boolean includeNSPrefix, boolean declareNS) method in interface:XACMLAuthzDecisionQuery
197 public String toXMLString() throws XACMLException; method in interface:XACMLAuthzDecisionQuery
H A DXACMLAuthzDecisionStatement.java129 public String toXMLString() throws XACMLException; method in interface:XACMLAuthzDecisionStatement
141 public String toXMLString(boolean includeNS, boolean declareNS) method in interface:XACMLAuthzDecisionStatement
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSIDPList.java200 public String toXMLString() throws FSMsgException { method in class:FSIDPList
201 return toXMLString(true, true);
214 public String toXMLString(boolean includeNS, boolean declareNS) method in class:FSIDPList
216 return toXMLString(includeNS, declareNS, false);
231 public String toXMLString(boolean includeNS,boolean declareNS, method in class:FSIDPList
262 xml.append(idpEntries.toXMLString(true, false));
H A DFSScoping.java161 public String toXMLString() throws FSMsgException { method in class:FSScoping
162 return toXMLString(true, true);
175 public String toXMLString(boolean includeNS, boolean declareNS) method in class:FSScoping
194 xml.append(idpList.toXMLString(true, false));
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/common/
H A DIDPEntries.java101 public String toXMLString() throws FSMsgException { method in class:IDPEntries
102 return toXMLString(true, true);
117 public String toXMLString(boolean includeNS, boolean declareNS) method in class:IDPEntries
119 return toXMLString(includeNS, declareNS, false);
135 public String toXMLString(boolean includeNS,boolean declareNS, method in class:IDPEntries
160 xml.append(entry.toXMLString(true, false));
H A DIDPProvidedNameIdentifier.java160 public String toXMLString() throws FSMsgException { method in class:IDPProvidedNameIdentifier
161 String xml = this.toXMLString(true, false);
175 public String toXMLString( method in class:IDPProvidedNameIdentifier
H A DOldProvidedNameIdentifier.java161 public String toXMLString() throws FSMsgException { method in class:OldProvidedNameIdentifier
162 String xml = this.toXMLString(true, false);
177 public String toXMLString(boolean includeNS, boolean declareNS) method in class:OldProvidedNameIdentifier
H A DSPProvidedNameIdentifier.java161 public String toXMLString() throws FSMsgException { method in class:SPProvidedNameIdentifier
162 String xml = this.toXMLString(true, false);
177 public String toXMLString(boolean includeNS, boolean declareNS) method in class:SPProvidedNameIdentifier
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/remote/
H A DAdvicesHandleableByAMResponse.java118 public String toXMLString() { method in class:AdvicesHandleableByAMResponse
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSIDPList.java200 public String toXMLString() throws FSMsgException { method in class:FSIDPList
201 return toXMLString(true, true);
214 public String toXMLString(boolean includeNS, boolean declareNS) method in class:FSIDPList
216 return toXMLString(includeNS, declareNS, false);
231 public String toXMLString(boolean includeNS,boolean declareNS, method in class:FSIDPList
262 xml.append(idpEntries.toXMLString(true, false));
H A DFSScoping.java161 public String toXMLString() throws FSMsgException { method in class:FSScoping
162 return toXMLString(true, true);
175 public String toXMLString(boolean includeNS, boolean declareNS) method in class:FSScoping
194 xml.append(idpList.toXMLString(true, false));
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/common/
H A DIDPEntries.java101 public String toXMLString() throws FSMsgException { method in class:IDPEntries
102 return toXMLString(true, true);
117 public String toXMLString(boolean includeNS, boolean declareNS) method in class:IDPEntries
119 return toXMLString(includeNS, declareNS, false);
135 public String toXMLString(boolean includeNS,boolean declareNS, method in class:IDPEntries
160 xml.append(entry.toXMLString(true, false));
H A DIDPProvidedNameIdentifier.java160 public String toXMLString() throws FSMsgException { method in class:IDPProvidedNameIdentifier
161 String xml = this.toXMLString(true, false);
175 public String toXMLString( method in class:IDPProvidedNameIdentifier
H A DOldProvidedNameIdentifier.java161 public String toXMLString() throws FSMsgException { method in class:OldProvidedNameIdentifier
162 String xml = this.toXMLString(true, false);
177 public String toXMLString(boolean includeNS, boolean declareNS) method in class:OldProvidedNameIdentifier
H A DSPProvidedNameIdentifier.java161 public String toXMLString() throws FSMsgException { method in class:SPProvidedNameIdentifier
162 String xml = this.toXMLString(true, false);
177 public String toXMLString(boolean includeNS, boolean declareNS) method in class:SPProvidedNameIdentifier
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/
H A DAuthnContext.java176 public String toXMLString() method in interface:AuthnContext
189 public String toXMLString(boolean includeNS, boolean declareNS) method in interface:AuthnContext

Completed in 77 milliseconds

1234567891011>>