Searched refs:currentTime (Results 1 - 25 of 124) sorted by relevance

12345

/forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/
H A DTimeOfDay.java101 int currentTime=TimeThread.getHourAndMinute();
106 if (currentTime != timeRef)
113 if (currentTime <= timeRef)
120 if (currentTime < timeRef)
127 if (currentTime >= timeRef)
134 if (currentTime > timeRef)
/forgerock/opendj-b2.6/src/server/org/opends/server/authorization/dseecompat/
H A DTimeOfDay.java106 int currentTime=TimeThread.getHourAndMinute();
111 if (currentTime != timeRef)
118 if (currentTime <= timeRef)
125 if (currentTime < timeRef)
132 if (currentTime >= timeRef)
139 if (currentTime > timeRef)
/forgerock/opendj2.6.2/src/server/org/opends/server/authorization/dseecompat/
H A DTimeOfDay.java106 int currentTime=TimeThread.getHourAndMinute();
111 if (currentTime != timeRef)
118 if (currentTime <= timeRef)
125 if (currentTime < timeRef)
132 if (currentTime >= timeRef)
139 if (currentTime > timeRef)
/forgerock/opendj2-hg/src/server/org/opends/server/authorization/dseecompat/
H A DTimeOfDay.java101 int currentTime=TimeThread.getHourAndMinute();
106 if (currentTime != timeRef)
113 if (currentTime <= timeRef)
120 if (currentTime < timeRef)
127 if (currentTime >= timeRef)
134 if (currentTime > timeRef)
/forgerock/opendj2-jel-hg/src/server/org/opends/server/authorization/dseecompat/
H A DTimeOfDay.java106 int currentTime=TimeThread.getHourAndMinute();
111 if (currentTime != timeRef)
118 if (currentTime <= timeRef)
125 if (currentTime < timeRef)
132 if (currentTime >= timeRef)
139 if (currentTime > timeRef)
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/
H A DTimeOfDay.java101 int currentTime=TimeThread.getHourAndMinute();
106 if (currentTime != timeRef)
113 if (currentTime <= timeRef)
120 if (currentTime < timeRef)
127 if (currentTime >= timeRef)
134 if (currentTime > timeRef)
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/event/
H A DComboKeySelectionManager.java76 long currentTime = System.currentTimeMillis();
95 if (lastSearchedTime + RESET_BETWEEN_TYPES < currentTime)
112 lastSearchedTime = currentTime;
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/event/
H A DComboKeySelectionManager.java77 long currentTime = System.currentTimeMillis();
96 if (lastSearchedTime + RESET_BETWEEN_TYPES < currentTime)
113 lastSearchedTime = currentTime;
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/event/
H A DComboKeySelectionManager.java77 long currentTime = System.currentTimeMillis();
96 if (lastSearchedTime + RESET_BETWEEN_TYPES < currentTime)
113 lastSearchedTime = currentTime;
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/event/
H A DComboKeySelectionManager.java76 long currentTime = System.currentTimeMillis();
95 if (lastSearchedTime + RESET_BETWEEN_TYPES < currentTime)
112 lastSearchedTime = currentTime;
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/event/
H A DComboKeySelectionManager.java77 long currentTime = System.currentTimeMillis();
96 if (lastSearchedTime + RESET_BETWEEN_TYPES < currentTime)
113 lastSearchedTime = currentTime;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/event/
H A DComboKeySelectionManager.java77 long currentTime = System.currentTimeMillis();
96 if (lastSearchedTime + RESET_BETWEEN_TYPES < currentTime)
113 lastSearchedTime = currentTime;
/forgerock/authenticator-ios-v2/ForgeRock-Authenticator/
H A DFRADateUtils.m22 NSDate *currentTime = [NSDate date];
40 NSDate *now = currentTime;
/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DPasswordPolicyState.java76 private final long currentTime; field in class:PasswordPolicyState
149 * @param currentTime
153 PasswordPolicyState(PasswordPolicy policy, Entry userEntry, long currentTime) argument
156 this.currentTime = currentTime;
362 return currentTime;
405 setPasswordChangedTime(currentTime);
422 "current time of %d", userDNString, currentTime);
569 if (accountExpirationTime > currentTime)
758 long expirationTime = currentTime
[all...]
/forgerock/opendj2/src/server/org/opends/server/core/
H A DPasswordPolicyState.java75 private final long currentTime; field in class:PasswordPolicyState
148 * @param currentTime
152 PasswordPolicyState(PasswordPolicy policy, Entry userEntry, long currentTime) argument
155 this.currentTime = currentTime;
413 return currentTime;
456 setPasswordChangedTime(currentTime);
473 "current time of %d", userDNString, currentTime);
620 if (accountExpirationTime > currentTime)
809 long expirationTime = currentTime
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/core/
H A DPasswordPolicyState.java76 private final long currentTime; field in class:PasswordPolicyState
149 * @param currentTime
153 PasswordPolicyState(PasswordPolicy policy, Entry userEntry, long currentTime) argument
156 this.currentTime = currentTime;
362 return currentTime;
405 setPasswordChangedTime(currentTime);
422 "current time of %d", userDNString, currentTime);
569 if (accountExpirationTime > currentTime)
758 long expirationTime = currentTime
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/
H A DPasswordPolicyState.java76 private final long currentTime; field in class:PasswordPolicyState
149 * @param currentTime
153 PasswordPolicyState(PasswordPolicy policy, Entry userEntry, long currentTime) argument
156 this.currentTime = currentTime;
362 return currentTime;
405 setPasswordChangedTime(currentTime);
422 "current time of %d", userDNString, currentTime);
569 if (accountExpirationTime > currentTime)
758 long expirationTime = currentTime
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/core/
H A DPasswordPolicyState.java75 private final long currentTime; field in class:PasswordPolicyState
148 * @param currentTime
152 PasswordPolicyState(PasswordPolicy policy, Entry userEntry, long currentTime) argument
155 this.currentTime = currentTime;
413 return currentTime;
456 setPasswordChangedTime(currentTime);
473 "current time of %d", userDNString, currentTime);
620 if (accountExpirationTime > currentTime)
809 long expirationTime = currentTime
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/
H A DPasswordPolicyState.java99 private final long currentTime; field in class:PasswordPolicyState
158 * @param currentTime The time to use as the current time for all time-related determinations.
160 PasswordPolicyState(PasswordPolicy policy, Entry userEntry, long currentTime) argument
163 this.currentTime = currentTime;
364 return currentTime;
396 setPasswordChangedTime(currentTime);
411 logger.trace("Setting password changed time for user %s to current time of %d", userDNString, currentTime);
525 if (accountExpirationTime > currentTime)
668 long expirationTime = currentTime
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/schema/
H A DTimeBasedMatchingRuleTest.java355 long currentTime = TimeThread.getTime();
363 TIME_ATTR + ": "+ format(currentTime-4000*1000), //more than 1 hour old.
370 TIME_ATTR + ": " + format(currentTime-25*3600*1000), //more than a day old.
377 TIME_ATTR + ": " + format(currentTime+4000*1000), //more than 1 hour in advance.
384 TIME_ATTR + ": " + format(currentTime+25*3600*1000), // more than 1 day in advance
391 TIME_ATTR + ": " + format(currentTime), // now.
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/
H A DSubjectEvaluationCache.java177 long currentTime = System.currentTimeMillis();
178 if (timeToLive > currentTime) {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/
H A DSubjectEvaluationCache.java176 long currentTime = currentTimeMillis();
177 if (timeToLive > currentTime) {
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/schema/
H A DTimeBasedMatchingRuleTest.java539 long currentTime = TimeThread.getTime();
548 TIME_ATTR + ": "+ format(currentTime-4000*1000), //more than 1 hour old.
555 TIME_ATTR + ": " + format(currentTime-25*3600*1000), //more than a day old.
562 TIME_ATTR + ": " + format(currentTime+4000*1000), //more than 1 hour in advance.
569 TIME_ATTR + ": " + format(currentTime+25*3600*1000), // more than 1 day in advance
576 TIME_ATTR + ": " + format(currentTime), // now.
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/schema/
H A DTimeBasedMatchingRuleTest.java538 long currentTime = TimeThread.getTime();
547 TIME_ATTR + ": "+ format(currentTime-4000*1000), //more than 1 hour old.
554 TIME_ATTR + ": " + format(currentTime-25*3600*1000), //more than a day old.
561 TIME_ATTR + ": " + format(currentTime+4000*1000), //more than 1 hour in advance.
568 TIME_ATTR + ": " + format(currentTime+25*3600*1000), // more than 1 day in advance
575 TIME_ATTR + ": " + format(currentTime), // now.
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/schema/
H A DTimeBasedMatchingRuleTest.java539 long currentTime = TimeThread.getTime();
548 TIME_ATTR + ": "+ format(currentTime-4000*1000), //more than 1 hour old.
555 TIME_ATTR + ": " + format(currentTime-25*3600*1000), //more than a day old.
562 TIME_ATTR + ": " + format(currentTime+4000*1000), //more than 1 hour in advance.
569 TIME_ATTR + ": " + format(currentTime+25*3600*1000), // more than 1 day in advance
576 TIME_ATTR + ": " + format(currentTime), // now.

Completed in 116 milliseconds

12345