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

/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DAccountStatusNotificationProperty.java101 SECONDS_UNTIL_EXPIRATION("seconds-until-expiration"), enum constant in enum:AccountStatusNotificationProperty
190 return SECONDS_UNTIL_EXPIRATION;
H A DAccountStatusNotification.java272 props.put(SECONDS_UNTIL_EXPIRATION, propList);
/forgerock/opendj2/src/server/org/opends/server/types/
H A DAccountStatusNotificationProperty.java100 SECONDS_UNTIL_EXPIRATION("seconds-until-expiration"), enum constant in enum:AccountStatusNotificationProperty
189 return SECONDS_UNTIL_EXPIRATION;
H A DAccountStatusNotification.java271 props.put(SECONDS_UNTIL_EXPIRATION, propList);
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DAccountStatusNotificationProperty.java101 SECONDS_UNTIL_EXPIRATION("seconds-until-expiration"), enum constant in enum:AccountStatusNotificationProperty
190 return SECONDS_UNTIL_EXPIRATION;
H A DAccountStatusNotification.java272 props.put(SECONDS_UNTIL_EXPIRATION, propList);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DAccountStatusNotificationProperty.java101 SECONDS_UNTIL_EXPIRATION("seconds-until-expiration"), enum constant in enum:AccountStatusNotificationProperty
190 return SECONDS_UNTIL_EXPIRATION;
H A DAccountStatusNotification.java272 props.put(SECONDS_UNTIL_EXPIRATION, propList);
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DAccountStatusNotificationProperty.java100 SECONDS_UNTIL_EXPIRATION("seconds-until-expiration"), enum constant in enum:AccountStatusNotificationProperty
189 return SECONDS_UNTIL_EXPIRATION;
H A DAccountStatusNotification.java271 props.put(SECONDS_UNTIL_EXPIRATION, propList);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DAccountStatusNotificationProperty.java98 SECONDS_UNTIL_EXPIRATION("seconds-until-expiration"), enum constant in enum:AccountStatusNotificationProperty
187 return SECONDS_UNTIL_EXPIRATION;
H A DAccountStatusNotification.java256 props.put(SECONDS_UNTIL_EXPIRATION, newArrayList(String.valueOf(timeToExpiration)));
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DTestAccountStatusNotificationHandler.java111 SECONDS_UNTIL_EXPIRATION));
H A DErrorLogAccountStatusNotificationHandlerTestCase.java290 notificationProperties.put(SECONDS_UNTIL_EXPIRATION, propList);
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DTestAccountStatusNotificationHandler.java110 SECONDS_UNTIL_EXPIRATION));
H A DErrorLogAccountStatusNotificationHandlerTestCase.java289 notificationProperties.put(SECONDS_UNTIL_EXPIRATION, propList);
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DTestAccountStatusNotificationHandler.java111 SECONDS_UNTIL_EXPIRATION));
H A DErrorLogAccountStatusNotificationHandlerTestCase.java290 notificationProperties.put(SECONDS_UNTIL_EXPIRATION, propList);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DTestAccountStatusNotificationHandler.java110 SECONDS_UNTIL_EXPIRATION));
H A DErrorLogAccountStatusNotificationHandlerTestCase.java289 notificationProperties.put(SECONDS_UNTIL_EXPIRATION, propList);
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DTestAccountStatusNotificationHandler.java111 SECONDS_UNTIL_EXPIRATION));
H A DErrorLogAccountStatusNotificationHandlerTestCase.java290 notificationProperties.put(SECONDS_UNTIL_EXPIRATION, propList);
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/extensions/
H A DTestAccountStatusNotificationHandler.java102 SECONDS_UNTIL_EXPIRATION));
H A DErrorLogAccountStatusNotificationHandlerTestCase.java264 notificationProperties.put(SECONDS_UNTIL_EXPIRATION, newArrayList("86400"));

Completed in 2989 milliseconds