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

/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DAccountStatusNotificationProperty.java82 TIME_UNTIL_UNLOCK("time-until-unlock"), enum constant in enum:AccountStatusNotificationProperty
182 return TIME_UNTIL_UNLOCK;
H A DAccountStatusNotification.java258 props.put(TIME_UNTIL_UNLOCK, propList);
/forgerock/opendj2/src/server/org/opends/server/types/
H A DAccountStatusNotificationProperty.java81 TIME_UNTIL_UNLOCK("time-until-unlock"), enum constant in enum:AccountStatusNotificationProperty
181 return TIME_UNTIL_UNLOCK;
H A DAccountStatusNotification.java257 props.put(TIME_UNTIL_UNLOCK, propList);
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DAccountStatusNotificationProperty.java82 TIME_UNTIL_UNLOCK("time-until-unlock"), enum constant in enum:AccountStatusNotificationProperty
182 return TIME_UNTIL_UNLOCK;
H A DAccountStatusNotification.java258 props.put(TIME_UNTIL_UNLOCK, propList);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DAccountStatusNotificationProperty.java82 TIME_UNTIL_UNLOCK("time-until-unlock"), enum constant in enum:AccountStatusNotificationProperty
182 return TIME_UNTIL_UNLOCK;
H A DAccountStatusNotification.java258 props.put(TIME_UNTIL_UNLOCK, propList);
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DAccountStatusNotificationProperty.java81 TIME_UNTIL_UNLOCK("time-until-unlock"), enum constant in enum:AccountStatusNotificationProperty
181 return TIME_UNTIL_UNLOCK;
H A DAccountStatusNotification.java257 props.put(TIME_UNTIL_UNLOCK, propList);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DAccountStatusNotificationProperty.java79 TIME_UNTIL_UNLOCK("time-until-unlock"), enum constant in enum:AccountStatusNotificationProperty
179 return TIME_UNTIL_UNLOCK;
H A DAccountStatusNotification.java247 props.put(TIME_UNTIL_UNLOCK, newArrayList(string));
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DTestAccountStatusNotificationHandler.java102 notification.getNotificationProperties().get(TIME_UNTIL_UNLOCK));
H A DErrorLogAccountStatusNotificationHandlerTestCase.java280 notificationProperties.put(TIME_UNTIL_UNLOCK, propList);
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DTestAccountStatusNotificationHandler.java101 notification.getNotificationProperties().get(TIME_UNTIL_UNLOCK));
H A DErrorLogAccountStatusNotificationHandlerTestCase.java279 notificationProperties.put(TIME_UNTIL_UNLOCK, propList);
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DTestAccountStatusNotificationHandler.java102 notification.getNotificationProperties().get(TIME_UNTIL_UNLOCK));
H A DErrorLogAccountStatusNotificationHandlerTestCase.java280 notificationProperties.put(TIME_UNTIL_UNLOCK, propList);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DTestAccountStatusNotificationHandler.java101 notification.getNotificationProperties().get(TIME_UNTIL_UNLOCK));
H A DErrorLogAccountStatusNotificationHandlerTestCase.java279 notificationProperties.put(TIME_UNTIL_UNLOCK, propList);
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DTestAccountStatusNotificationHandler.java102 notification.getNotificationProperties().get(TIME_UNTIL_UNLOCK));
H A DErrorLogAccountStatusNotificationHandlerTestCase.java280 notificationProperties.put(TIME_UNTIL_UNLOCK, propList);
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/extensions/
H A DTestAccountStatusNotificationHandler.java93 notification.getNotificationProperties().get(TIME_UNTIL_UNLOCK));
H A DErrorLogAccountStatusNotificationHandlerTestCase.java257 notificationProperties.put(TIME_UNTIL_UNLOCK, newArrayList("5 minutes"));

Completed in 253 milliseconds