Searched refs:SECONDS_UNTIL_UNLOCK (Results 1 - 24 of 24) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DAccountStatusNotificationProperty.java72 SECONDS_UNTIL_UNLOCK("seconds-until-unlock"), enum constant in enum:AccountStatusNotificationProperty
178 return SECONDS_UNTIL_UNLOCK;
H A DAccountStatusNotification.java253 props.put(SECONDS_UNTIL_UNLOCK, propList);
/forgerock/opendj2/src/server/org/opends/server/types/
H A DAccountStatusNotificationProperty.java71 SECONDS_UNTIL_UNLOCK("seconds-until-unlock"), enum constant in enum:AccountStatusNotificationProperty
177 return SECONDS_UNTIL_UNLOCK;
H A DAccountStatusNotification.java252 props.put(SECONDS_UNTIL_UNLOCK, propList);
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DAccountStatusNotificationProperty.java72 SECONDS_UNTIL_UNLOCK("seconds-until-unlock"), enum constant in enum:AccountStatusNotificationProperty
178 return SECONDS_UNTIL_UNLOCK;
H A DAccountStatusNotification.java253 props.put(SECONDS_UNTIL_UNLOCK, propList);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DAccountStatusNotificationProperty.java72 SECONDS_UNTIL_UNLOCK("seconds-until-unlock"), enum constant in enum:AccountStatusNotificationProperty
178 return SECONDS_UNTIL_UNLOCK;
H A DAccountStatusNotification.java253 props.put(SECONDS_UNTIL_UNLOCK, propList);
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DAccountStatusNotificationProperty.java71 SECONDS_UNTIL_UNLOCK("seconds-until-unlock"), enum constant in enum:AccountStatusNotificationProperty
177 return SECONDS_UNTIL_UNLOCK;
H A DAccountStatusNotification.java252 props.put(SECONDS_UNTIL_UNLOCK, propList);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DAccountStatusNotificationProperty.java69 SECONDS_UNTIL_UNLOCK("seconds-until-unlock"), enum constant in enum:AccountStatusNotificationProperty
175 return SECONDS_UNTIL_UNLOCK;
H A DAccountStatusNotification.java244 props.put(SECONDS_UNTIL_UNLOCK, newArrayList(String.valueOf(secondsUntilUnlock)));
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DTestAccountStatusNotificationHandler.java100 SECONDS_UNTIL_UNLOCK));
H A DErrorLogAccountStatusNotificationHandlerTestCase.java276 notificationProperties.put(SECONDS_UNTIL_UNLOCK, propList);
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DTestAccountStatusNotificationHandler.java99 SECONDS_UNTIL_UNLOCK));
H A DErrorLogAccountStatusNotificationHandlerTestCase.java275 notificationProperties.put(SECONDS_UNTIL_UNLOCK, propList);
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DTestAccountStatusNotificationHandler.java100 SECONDS_UNTIL_UNLOCK));
H A DErrorLogAccountStatusNotificationHandlerTestCase.java276 notificationProperties.put(SECONDS_UNTIL_UNLOCK, propList);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DTestAccountStatusNotificationHandler.java99 SECONDS_UNTIL_UNLOCK));
H A DErrorLogAccountStatusNotificationHandlerTestCase.java275 notificationProperties.put(SECONDS_UNTIL_UNLOCK, propList);
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DTestAccountStatusNotificationHandler.java100 SECONDS_UNTIL_UNLOCK));
H A DErrorLogAccountStatusNotificationHandlerTestCase.java276 notificationProperties.put(SECONDS_UNTIL_UNLOCK, propList);
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/extensions/
H A DTestAccountStatusNotificationHandler.java91 SECONDS_UNTIL_UNLOCK));
H A DErrorLogAccountStatusNotificationHandlerTestCase.java256 notificationProperties.put(SECONDS_UNTIL_UNLOCK, newArrayList("300"));

Completed in 189 milliseconds