Searched refs:getDate (Results 1 - 25 of 99) sorted by relevance

1234

/forgerock/opendj-b2.6/tests/staf-tests/shared/java/ldapjdk/
H A DPSearchOperations.java139 write("[Thread id: " + threadId + "] \n" + getDate() + connection);
201 public static String getDate() { method in class:PSearchOperations
272 String message = "\n[Thread id: " + threadId + "] " + getDate() + " [BREAK]";
279 String message = "\n[Thread id: " + threadId + "] " + getDate() + "[STOP]";
287 String message = "[Thread id: " + threadId + "] " + getDate() + " [" + controlName(arr[4]) + "]";
305 String message = "\n[Thread id: " + threadId + "] " + getDate() + "[CONNECTION CLOSE]";
H A DWriter.java104 EclReadAndPlay.accessOut.println(EclReadAndPlay.getDate()
H A DEclReadAndPlay.java311 public static String getDate() { method in class:EclReadAndPlay
322 standardOut.println (getDate() + " - " + level + ": " + msg );
H A DImprovedLDAPConnection.java193 EclReadAndPlay.accessOut.println(EclReadAndPlay.getDate() + "- INFO: " + mytype + " \"" + change.dn
/forgerock/opendj2/tests/staf-tests/shared/java/ldapjdk/
H A DPSearchOperations.java138 write("[Thread id: " + threadId + "] \n" + getDate() + connection);
200 public static String getDate() { method in class:PSearchOperations
271 String message = "\n[Thread id: " + threadId + "] " + getDate() + " [BREAK]";
278 String message = "\n[Thread id: " + threadId + "] " + getDate() + "[STOP]";
286 String message = "[Thread id: " + threadId + "] " + getDate() + " [" + controlName(arr[4]) + "]";
304 String message = "\n[Thread id: " + threadId + "] " + getDate() + "[CONNECTION CLOSE]";
H A DWriter.java103 EclReadAndPlay.accessOut.println(EclReadAndPlay.getDate()
H A DEclReadAndPlay.java310 public static String getDate() { method in class:EclReadAndPlay
321 standardOut.println (getDate() + " - " + level + ": " + msg );
H A DImprovedLDAPConnection.java192 EclReadAndPlay.accessOut.println(EclReadAndPlay.getDate() + "- INFO: " + mytype + " \"" + change.dn
/forgerock/opendj2.6.2/tests/staf-tests/shared/java/ldapjdk/
H A DPSearchOperations.java139 write("[Thread id: " + threadId + "] \n" + getDate() + connection);
201 public static String getDate() { method in class:PSearchOperations
272 String message = "\n[Thread id: " + threadId + "] " + getDate() + " [BREAK]";
279 String message = "\n[Thread id: " + threadId + "] " + getDate() + "[STOP]";
287 String message = "[Thread id: " + threadId + "] " + getDate() + " [" + controlName(arr[4]) + "]";
305 String message = "\n[Thread id: " + threadId + "] " + getDate() + "[CONNECTION CLOSE]";
H A DWriter.java104 EclReadAndPlay.accessOut.println(EclReadAndPlay.getDate()
H A DEclReadAndPlay.java311 public static String getDate() { method in class:EclReadAndPlay
322 standardOut.println (getDate() + " - " + level + ": " + msg );
H A DImprovedLDAPConnection.java193 EclReadAndPlay.accessOut.println(EclReadAndPlay.getDate() + "- INFO: " + mytype + " \"" + change.dn
/forgerock/opendj2-jel-hg/tests/staf-tests/shared/java/ldapjdk/
H A DPSearchOperations.java139 write("[Thread id: " + threadId + "] \n" + getDate() + connection);
201 public static String getDate() { method in class:PSearchOperations
272 String message = "\n[Thread id: " + threadId + "] " + getDate() + " [BREAK]";
279 String message = "\n[Thread id: " + threadId + "] " + getDate() + "[STOP]";
287 String message = "[Thread id: " + threadId + "] " + getDate() + " [" + controlName(arr[4]) + "]";
305 String message = "\n[Thread id: " + threadId + "] " + getDate() + "[CONNECTION CLOSE]";
H A DWriter.java104 EclReadAndPlay.accessOut.println(EclReadAndPlay.getDate()
H A DEclReadAndPlay.java311 public static String getDate() { method in class:EclReadAndPlay
322 standardOut.println (getDate() + " - " + level + ": " + msg );
H A DImprovedLDAPConnection.java193 EclReadAndPlay.accessOut.println(EclReadAndPlay.getDate() + "- INFO: " + mytype + " \"" + change.dn
/forgerock/opendj2-hg/tests/staf-tests/shared/java/ldapjdk/
H A DPSearchOperations.java138 write("[Thread id: " + threadId + "] \n" + getDate() + connection);
200 public static String getDate() { method in class:PSearchOperations
271 String message = "\n[Thread id: " + threadId + "] " + getDate() + " [BREAK]";
278 String message = "\n[Thread id: " + threadId + "] " + getDate() + "[STOP]";
286 String message = "[Thread id: " + threadId + "] " + getDate() + " [" + controlName(arr[4]) + "]";
304 String message = "\n[Thread id: " + threadId + "] " + getDate() + "[CONNECTION CLOSE]";
H A DWriter.java103 EclReadAndPlay.accessOut.println(EclReadAndPlay.getDate()
H A DEclReadAndPlay.java310 public static String getDate() { method in class:EclReadAndPlay
321 standardOut.println (getDate() + " - " + level + ": " + msg );
H A DImprovedLDAPConnection.java192 EclReadAndPlay.accessOut.println(EclReadAndPlay.getDate() + "- INFO: " + mytype + " \"" + change.dn
/forgerock/openam-v13/openam-authentication/deviceprint/module/src/test/java/org/forgerock/openam/authentication/modules/deviceprint/
H A DDevicePrintServiceTest.java156 given(userProfileOne.getLastSelectedDate()).willReturn(getDate(10));
157 given(userProfileTwo.getLastSelectedDate()).willReturn(getDate(31));
158 given(userProfileThree.getLastSelectedDate()).willReturn(getDate(29));
179 private Date getDate(int daysAgo) { method in class:DevicePrintServiceTest
220 given(userProfileOne.getLastSelectedDate()).willReturn(getDate(10));
221 given(userProfileTwo.getLastSelectedDate()).willReturn(getDate(31));
222 given(userProfileThree.getLastSelectedDate()).willReturn(getDate(30));
H A DUserProfilesDaoTest.java157 private Date getDate() { method in class:UserProfilesDaoTest
169 UserProfile userProfile = new UserProfile(getDate(), getDate(), 1L);
/forgerock/openam-v13/openam-rest/src/main/java/org/forgerock/openam/rest/audit/
H A DAbstractRestletAccessAuditFilter.java117 .timestamp(request.getDate().getTime())
139 long elapsedTime = endTime - request.getDate().getTime();
176 long elapsedTime = endTime - request.getDate().getTime();
/forgerock/openam/openam-rest/src/main/java/org/forgerock/openam/rest/audit/
H A DAbstractRestletAccessAuditFilter.java118 .timestamp(request.getDate().getTime())
140 long elapsedTime = endTime - request.getDate().getTime();
177 long elapsedTime = endTime - request.getDate().getTime();
/forgerock/openam-v13/openam-server-only/src/main/webapp/js/
H A Dauth.js204 exp.setDate(exp.getDate() - 1);

Completed in 134 milliseconds

1234