Searched refs:createNotifyList (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DEmailNotificationHelper.java87 private Set createNotifyList = Collections.EMPTY_SET; field in class:EmailNotificationHelper
186 createNotifyList = getNotificationList(USER_CREATE_NOTIFICATION_LIST);
198 return (createNotifyList != null && !createNotifyList.isEmpty());
218 if (createNotifyList != null && !createNotifyList.isEmpty()) {
219 sendEmail(createNotifyList, attributes, "497", "490", "493");
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DEmailNotificationHelper.java87 private Set createNotifyList = Collections.EMPTY_SET; field in class:EmailNotificationHelper
186 createNotifyList = getNotificationList(USER_CREATE_NOTIFICATION_LIST);
198 return (createNotifyList != null && !createNotifyList.isEmpty());
218 if (createNotifyList != null && !createNotifyList.isEmpty()) {
219 sendEmail(createNotifyList, attributes, "497", "490", "493");

Completed in 21 milliseconds