Searched defs:recipient (Results 1 - 17 of 17) sorted by relevance

/forgerock/openam/openam-push-notification/src/main/java/org/forgerock/openam/services/push/
H A DPushMessage.java30 private final String recipient; field in class:PushMessage
37 * @param recipient To whom the message will be addressed. May not be null.
43 public PushMessage(String recipient, String body, String subject, String messageId) { argument
44 Reject.ifNull(recipient);
48 this.recipient = recipient;
61 * @param recipient To whom the message will be addressed. May not be null.
65 public PushMessage(String recipient, String body, String subject) { argument
66 this(recipient, body, subject, null);
70 * Retrieve the recipient o
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/profile/
H A DRequestSecurityTokenResponse.java51 protected String recipient = null; field in class:RequestSecurityTokenResponse
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/profile/
H A DRequestSecurityTokenResponse.java51 protected String recipient = null; field in class:RequestSecurityTokenResponse
/forgerock/opendj-b2.6/src/server/org/opends/server/util/
H A DEMailMessage.java111 * @param recipient The address of the recipient for the message.
114 public EMailMessage(String sender, String recipient, String subject) argument
120 recipients.add(recipient);
200 * Adds the specified recipient to this message.
202 * @param recipient The recipient to add to this message.
204 public void addRecipient(String recipient) argument
206 recipients.add(recipient);
350 * Attempts to send this message to the intended recipient(
[all...]
/forgerock/opendj2/src/server/org/opends/server/util/
H A DEMailMessage.java110 * @param recipient The address of the recipient for the message.
113 public EMailMessage(String sender, String recipient, String subject) argument
119 recipients.add(recipient);
199 * Adds the specified recipient to this message.
201 * @param recipient The recipient to add to this message.
203 public void addRecipient(String recipient) argument
205 recipients.add(recipient);
349 * Attempts to send this message to the intended recipient(
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/util/
H A DEMailMessage.java111 * @param recipient The address of the recipient for the message.
114 public EMailMessage(String sender, String recipient, String subject) argument
120 recipients.add(recipient);
200 * Adds the specified recipient to this message.
202 * @param recipient The recipient to add to this message.
204 public void addRecipient(String recipient) argument
206 recipients.add(recipient);
350 * Attempts to send this message to the intended recipient(
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/
H A DEMailMessage.java111 * @param recipient The address of the recipient for the message.
114 public EMailMessage(String sender, String recipient, String subject) argument
120 recipients.add(recipient);
200 * Adds the specified recipient to this message.
202 * @param recipient The recipient to add to this message.
204 public void addRecipient(String recipient) argument
206 recipients.add(recipient);
350 * Attempts to send this message to the intended recipient(
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/util/
H A DEMailMessage.java110 * @param recipient The address of the recipient for the message.
113 public EMailMessage(String sender, String recipient, String subject) argument
119 recipients.add(recipient);
199 * Adds the specified recipient to this message.
201 * @param recipient The recipient to add to this message.
203 public void addRecipient(String recipient) argument
205 recipients.add(recipient);
349 * Attempts to send this message to the intended recipient(
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/protocol/
H A DAbstractResponse.java56 protected String recipient = null; field in class:AbstractResponse
231 * Gets the recipient of the Response.
236 return recipient;
242 * @param recipient A String representing the Recipient attribute of the
246 public boolean setRecipient(String recipient) { argument
250 if ((recipient == null) || (recipient.length() == 0)) {
253 this.recipient = recipient;
H A DResponse.java152 String recipient,
168 this.recipient = recipient;
231 * @param recipient The intended recipient of the response. It could be
240 String recipient,
243 buildResponse(responseID, inResponseTo, status, recipient, contents);
255 * @param recipient The intended recipient of the response. It could be
263 String recipient,
149 buildResponse(String responseID, String inResponseTo, Status status, String recipient, List contents) argument
237 Response(String responseID, String inResponseTo, Status status, String recipient, List contents) argument
261 Response(String responseID, Status status, String recipient, List contents) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/util/
H A DEMailMessage.java110 * @param recipient The address of the recipient for the message.
113 public EMailMessage(String sender, String recipient, String subject) argument
118 recipients = CollectionUtils.newArrayList(recipient);
198 * Adds the specified recipient to this message.
200 * @param recipient The recipient to add to this message.
202 public void addRecipient(String recipient) argument
204 recipients.add(recipient);
367 * Attempts to send this message to the intended recipient(
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/protocol/
H A DAbstractResponse.java56 protected String recipient = null; field in class:AbstractResponse
231 * Gets the recipient of the Response.
236 return recipient;
242 * @param recipient A String representing the Recipient attribute of the
246 public boolean setRecipient(String recipient) { argument
250 if ((recipient == null) || (recipient.length() == 0)) {
253 this.recipient = recipient;
H A DResponse.java151 String recipient,
167 this.recipient = recipient;
230 * @param recipient The intended recipient of the response. It could be
239 String recipient,
242 buildResponse(responseID, inResponseTo, status, recipient, contents);
254 * @param recipient The intended recipient of the response. It could be
262 String recipient,
148 buildResponse(String responseID, String inResponseTo, Status status, String recipient, List contents) argument
236 Response(String responseID, String inResponseTo, Status status, String recipient, List contents) argument
260 Response(String responseID, Status status, String recipient, List contents) argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/servlet/
H A DSAMLSOAPReceiver.java374 String recipient= remoteAddr;
389 new Response(respID, inResponseTo, status, recipient,
433 recipient,contents);
456 new Response(respID,inResponseTo, status, recipient,
480 new Response(respID,inResponseTo, status, recipient,
501 status, recipient, contents);
521 recipient, contents);
542 status, recipient, contents);
570 status, recipient, contents);
595 status, recipient, content
1007 validateStatements(Assertion assertion, List respondWith, List contents,int index, String respID, String inResponseTo, String recipient) argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/impl/
H A DSubjectConfirmationDataImpl.java68 private String recipient = null; field in class:SubjectConfirmationDataImpl
174 recipient = attrValue;
298 return recipient;
317 recipient = value;
475 if (recipient != null) {
477 xml.append(recipient);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/servlet/
H A DSAMLSOAPReceiver.java374 String recipient= remoteAddr;
389 new Response(respID, inResponseTo, status, recipient,
433 recipient,contents);
456 new Response(respID,inResponseTo, status, recipient,
480 new Response(respID,inResponseTo, status, recipient,
501 status, recipient, contents);
521 recipient, contents);
542 status, recipient, contents);
570 status, recipient, contents);
595 status, recipient, content
1007 validateStatements(Assertion assertion, List respondWith, List contents,int index, String respID, String inResponseTo, String recipient) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/impl/
H A DSubjectConfirmationDataImpl.java68 private String recipient = null; field in class:SubjectConfirmationDataImpl
174 recipient = attrValue;
298 return recipient;
317 recipient = value;
475 if (recipient != null) {
477 xml.append(recipient);

Completed in 151 milliseconds