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

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DEmailNotificationHelper.java161 private Set getNotificationList(String attributeName) { method in class:EmailNotificationHelper
174 debug.error("EmailNotificationHelper.getNotificationList() "
178 debug.error("EmailNotificationHelper.getNotificationList() "
186 createNotifyList = getNotificationList(USER_CREATE_NOTIFICATION_LIST);
190 deleteNotifyList = getNotificationList(USER_DELETE_NOTIFICATION_LIST);
194 modifyNotifyList = getNotificationList(USER_MODIFY_NOTIFICATION_LIST);
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DEmailNotificationHelper.java161 private Set getNotificationList(String attributeName) { method in class:EmailNotificationHelper
174 debug.error("EmailNotificationHelper.getNotificationList() "
178 debug.error("EmailNotificationHelper.getNotificationList() "
186 createNotifyList = getNotificationList(USER_CREATE_NOTIFICATION_LIST);
190 deleteNotifyList = getNotificationList(USER_DELETE_NOTIFICATION_LIST);
194 modifyNotifyList = getNotificationList(USER_MODIFY_NOTIFICATION_LIST);

Completed in 21 milliseconds