Searched defs:now (Results 1 - 25 of 55) sorted by relevance

123

/forgerock/openam-v13/openam-shared/src/main/java/org/forgerock/openam/shared/monitoring/
H A DRateTimer.java30 public long now() { method in class:RateTimer
/forgerock/openam-v13/openam-core/src/test/java/org/forgerock/openam/cts/monitoring/
H A DTestCurrentMillis.java25 public long now() { method in class:TestCurrentMillis
/forgerock/openam/openam-shared/src/main/java/org/forgerock/openam/shared/monitoring/
H A DRateTimer.java32 public long now() { method in class:RateTimer
/forgerock/openam/openam-core/src/test/java/org/forgerock/openam/cts/monitoring/
H A DTestCurrentMillis.java27 public long now() { method in class:TestCurrentMillis
/forgerock/openam-v13/openam-entitlements/src/test/java/com/sun/identity/entitlement/xacml3/
H A DXACMLReaderWriterTest.java34 private long now = Calendar.getInstance().getTimeInMillis(); field in class:XACMLReaderWriterTest
40 Privilege privilege = createArbitraryPrivilege("Privilege", now);
41 ReferralPrivilege referralPrivilege = createArbitraryReferralPrivilege("ReferralPrivilege", now);
H A DFactoryMethods.java48 public static Set<Privilege> createArbitraryPrivilegeSet(long now) throws EntitlementException { argument
53 Privilege privilege = createArbitraryPrivilege("Privilege" + privilegeNumber, now);
60 public static Privilege createArbitraryPrivilege(String name, long now) throws EntitlementException { argument
67 privilege.setCreationDate(now);
68 privilege.setLastModifiedDate(now);
94 public static ReferralPrivilege createArbitraryReferralPrivilege(String name, long now) throws EntitlementException { argument
103 referralPrivilege.setCreationDate(now);
104 referralPrivilege.setLastModifiedDate(now);
109 public static Policy getArbitraryReferralPrivilegeAsPolicy(long now) throws JSONException, EntitlementException { argument
110 ReferralPrivilege referralPrivilege = createArbitraryReferralPrivilege("ReferralPrivilege1", now);
114 getArbitraryPrivilegeAsPolicy(long now) argument
[all...]
H A DXACMLPrivilegeUtilsTest.java53 private long now = Calendar.getInstance().getTimeInMillis(); field in class:XACMLPrivilegeUtilsTest
67 Set<Privilege> privileges = createArbitraryPrivilegeSet(now);
83 ReferralPrivilege referralPrivilege = createArbitraryReferralPrivilege("ReferralPrivilege1", now);
95 Set<Privilege> privileges = createArbitraryPrivilegeSet(now);
115 ReferralPrivilege referralPrivilege = createArbitraryReferralPrivilege("ReferralPrivilege1", now);
158 Policy policy = getArbitraryReferralPrivilegeAsPolicy(now);
168 Policy policy = getArbitraryPrivilegeAsPolicy(now);
207 String privilegesVersion = formatMillisecondsAsTimestamp(now);
H A DXACMLExportImportTest.java56 private final long now = Calendar.getInstance().getTimeInMillis(); field in class:XACMLExportImportTest
176 return createArbitraryPrivilege(name, now);
180 return createArbitraryReferralPrivilege(name, now);
/forgerock/openam/openam-notifications-integration/src/test/java/org/forgerock/openam/notifications/brokers/
H A DMockTimeService.java34 public long now() { method in class:MockTimeService
/forgerock/openam/openam-entitlements/src/test/java/com/sun/identity/entitlement/xacml3/
H A DXACMLReaderWriterTest.java33 private long now = getCalendarInstance().getTimeInMillis(); field in class:XACMLReaderWriterTest
38 Privilege privilege = createArbitraryPrivilege("Privilege", now);
39 ReferralPrivilege referralPrivilege = createArbitraryReferralPrivilege("ReferralPrivilege", now);
H A DFactoryMethods.java48 public static Set<Privilege> createArbitraryPrivilegeSet(long now) throws EntitlementException { argument
53 Privilege privilege = createArbitraryPrivilege("Privilege" + privilegeNumber, now);
60 public static Privilege createArbitraryPrivilege(String name, long now) throws EntitlementException { argument
67 privilege.setCreationDate(now);
68 privilege.setLastModifiedDate(now);
94 public static ReferralPrivilege createArbitraryReferralPrivilege(String name, long now) throws EntitlementException { argument
103 referralPrivilege.setCreationDate(now);
104 referralPrivilege.setLastModifiedDate(now);
109 public static Policy getArbitraryReferralPrivilegeAsPolicy(long now) throws JSONException, EntitlementException { argument
110 ReferralPrivilege referralPrivilege = createArbitraryReferralPrivilege("ReferralPrivilege1", now);
114 getArbitraryPrivilegeAsPolicy(long now) argument
[all...]
H A DXACMLPrivilegeUtilsTest.java54 private long now = getCalendarInstance().getTimeInMillis(); field in class:XACMLPrivilegeUtilsTest
68 Set<Privilege> privileges = createArbitraryPrivilegeSet(now);
84 ReferralPrivilege referralPrivilege = createArbitraryReferralPrivilege("ReferralPrivilege1", now);
96 Set<Privilege> privileges = createArbitraryPrivilegeSet(now);
116 ReferralPrivilege referralPrivilege = createArbitraryReferralPrivilege("ReferralPrivilege1", now);
159 Policy policy = getArbitraryReferralPrivilegeAsPolicy(now);
169 Policy policy = getArbitraryPrivilegeAsPolicy(now);
208 String privilegesVersion = formatMillisecondsAsTimestamp(now);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/monitoring/
H A DSsoServerConnPoolSvcImpl.java52 public void updateWaitingTime(long then, long now) { argument
53 ConnRequestWaitTimeCurrent = now - then;
/forgerock/openam-v13/openam-shared/src/test/java/com/sun/identity/shared/timeservice/
H A DAccelerateTimeService.java34 The clock is incremented each time the "now" function is called.
54 public long now() { method in class:AccelerateTimeService
70 return now() - l;
/forgerock/openam/openam-shared/src/test/java/com/sun/identity/shared/timeservice/
H A DAccelerateTimeService.java34 The clock is incremented each time the "now" function is called.
54 public long now() { method in class:AccelerateTimeService
70 return now() - l;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/monitoring/
H A DSsoServerConnPoolSvcImpl.java52 public void updateWaitingTime(long then, long now) { argument
53 ConnRequestWaitTimeCurrent = now - then;
/forgerock/openam/openam-time-travel/src/main/java/org/forgerock/openam/temper/
H A DTimeTravelTimeService.java33 public long now() { method in class:TimeTravelTimeService
34 return TimeService.SYSTEM.now() + OFFSET;
39 return now() - l;
/forgerock/web-agents-v4/tests/
H A Dtest_network.c32 struct tm now; local
37 localtime_s(&now, &tv);
42 localtime_r(&tv.tv_sec, &now);
44 strftime(ts, sizeof (ts) - 1, "%Y-%m-%d %H:%M:%S", &now);
/forgerock/openidm-v4/openidm-util/src/main/java/org/forgerock/openidm/util/
H A DDateUtil.java109 public String now() { method in class:DateUtil
205 System.out.println(new DateUtil(ServerConstants.TIME_ZONE_UTC).now());
/forgerock/openam/openam-core/src/test/java/org/forgerock/openam/utils/
H A DTimeTravelUtil.java70 public long now() { method in class:TimeTravelUtil.FastForwardTimeService
76 return now() - l;
106 public long now() { method in class:TimeTravelUtil.FrozenTimeService
139 * result of {@link #now()}.
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/
H A DAccountLockoutInfo.java108 * @param now
111 public void setLastFailTime(long now) { argument
112 lastFailTime = now;
118 * @param now
121 public void setLockoutAt(long now) { argument
122 lockoutAt = now;
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/session/blacklist/
H A DCTSSessionBlacklist.java117 token.setAttribute(BLACKLIST_TIME_FIELD, now());
157 private Calendar now() { method in class:CTSSessionBlacklist
162 final Calendar calendar = now();
/forgerock/openam-v13/openam-sts/openam-token-service-sts/src/main/java/org/forgerock/openam/sts/tokengeneration/
H A DCTSTokenPersistenceImpl.java134 private Calendar now() { method in class:CTSTokenPersistenceImpl
139 final Calendar calendar = now();
/forgerock/openam/openam-core/src/main/java/com/sun/identity/common/
H A DAccountLockoutInfo.java108 * @param now
111 public void setLastFailTime(long now) { argument
112 lastFailTime = now;
118 * @param now
121 public void setLockoutAt(long now) { argument
122 lockoutAt = now;
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/blacklist/
H A DCTSBlacklist.java119 token.setAttribute(BLACKLIST_TIME_FIELD, now());
159 private Calendar now() { method in class:CTSBlacklist
164 final Calendar calendar = now();

Completed in 181 milliseconds

123