Searched refs:mailer (Results 1 - 11 of 11) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DEmailNotificationHelper.java81 private AMSendMail mailer = null; field in class:EmailNotificationHelper
96 mailer = new AMSendMail();
157 mailer.postMail(to, subject, message, from, charset);
400 mailer.postMail(to, sub, msgSB.toString(), from,
H A DComplianceServicesImpl.java686 EmailNotificationHelper mailer = null;
699 mailer = new EmailNotificationHelper(profileDN);
700 if (mailer != null) {
701 mailer.setUserDeleteNotificationList();
704 if (mailer.isPresentUserDeleteNotificationList()) {
705 mailer.sendUserDeleteNotification(attributes);
H A DDirectoryServicesImpl.java1690 EmailNotificationHelper mailer = null;
1700 mailer = new EmailNotificationHelper(entryDN);
1701 mailer.setUserDeleteNotificationList();
1705 || (mailer != null && mailer
1752 if (mailer != null && mailer.isPresentUserDeleteNotificationList())
1754 mailer.sendUserDeleteNotification(attributes);
2459 EmailNotificationHelper mailer = null;
2489 mailer
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DEmailNotificationHelper.java81 private AMSendMail mailer = null; field in class:EmailNotificationHelper
96 mailer = new AMSendMail();
157 mailer.postMail(to, subject, message, from, charset);
400 mailer.postMail(to, sub, msgSB.toString(), from,
H A DComplianceServicesImpl.java686 EmailNotificationHelper mailer = null;
699 mailer = new EmailNotificationHelper(profileDN);
700 if (mailer != null) {
701 mailer.setUserDeleteNotificationList();
704 if (mailer.isPresentUserDeleteNotificationList()) {
705 mailer.sendUserDeleteNotification(attributes);
H A DDirectoryServicesImpl.java1690 EmailNotificationHelper mailer = null;
1700 mailer = new EmailNotificationHelper(entryDN);
1701 mailer.setUserDeleteNotificationList();
1705 || (mailer != null && mailer
1752 if (mailer != null && mailer.isPresentUserDeleteNotificationList())
1754 mailer.sendUserDeleteNotification(attributes);
2459 EmailNotificationHelper mailer = null;
2489 mailer
[all...]
/forgerock/opendj2/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj-b2.6/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj2.6.2/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj2-hg/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 65 milliseconds