Searched refs:currentTime (Results 26 - 50 of 124) sorted by relevance

12345

/forgerock/opendj2-hg/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-jel-hg/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/openam-v13/openam-core/src/main/java/com/sun/identity/policy/plugins/
H A DSessionCondition.java296 long currentTime = System.currentTimeMillis();
302 .append("\n currentTime: ").append(currentTime)
307 if (currentTime < expiredTime) {
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/filter/
H A DInitialPDPTaskHandler.java115 long currentTime = System.currentTimeMillis();
118 currentTime,
144 pdpCacheEntry.setCreationTime(currentTime);
/forgerock/openam-v13/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/conditions/environment/
H A DSessionCondition.java157 long currentTime = timeService.now();
160 debug.message("SessionCondition.getConditionDecision():\n currentTime: " + currentTime +
164 if (currentTime < expiredTime) {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/plugins/
H A DSessionCondition.java294 long currentTime = currentTimeMillis();
300 .append("\n currentTime: ").append(currentTime)
305 if (currentTime < expiredTime) {
/forgerock/openam/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/conditions/environment/
H A DSessionCondition.java157 long currentTime = timeService.now();
160 debug.message("SessionCondition.getConditionDecision():\n currentTime: " + currentTime +
164 if (currentTime < expiredTime) {
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DRootMonitoringPanel.java182 Date currentTime = ConfigFromDirContext.utcParser.parse(current);
184 long upSeconds = (currentTime.getTime() - startTime.getTime()) / 1000;
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DRootMonitoringPanel.java181 Date currentTime = ConfigFromDirContext.utcParser.parse(current);
183 long upSeconds = (currentTime.getTime() - startTime.getTime()) / 1000;
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DRootMonitoringPanel.java182 Date currentTime = ConfigFromDirContext.utcParser.parse(current);
184 long upSeconds = (currentTime.getTime() - startTime.getTime()) / 1000;
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DRootMonitoringPanel.java181 Date currentTime = ConfigFromDirContext.utcParser.parse(current);
183 long upSeconds = (currentTime.getTime() - startTime.getTime()) / 1000;
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DRootMonitoringPanel.java182 Date currentTime = ConfigFromDirContext.utcParser.parse(current);
184 long upSeconds = (currentTime.getTime() - startTime.getTime()) / 1000;
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/util/
H A DNetworkMonitor.java139 long currentTime = System.currentTimeMillis();
141 long seconds = (long) (currentTime/1000);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DRootMonitoringPanel.java179 Date currentTime = ConfigFromDirContext.utcParser.parse(current);
181 long upSeconds = (currentTime.getTime() - startTime.getTime()) / 1000;
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/
H A DStatelessTokenStore.java163 Duration currentTime = Duration.millis(currentTimeMillis());
171 expiryTime = expiresIn.plus(currentTime);
184 .iat(newDate(currentTime.getMillis()))
185 .nbf(newDate(currentTime.getMillis()))
401 Duration currentTime = Duration.millis(currentTimeMillis());
408 long expiryTime = lifeTime.isShorterThan(Duration.ZERO) ? -1 : lifeTime.plus(currentTime).getMillis();
415 .iat(newDate(currentTime.getMillis()))
416 .nbf(newDate(currentTime.getMillis()))
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/util/
H A DNetworkMonitor.java142 long currentTime = currentTimeMillis();
144 long seconds = (long) (currentTime/1000);
/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DPasswordPolicyStateExtendedOperation.java1150 long currentTime = pwpState.getCurrentTime();
1151 int secondsUntilLockout = (int) ((lockoutTime - currentTime) / 1000L);
1185 long currentTime = pwpState.getCurrentTime();
1187 int changeAge = (int) ((currentTime - changedTime) / 1000L);
1265 long currentTime = pwpState.getCurrentTime();
1266 if (currentTime >= policyRequiredChangeTime)
1273 String.valueOf((policyRequiredChangeTime-currentTime) / 1000);
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DPasswordPolicyStateExtendedOperation.java946 long currentTime = pwpState.getCurrentTime();
947 int secondsUntilLockout = (int) ((lockoutTime - currentTime) / 1000L);
981 long currentTime = pwpState.getCurrentTime();
983 int changeAge = (int) ((currentTime - changedTime) / 1000L);
1061 long currentTime = pwpState.getCurrentTime();
1062 if (currentTime >= policyRequiredChangeTime)
1069 String.valueOf((policyRequiredChangeTime-currentTime) / 1000);
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DPasswordPolicyStateExtendedOperation.java1150 long currentTime = pwpState.getCurrentTime();
1151 int secondsUntilLockout = (int) ((lockoutTime - currentTime) / 1000L);
1185 long currentTime = pwpState.getCurrentTime();
1187 int changeAge = (int) ((currentTime - changedTime) / 1000L);
1265 long currentTime = pwpState.getCurrentTime();
1266 if (currentTime >= policyRequiredChangeTime)
1273 String.valueOf((policyRequiredChangeTime-currentTime) / 1000);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DPasswordPolicyStateExtendedOperation.java1150 long currentTime = pwpState.getCurrentTime();
1151 int secondsUntilLockout = (int) ((lockoutTime - currentTime) / 1000L);
1185 long currentTime = pwpState.getCurrentTime();
1187 int changeAge = (int) ((currentTime - changedTime) / 1000L);
1265 long currentTime = pwpState.getCurrentTime();
1266 if (currentTime >= policyRequiredChangeTime)
1273 String.valueOf((policyRequiredChangeTime-currentTime) / 1000);
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DPasswordPolicyStateExtendedOperation.java946 long currentTime = pwpState.getCurrentTime();
947 int secondsUntilLockout = (int) ((lockoutTime - currentTime) / 1000L);
981 long currentTime = pwpState.getCurrentTime();
983 int changeAge = (int) ((currentTime - changedTime) / 1000L);
1061 long currentTime = pwpState.getCurrentTime();
1062 if (currentTime >= policyRequiredChangeTime)
1069 String.valueOf((policyRequiredChangeTime-currentTime) / 1000);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DPasswordPolicyStateExtendedOperation.java908 long currentTime = pwpState.getCurrentTime();
909 int secondsUntilLockout = (int) ((lockoutTime - currentTime) / 1000L);
943 long currentTime = pwpState.getCurrentTime();
945 int changeAge = (int) ((currentTime - changedTime) / 1000L);
1023 long currentTime = pwpState.getCurrentTime();
1024 if (currentTime >= policyRequiredChangeTime)
1031 String.valueOf((policyRequiredChangeTime-currentTime) / 1000);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DGetHttpSession.java140 long currentTime = System.currentTimeMillis();
141 if (Math.abs(currentTime - requestTimeStamp) > MAX_TIMESTAMP_DIFF) {
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/
H A DSubjects.java609 long currentTime = System.currentTimeMillis();
615 if ( (currentTime - cachedResult[0] ) < resultTtl ) {
641 cachedResult[0] = currentTime;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/soapbinding/
H A DUtils.java578 long currentTime = System.currentTimeMillis();
580 currentTime - prevMsgIDTime.longValue() < stale_time_limit) {
600 messageIDMap.put(messageID, new Long(currentTime));

Completed in 78 milliseconds

12345