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

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DEmailNotificationHelper.java91 private Set modifyNotifyList = Collections.EMPTY_SET; field in class:EmailNotificationHelper
194 modifyNotifyList = getNotificationList(USER_MODIFY_NOTIFICATION_LIST);
206 return (modifyNotifyList != null && !modifyNotifyList.isEmpty());
265 if (modifyNotifyList == null || modifyNotifyList.isEmpty()) {
274 Iterator iter = modifyNotifyList.iterator();
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DEmailNotificationHelper.java91 private Set modifyNotifyList = Collections.EMPTY_SET; field in class:EmailNotificationHelper
194 modifyNotifyList = getNotificationList(USER_MODIFY_NOTIFICATION_LIST);
206 return (modifyNotifyList != null && !modifyNotifyList.isEmpty());
265 if (modifyNotifyList == null || modifyNotifyList.isEmpty()) {
274 Iterator iter = modifyNotifyList.iterator();

Completed in 29 milliseconds