Searched defs:refToMessageID (Results 1 - 8 of 8) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/paos/
H A DPAOSResponse.java49 private String refToMessageID = null; field in class:PAOSResponse
56 * @param refToMessageID the value of the refToMessageID attribute
61 public PAOSResponse(String refToMessageID, Boolean mustUnderstand, argument
64 this.refToMessageID = refToMessageID;
98 * Returns the value of the refToMessageID attribute.
100 * @return the value of the refToMessageID attribute.
104 return refToMessageID;
108 * Sets the value of the refToMessageID attribut
113 setRefToMessageID(String refToMessageID) argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/soapbinding/
H A DCorrelationHeader.java56 private String refToMessageID = null; field in class:CorrelationHeader
92 refToMessageID = XMLUtils.getNodeAttributeValue(
140 * Returns value of <code>refToMessageID</code> attribute.
142 * @return value of <code>refToMessageID</code> attribute
145 return refToMessageID;
203 * Sets value of <code>refToMessageID</code> attribute.
205 * @param refToMessageID value of <code>refToMessageID</code> attribute
208 public void setRefToMessageID(String refToMessageID) { argument
209 this.refToMessageID
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/paos/
H A DPAOSResponse.java49 private String refToMessageID = null; field in class:PAOSResponse
56 * @param refToMessageID the value of the refToMessageID attribute
61 public PAOSResponse(String refToMessageID, Boolean mustUnderstand, argument
64 this.refToMessageID = refToMessageID;
98 * Returns the value of the refToMessageID attribute.
100 * @return the value of the refToMessageID attribute.
104 return refToMessageID;
108 * Sets the value of the refToMessageID attribut
113 setRefToMessageID(String refToMessageID) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/soapbinding/
H A DCorrelationHeader.java59 private String refToMessageID = null; field in class:CorrelationHeader
95 refToMessageID = XMLUtils.getNodeAttributeValue(
143 * Returns value of <code>refToMessageID</code> attribute.
145 * @return value of <code>refToMessageID</code> attribute
148 return refToMessageID;
206 * Sets value of <code>refToMessageID</code> attribute.
208 * @param refToMessageID value of <code>refToMessageID</code> attribute
211 public void setRefToMessageID(String refToMessageID) { argument
212 this.refToMessageID
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/authnsvc/protocol/
H A DSASLRequest.java58 private String refToMessageID = null; field in class:SASLRequest
198 * Returns value of <code>refToMessageID</code> attribute of
200 * @return value of <code>refToMessageID</code> attribute
204 return refToMessageID;
272 * Sets value of <code>refToMessageID</code> attribute of
274 * @param refToMessageID value of <code>refToMessageID</code> attribute
277 public void setRefToMessageID(String refToMessageID) { argument
278 this.refToMessageID = refToMessageID;
[all...]
H A DSASLResponse.java87 private String refToMessageID = null; field in class:SASLResponse
305 * Returns value of <code>refToMessageID</code> attribute of
307 * @return value of <code>refToMessageID</code> attribute
311 return refToMessageID;
389 * Sets value of <code>refToMessageID</code> attribute of
391 * @param refToMessageID value of <code>refToMessageID</code> attribute
394 public void setRefToMessageID(String refToMessageID) { argument
395 this.refToMessageID = refToMessageID;
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/authnsvc/protocol/
H A DSASLRequest.java58 private String refToMessageID = null; field in class:SASLRequest
198 * Returns value of <code>refToMessageID</code> attribute of
200 * @return value of <code>refToMessageID</code> attribute
204 return refToMessageID;
272 * Sets value of <code>refToMessageID</code> attribute of
274 * @param refToMessageID value of <code>refToMessageID</code> attribute
277 public void setRefToMessageID(String refToMessageID) { argument
278 this.refToMessageID = refToMessageID;
[all...]
H A DSASLResponse.java87 private String refToMessageID = null; field in class:SASLResponse
305 * Returns value of <code>refToMessageID</code> attribute of
307 * @return value of <code>refToMessageID</code> attribute
311 return refToMessageID;
389 * Sets value of <code>refToMessageID</code> attribute of
391 * @param refToMessageID value of <code>refToMessageID</code> attribute
394 public void setRefToMessageID(String refToMessageID) { argument
395 this.refToMessageID = refToMessageID;
[all...]

Completed in 26 milliseconds