Searched refs:notificationType (Results 1 - 25 of 37) sorted by relevance

12

/forgerock/openidm-v4/openidm-ui/openidm-ui-common/src/main/js/org/forgerock/openidm/ui/common/workflow/processes/customview/
H A DSendNotificationProcess.js36 var nTypes, notificationType;
41 for (notificationType in conf.globalData.notificationTypes) {
42 nTypes[notificationType] = $.t(conf.globalData.notificationTypes[notificationType].name);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/share/
H A DSessionNotification.java79 private int notificationType; field in class:SessionNotification
99 notificationType = type;
183 notificationType = type;
192 return notificationType;
227 xml.append("<Type>").append(Integer.toString(notificationType)).append(
/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/share/
H A DSessionNotification.java79 private int notificationType; field in class:SessionNotification
99 notificationType = type;
183 notificationType = type;
192 return notificationType;
227 xml.append("<Type>").append(Integer.toString(notificationType)).append(
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/remote/
H A DPolicyNotification.java87 private int notificationType = 0; field in class:PolicyNotification
103 return notificationType;
112 notificationType = nt;
212 if (notificationType == POLICY_CHANGE_TYPE) {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/remote/
H A DPolicyNotification.java87 private int notificationType = 0; field in class:PolicyNotification
103 return notificationType;
112 notificationType = nt;
212 if (notificationType == POLICY_CHANGE_TYPE) {
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DAccountStatusNotification.java60 private AccountStatusNotificationType notificationType; field in class:AccountStatusNotification
80 * @param notificationType The type for this account status
91 AccountStatusNotificationType notificationType,
96 this.notificationType = notificationType;
123 return notificationType;
323 notificationType.getName() + ",dn=" + userEntry.getDN() +
90 AccountStatusNotification( AccountStatusNotificationType notificationType, Entry userEntry, Message message, Map<AccountStatusNotificationProperty,List<String>> notificationProperties) argument
/forgerock/opendj2/src/server/org/opends/server/types/
H A DAccountStatusNotification.java59 private AccountStatusNotificationType notificationType; field in class:AccountStatusNotification
79 * @param notificationType The type for this account status
90 AccountStatusNotificationType notificationType,
95 this.notificationType = notificationType;
122 return notificationType;
322 notificationType.getName() + ",dn=" + userEntry.getDN() +
89 AccountStatusNotification( AccountStatusNotificationType notificationType, Entry userEntry, Message message, Map<AccountStatusNotificationProperty,List<String>> notificationProperties) argument
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DAccountStatusNotification.java60 private AccountStatusNotificationType notificationType; field in class:AccountStatusNotification
80 * @param notificationType The type for this account status
91 AccountStatusNotificationType notificationType,
96 this.notificationType = notificationType;
123 return notificationType;
323 notificationType.getName() + ",dn=" + userEntry.getDN() +
90 AccountStatusNotification( AccountStatusNotificationType notificationType, Entry userEntry, Message message, Map<AccountStatusNotificationProperty,List<String>> notificationProperties) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DAccountStatusNotification.java60 private AccountStatusNotificationType notificationType; field in class:AccountStatusNotification
80 * @param notificationType The type for this account status
91 AccountStatusNotificationType notificationType,
96 this.notificationType = notificationType;
123 return notificationType;
323 notificationType.getName() + ",dn=" + userEntry.getDN() +
90 AccountStatusNotification( AccountStatusNotificationType notificationType, Entry userEntry, Message message, Map<AccountStatusNotificationProperty,List<String>> notificationProperties) argument
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DAccountStatusNotification.java59 private AccountStatusNotificationType notificationType; field in class:AccountStatusNotification
79 * @param notificationType The type for this account status
90 AccountStatusNotificationType notificationType,
95 this.notificationType = notificationType;
122 return notificationType;
322 notificationType.getName() + ",dn=" + userEntry.getDN() +
89 AccountStatusNotification( AccountStatusNotificationType notificationType, Entry userEntry, Message message, Map<AccountStatusNotificationProperty,List<String>> notificationProperties) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DAccountStatusNotification.java56 private AccountStatusNotificationType notificationType; field in class:AccountStatusNotification
80 * @param notificationType The type for this account status
91 AccountStatusNotificationType notificationType,
96 this.notificationType = notificationType;
121 return notificationType;
300 notificationType.getName() + ",dn=" + userEntry.getName() +
90 AccountStatusNotification( AccountStatusNotificationType notificationType, Entry userEntry, LocalizableMessage message, Map<AccountStatusNotificationProperty,List<String>> notificationProperties) argument
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DErrorLogAccountStatusNotificationHandlerTestCase.java227 * @param notificationType The account status notification type to be
234 AccountStatusNotificationType notificationType)
272 if (notificationType == ACCOUNT_TEMPORARILY_LOCKED)
286 else if (notificationType == PASSWORD_EXPIRING)
300 else if ((notificationType == PASSWORD_CHANGED) ||
301 (notificationType == PASSWORD_RESET))
314 new AccountStatusNotification(notificationType, userEntry,
233 testHandleStatusNotification( AccountStatusNotificationType notificationType) argument
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DErrorLogAccountStatusNotificationHandlerTestCase.java226 * @param notificationType The account status notification type to be
233 AccountStatusNotificationType notificationType)
271 if (notificationType == ACCOUNT_TEMPORARILY_LOCKED)
285 else if (notificationType == PASSWORD_EXPIRING)
299 else if ((notificationType == PASSWORD_CHANGED) ||
300 (notificationType == PASSWORD_RESET))
313 new AccountStatusNotification(notificationType, userEntry,
232 testHandleStatusNotification( AccountStatusNotificationType notificationType) argument
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DErrorLogAccountStatusNotificationHandlerTestCase.java227 * @param notificationType The account status notification type to be
234 AccountStatusNotificationType notificationType)
272 if (notificationType == ACCOUNT_TEMPORARILY_LOCKED)
286 else if (notificationType == PASSWORD_EXPIRING)
300 else if ((notificationType == PASSWORD_CHANGED) ||
301 (notificationType == PASSWORD_RESET))
314 new AccountStatusNotification(notificationType, userEntry,
233 testHandleStatusNotification( AccountStatusNotificationType notificationType) argument
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DErrorLogAccountStatusNotificationHandlerTestCase.java226 * @param notificationType The account status notification type to be
233 AccountStatusNotificationType notificationType)
271 if (notificationType == ACCOUNT_TEMPORARILY_LOCKED)
285 else if (notificationType == PASSWORD_EXPIRING)
299 else if ((notificationType == PASSWORD_CHANGED) ||
300 (notificationType == PASSWORD_RESET))
313 new AccountStatusNotification(notificationType, userEntry,
232 testHandleStatusNotification( AccountStatusNotificationType notificationType) argument
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DErrorLogAccountStatusNotificationHandlerTestCase.java227 * @param notificationType The account status notification type to be
234 AccountStatusNotificationType notificationType)
272 if (notificationType == ACCOUNT_TEMPORARILY_LOCKED)
286 else if (notificationType == PASSWORD_EXPIRING)
300 else if ((notificationType == PASSWORD_CHANGED) ||
301 (notificationType == PASSWORD_RESET))
314 new AccountStatusNotification(notificationType, userEntry,
233 testHandleStatusNotification( AccountStatusNotificationType notificationType) argument
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/extensions/
H A DErrorLogAccountStatusNotificationHandlerTestCase.java218 * @param notificationType The account status notification type to be
225 AccountStatusNotificationType notificationType)
254 if (notificationType == ACCOUNT_TEMPORARILY_LOCKED)
262 else if (notificationType == PASSWORD_EXPIRING)
270 else if (notificationType == PASSWORD_CHANGED ||
271 notificationType == PASSWORD_RESET)
279 new AccountStatusNotification(notificationType, userEntry,
224 testHandleStatusNotification( AccountStatusNotificationType notificationType) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DSMTPAccountStatusNotificationHandler.java500 AccountStatusNotificationType notificationType =
503 templates.get(notificationType);
509 notificationType.getName());
597 String subject = subjects.get(notificationType);
651 notificationType.getName(), notification.getUserDN(), getExceptionMessage(e));
/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DSMTPAccountStatusNotificationHandler.java538 AccountStatusNotificationType notificationType =
541 templates.get(notificationType);
547 notificationType.getName());
636 String subject = subjects.get(notificationType);
687 logError(ERR_SMTP_ASNH_CANNOT_SEND_MESSAGE.get(notificationType.getName(),
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DSMTPAccountStatusNotificationHandler.java537 AccountStatusNotificationType notificationType =
540 templates.get(notificationType);
546 notificationType.getName());
635 String subject = subjects.get(notificationType);
686 logError(ERR_SMTP_ASNH_CANNOT_SEND_MESSAGE.get(notificationType.getName(),
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DSMTPAccountStatusNotificationHandler.java538 AccountStatusNotificationType notificationType =
541 templates.get(notificationType);
547 notificationType.getName());
636 String subject = subjects.get(notificationType);
687 logError(ERR_SMTP_ASNH_CANNOT_SEND_MESSAGE.get(notificationType.getName(),
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DSMTPAccountStatusNotificationHandler.java561 AccountStatusNotificationType notificationType =
564 templates.get(notificationType);
570 + notificationType.getName());
658 for (NotificationMessageTemplateElement e : subjects.get(notificationType))
699 logError(ERR_SMTP_ASNH_CANNOT_SEND_MESSAGE.get(notificationType.getName(),
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DSMTPAccountStatusNotificationHandler.java537 AccountStatusNotificationType notificationType =
540 templates.get(notificationType);
546 notificationType.getName());
635 String subject = subjects.get(notificationType);
686 logError(ERR_SMTP_ASNH_CANNOT_SEND_MESSAGE.get(notificationType.getName(),
/forgerock/opendj-b2.6/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendBindOperation.java839 AccountStatusNotificationType notificationType;
846 notificationType =
855 notificationType =
861 pwPolicyState.generateAccountStatusNotification(notificationType,
/forgerock/opendj2/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendBindOperation.java838 AccountStatusNotificationType notificationType;
845 notificationType =
854 notificationType =
860 pwPolicyState.generateAccountStatusNotification(notificationType,

Completed in 299 milliseconds

12