Searched defs:notificationType (Results 1 - 23 of 23) sorted by relevance

/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-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/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/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/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/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/opendj-b2.6/src/server/org/opends/server/core/
H A DPasswordPolicyState.java3614 * @param notificationType The type for the account status
3623 AccountStatusNotificationType notificationType,
3629 notificationType, userEntry, message, notificationProperties));
3622 generateAccountStatusNotification( AccountStatusNotificationType notificationType, Entry userEntry, Message message, Map<AccountStatusNotificationProperty,List<String>> notificationProperties) argument
/forgerock/opendj2/src/server/org/opends/server/core/
H A DPasswordPolicyState.java3652 * @param notificationType The type for the account status
3661 AccountStatusNotificationType notificationType,
3667 notificationType, userEntry, message, notificationProperties));
3660 generateAccountStatusNotification( AccountStatusNotificationType notificationType, Entry userEntry, Message message, Map<AccountStatusNotificationProperty,List<String>> notificationProperties) argument
/forgerock/opendj2.6.2/src/server/org/opends/server/core/
H A DPasswordPolicyState.java3614 * @param notificationType The type for the account status
3623 AccountStatusNotificationType notificationType,
3629 notificationType, userEntry, message, notificationProperties));
3622 generateAccountStatusNotification( AccountStatusNotificationType notificationType, Entry userEntry, Message message, Map<AccountStatusNotificationProperty,List<String>> notificationProperties) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/
H A DPasswordPolicyState.java3614 * @param notificationType The type for the account status
3623 AccountStatusNotificationType notificationType,
3629 notificationType, userEntry, message, notificationProperties));
3622 generateAccountStatusNotification( AccountStatusNotificationType notificationType, Entry userEntry, Message message, Map<AccountStatusNotificationProperty,List<String>> notificationProperties) argument
/forgerock/opendj2-hg/src/server/org/opends/server/core/
H A DPasswordPolicyState.java3652 * @param notificationType The type for the account status
3661 AccountStatusNotificationType notificationType,
3667 notificationType, userEntry, message, notificationProperties));
3660 generateAccountStatusNotification( AccountStatusNotificationType notificationType, Entry userEntry, Message message, Map<AccountStatusNotificationProperty,List<String>> notificationProperties) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/workflowelement/localbackend/
H A DLocalBackendModifyOperation.java1640 AccountStatusNotificationType notificationType, LocalizableMessage message)
1642 pwPolicyState.generateAccountStatusNotification(notificationType, modifiedEntry, message,
1647 AccountStatusNotificationType notificationType, LocalizableMessage message)
1649 pwPolicyState.generateAccountStatusNotification(notificationType, modifiedEntry, message,
1639 generateAccountStatusNotificationNoPwds( AccountStatusNotificationType notificationType, LocalizableMessage message) argument
1646 generateAccountStatusNotificationForPwds( AccountStatusNotificationType notificationType, LocalizableMessage message) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/
H A DPasswordPolicyState.java2990 * @param notificationType The type for the account status notification.
2996 AccountStatusNotificationType notificationType,
3001 new AccountStatusNotification(notificationType, userEntry, message, notificationProperties));
2995 generateAccountStatusNotification( AccountStatusNotificationType notificationType, Entry userEntry, LocalizableMessage message, Map<AccountStatusNotificationProperty,List<String>> notificationProperties) argument

Completed in 527 milliseconds