/forgerock/authenticator-ios-v2/ForgeRock-Authenticator/ |
H A D | FRANotificationTableViewCell.h | 35 * The UILabel in which the notification time will be displayed. 37 @property (weak, nonatomic) IBOutlet UILabel *time; variable
|
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/common/ |
H A D | Triggerable.java | 45 * @param time The time the HeadTaskRunnable scheduled 48 public void trigger(Date time); argument
|
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/common/ |
H A D | Triggerable.java | 45 * @param time The time the HeadTaskRunnable scheduled 48 public void trigger(Date time); argument
|
/forgerock/opendj2/src/server/org/opends/server/api/ |
H A D | AuthenticationPolicy.java | 261 * the current time as the basis for all time-based state logic (such as 266 * time. 285 * the specified time as the basis for all time-based state logic (such as 290 * @param time 291 * The time since the epoch to use for all time-based state logic 299 Entry userEntry, long time) throws DirectoryException; 298 createAuthenticationPolicyState( Entry userEntry, long time) argument
|
/forgerock/opendj-b2.6/src/server/org/opends/server/api/ |
H A D | AuthenticationPolicy.java | 262 * the current time as the basis for all time-based state logic (such as 267 * time. 286 * the specified time as the basis for all time-based state logic (such as 291 * @param time 292 * The time since the epoch to use for all time-based state logic 300 Entry userEntry, long time) throws DirectoryException; 299 createAuthenticationPolicyState( Entry userEntry, long time) argument
|
/forgerock/opendj2.6.2/src/server/org/opends/server/api/ |
H A D | AuthenticationPolicy.java | 262 * the current time as the basis for all time-based state logic (such as 267 * time. 286 * the specified time as the basis for all time-based state logic (such as 291 * @param time 292 * The time since the epoch to use for all time-based state logic 300 Entry userEntry, long time) throws DirectoryException; 299 createAuthenticationPolicyState( Entry userEntry, long time) argument
|
/forgerock/opendj2-hg/src/server/org/opends/server/api/ |
H A D | AuthenticationPolicy.java | 261 * the current time as the basis for all time-based state logic (such as 266 * time. 285 * the specified time as the basis for all time-based state logic (such as 290 * @param time 291 * The time since the epoch to use for all time-based state logic 299 Entry userEntry, long time) throws DirectoryException; 298 createAuthenticationPolicyState( Entry userEntry, long time) argument
|
/forgerock/opendj2-jel-hg/src/server/org/opends/server/api/ |
H A D | AuthenticationPolicy.java | 262 * the current time as the basis for all time-based state logic (such as 267 * time. 286 * the specified time as the basis for all time-based state logic (such as 291 * @param time 292 * The time since the epoch to use for all time-based state logic 300 Entry userEntry, long time) throws DirectoryException; 299 createAuthenticationPolicyState( Entry userEntry, long time) argument
|
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/api/ |
H A D | AuthenticationPolicy.java | 225 * the current time as the basis for all time-based state logic (such as 230 * time. 249 * the specified time as the basis for all time-based state logic (such as 254 * @param time 255 * The time since the epoch to use for all time-based state logic 263 Entry userEntry, long time) throws DirectoryException; 262 createAuthenticationPolicyState( Entry userEntry, long time) argument
|
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/ |
H A D | CacheObject.java | 39 protected long time = 0; field in class:CacheObject 47 time = System.currentTimeMillis(); 51 return time;
|
/forgerock/openam/openam-shared/src/main/java/org/forgerock/openam/utils/ |
H A D | Time.java | 26 import org.forgerock.util.time.TimeService; 27 import org.joda.time.DateTimeUtils; 31 * The source of all time-based information in OpenAM. 35 * in {@code org.joda.time.DateTime}. 71 * Get the current time in milliseconds from the {@code TimeService} - this replaces 73 * @return The current time since the epoch in milliseconds. 81 * Get a {@code Date} with current time in milliseconds from the {@code TimeService} - this replaces 83 * @return A date with the current time since the epoch in milliseconds. 91 * Get a {@code Date} with the specified time in milliseconds - this replaces {@code new Date(long)}. 92 * @param time Th 96 newDate(long time) argument [all...] |
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/ |
H A D | CacheObject.java | 42 protected long time = 0; field in class:CacheObject 50 time = currentTimeMillis(); 54 return time;
|
/forgerock/openam-v13/openam-audit/openam-audit-context/src/main/java/org/forgerock/openam/audit/context/ |
H A D | ExecutorServiceConfigurator.java | 87 * Sets the time limit for which threads may remain idle before being terminated. 89 * @param time the time to wait. A time value of zero will cause excess threads 91 * @param unit the time unit of the {@code time} argument 94 public void setKeepAliveTime(long time, TimeUnit unit) { argument 95 delegate.setKeepAliveTime(time, unit); 99 * Returns the thread keep-alive time. 101 * @param unit the desired time uni [all...] |
/forgerock/openam-v13/openam-authentication/openam-auth-oath/src/main/java/org/forgerock/openam/authentication/modules/oath/ |
H A D | TOTPAlgorithm.java | 67 * @param time a value that reflects a time 74 String time, 76 return generateTOTP(key, time, returnDigits, "HmacSHA1"); 85 * @param time a value that reflects a time 92 String time, 94 return generateTOTP(key, time, returnDigits, "HmacSHA256"); 102 * @param time a value that reflects a time 73 generateTOTP(byte[] key, String time, String returnDigits) argument 91 generateTOTP256(byte[] key, String time, String returnDigits) argument 108 generateTOTP512(byte[] key, String time, String returnDigits) argument 127 generateTOTP(byte[] key, String time, String returnDigits, String crypto) argument [all...] |
/forgerock/openidm-v4/openidm-quartz-fragment/src/test/java/org/forgerock/openidm/quartz/impl/ |
H A D | SimpleSignaler.java | 50 public void signalSchedulingChange(long time) { argument
|
/forgerock/openam/openam-audit/openam-audit-context/src/main/java/org/forgerock/openam/audit/context/ |
H A D | ExecutorServiceConfigurator.java | 87 * Sets the time limit for which threads may remain idle before being terminated. 89 * @param time the time to wait. A time value of zero will cause excess threads 91 * @param unit the time unit of the {@code time} argument 94 public void setKeepAliveTime(long time, TimeUnit unit) { argument 95 delegate.setKeepAliveTime(time, unit); 99 * Returns the thread keep-alive time. 101 * @param unit the desired time uni [all...] |
/forgerock/openam/openam-authentication/openam-auth-oath/src/main/java/org/forgerock/openam/authentication/modules/oath/ |
H A D | TOTPAlgorithm.java | 67 * @param time a value that reflects a time 74 String time, 76 return generateTOTP(key, time, returnDigits, "HmacSHA1"); 85 * @param time a value that reflects a time 92 String time, 94 return generateTOTP(key, time, returnDigits, "HmacSHA256"); 102 * @param time a value that reflects a time 73 generateTOTP(byte[] key, String time, String returnDigits) argument 91 generateTOTP256(byte[] key, String time, String returnDigits) argument 108 generateTOTP512(byte[] key, String time, String returnDigits) argument 127 generateTOTP(byte[] key, String time, String returnDigits, String crypto) argument [all...] |
/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/http/ |
H A D | HTTPStatistics.java | 60 * Map containing the total execution time for the requests per HTTP methods. 62 * key: HTTP method => value: total execution time for requests using that 134 addAll(results, totalTimesSnapshot, "ds-mon-resident-time-http-", 135 "-requests-total-time"); 174 * Adds to the total time of an HTTP request method. 178 * @param time 179 * the time to add to the total 183 public void updateRequestMonitoringData(String httpMethod, long time) argument 189 nb.addAndGet(time);
|
/forgerock/opendj2/src/server/org/opends/server/protocols/http/ |
H A D | HTTPStatistics.java | 59 * Map containing the total execution time for the requests per HTTP methods. 61 * key: HTTP method => value: total execution time for requests using that 133 addAll(results, totalTimesSnapshot, "ds-mon-resident-time-http-", 134 "-requests-total-time"); 173 * Adds to the total time of an HTTP request method. 177 * @param time 178 * the time to add to the total 182 public void updateRequestMonitoringData(String httpMethod, long time) argument 188 nb.addAndGet(time);
|
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/api/ |
H A D | AuthenticationPolicyTestCase.java | 137 Entry userEntry, long time) throws DirectoryException 136 createAuthenticationPolicyState( Entry userEntry, long time) argument
|
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/api/ |
H A D | AuthenticationPolicyTestCase.java | 136 Entry userEntry, long time) throws DirectoryException 135 createAuthenticationPolicyState( Entry userEntry, long time) argument
|
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/http/ |
H A D | HTTPStatistics.java | 60 * Map containing the total execution time for the requests per HTTP methods. 62 * key: HTTP method => value: total execution time for requests using that 134 addAll(results, totalTimesSnapshot, "ds-mon-resident-time-http-", 135 "-requests-total-time"); 174 * Adds to the total time of an HTTP request method. 178 * @param time 179 * the time to add to the total 183 public void updateRequestMonitoringData(String httpMethod, long time) argument 189 nb.addAndGet(time);
|
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/api/ |
H A D | AuthenticationPolicyTestCase.java | 137 Entry userEntry, long time) throws DirectoryException 136 createAuthenticationPolicyState( Entry userEntry, long time) argument
|
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/api/ |
H A D | AuthenticationPolicyTestCase.java | 136 Entry userEntry, long time) throws DirectoryException 135 createAuthenticationPolicyState( Entry userEntry, long time) argument
|
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/api/ |
H A D | AuthenticationPolicyTestCase.java | 137 Entry userEntry, long time) throws DirectoryException 136 createAuthenticationPolicyState( Entry userEntry, long time) argument
|