Searched defs:notificationSenderAddress (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/backends/task/
H A DTaskBackend.java106 private String notificationSenderAddress; field in class:TaskBackend
210 notificationSenderAddress = cfg.getNotificationSenderAddress();
211 if (notificationSenderAddress == null)
215 notificationSenderAddress = "opendj-task-notification@" +
220 notificationSenderAddress = "opendj-task-notification@opendj.org";
2063 notificationSenderAddress = tmpNotificationAddress;
2108 return notificationSenderAddress;
/forgerock/opendj2-hg/src/server/org/opends/server/backends/task/
H A DTaskBackend.java106 private String notificationSenderAddress; field in class:TaskBackend
210 notificationSenderAddress = cfg.getNotificationSenderAddress();
211 if (notificationSenderAddress == null)
215 notificationSenderAddress = "opendj-task-notification@" +
220 notificationSenderAddress = "opendj-task-notification@opendj.org";
2063 notificationSenderAddress = tmpNotificationAddress;
2108 return notificationSenderAddress;
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/task/
H A DTaskBackend.java112 private String notificationSenderAddress; field in class:TaskBackend
221 notificationSenderAddress = cfg.getNotificationSenderAddress();
222 if (notificationSenderAddress == null)
226 notificationSenderAddress = "opendj-task-notification@" +
231 notificationSenderAddress = "opendj-task-notification@opendj.org";
2192 notificationSenderAddress = tmpNotificationAddress;
2237 return notificationSenderAddress;
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/task/
H A DTaskBackend.java112 private String notificationSenderAddress; field in class:TaskBackend
221 notificationSenderAddress = cfg.getNotificationSenderAddress();
222 if (notificationSenderAddress == null)
226 notificationSenderAddress = "opendj-task-notification@" +
231 notificationSenderAddress = "opendj-task-notification@opendj.org";
2192 notificationSenderAddress = tmpNotificationAddress;
2237 return notificationSenderAddress;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/task/
H A DTaskBackend.java112 private String notificationSenderAddress; field in class:TaskBackend
221 notificationSenderAddress = cfg.getNotificationSenderAddress();
222 if (notificationSenderAddress == null)
226 notificationSenderAddress = "opendj-task-notification@" +
231 notificationSenderAddress = "opendj-task-notification@opendj.org";
2192 notificationSenderAddress = tmpNotificationAddress;
2237 return notificationSenderAddress;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/task/
H A DTaskBackend.java114 private String notificationSenderAddress; field in class:TaskBackend
213 notificationSenderAddress = cfg.getNotificationSenderAddress();
214 if (notificationSenderAddress == null)
218 notificationSenderAddress = "opendj-task-notification@" +
223 notificationSenderAddress = "opendj-task-notification@opendj.org";
1300 notificationSenderAddress = tmpNotificationAddress;
1345 return notificationSenderAddress;

Completed in 81 milliseconds