| /forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/common/ |
| H A D | Triggerable.java | 31 import java.util.Date; 48 public void trigger(Date time);
|
| /forgerock/openam/openam-shared/src/main/java/com/sun/identity/common/ |
| H A D | Triggerable.java | 31 import java.util.Date; 48 public void trigger(Date time);
|
| /forgerock/openam-v13/openam-tools/openam-license-core/src/main/java/org/forgerock/openam/license/ |
| H A D | LicenseLog.java | 19 import java.util.Date; 35 void logLicenseAccepted(License license, String user, Date acceptedDate);
|
| H A D | PersistentLicense.java | 19 import java.util.Date; 53 log.logLicenseAccepted(this, user, new Date());
|
| /forgerock/openam/openam-tools/openam-license-core/src/main/java/org/forgerock/openam/license/ |
| H A D | LicenseLog.java | 19 import java.util.Date; 35 void logLicenseAccepted(License license, String user, Date acceptedDate);
|
| /forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/log/spi/ |
| H A D | SecureTimestampGenerator.java | 34 import java.util.Date; 58 Date date = new Date();
|
| /forgerock/openam-v13/openam-authentication/deviceprint/module/src/main/java/org/forgerock/openam/authentication/modules/deviceprint/model/ |
| H A D | UserProfile.java | 33 import java.util.Date; 46 private Date createDate; 49 private Date lastSelectedDate; 70 public UserProfile(Date createDate, Date lastSelectedDate, 83 public Date getLastSelectedDate() { 92 public void setLastSelectedDate(Date lastSelectedDate) {
|
| /forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-base/src/main/java/com/sun/identity/diagnostic/base/core/ui/gui/table/ |
| H A D | StartTimeTableCell.java | 31 import java.util.Date; 43 setText(new Date().toString());
|
| /forgerock/openam/openam-core/src/main/java/com/sun/identity/log/spi/ |
| H A D | SecureTimestampGenerator.java | 33 import java.util.Date; 57 Date date = newDate();
|
| /forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/ |
| H A D | AuthnStatement.java | 32 import java.util.Date; 91 * @see #setAuthnInstant(Date) 93 public Date getAuthnInstant(); 102 public void setAuthnInstant(Date value) 145 * @see #setSessionNotOnOrAfter(Date) 147 public Date getSessionNotOnOrAfter(); 156 public void setSessionNotOnOrAfter(Date value)
|
| H A D | SubjectConfirmationData.java | 32 import java.util.Date; 54 public Date getNotOnOrAfter(); 64 public void setNotOnOrAfter(Date value) throws SAML2Exception; 128 public Date getNotBefore(); 137 public void setNotBefore(Date value) throws SAML2Exception;
|
| H A D | Conditions.java | 35 import java.util.Date; 53 public Date getNotOnOrAfter(); 63 public void setNotOnOrAfter(Date value) throws SAML2Exception; 130 public Date getNotBefore(); 140 public void setNotBefore(Date value) throws SAML2Exception; 143 * Return true if a specific Date falls within the validity
|
| /forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/ |
| H A D | AuthnStatement.java | 32 import java.util.Date; 91 * @see #setAuthnInstant(Date) 93 Date getAuthnInstant(); 102 void setAuthnInstant(Date value) 145 * @see #setSessionNotOnOrAfter(Date) 147 Date getSessionNotOnOrAfter(); 156 void setSessionNotOnOrAfter(Date value)
|
| H A D | SubjectConfirmationData.java | 32 import java.util.Date; 54 public Date getNotOnOrAfter(); 64 public void setNotOnOrAfter(Date value) throws SAML2Exception; 128 public Date getNotBefore(); 137 public void setNotBefore(Date value) throws SAML2Exception;
|
| H A D | Conditions.java | 35 import java.util.Date; 53 public Date getNotOnOrAfter(); 63 public void setNotOnOrAfter(Date value) throws SAML2Exception; 130 public Date getNotBefore(); 140 public void setNotBefore(Date value) throws SAML2Exception; 143 * Return true if a specific Date falls within the validity
|
| /forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/record/ |
| H A D | Record.java | 21 import java.util.Date; 34 private Map<Date, RecordStatus> recordHistory = new TreeMap<Date, RecordStatus>(); 46 this.recordHistory.put(new Date(), RecordStatus.INITIALIZED); 85 recordHistory.put(new Date(), RecordStatus.RUNNING); 96 recordHistory.put(new Date(), RecordStatus.STOPPED); 106 public Map<Date, RecordStatus> getRecordsHistory() {
|
| /forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-plugins/src/main/java/com/sun/identity/diagnostic/plugin/services/agent/ |
| H A D | AgentBase.java | 32 import java.util.Date; 55 Date date = new Date();
|
| /forgerock/openam-v13/openam-oauth/src/main/java/com/sun/identity/oauth/service/ |
| H A D | EntityManager.java | 31 import java.util.Date; 53 Map<String, String> entity, Date expiry) throws OAuthServiceException; 86 Date expiry) throws OAuthServiceException;
|
| /forgerock/openidm-v4/openidm-workflow-activiti/src/main/java/org/forgerock/openidm/workflow/activiti/impl/mixin/ |
| H A D | DateSerializer.java | 19 import java.util.Date; 28 * Custom serializer to transform Date objects 30 public class DateSerializer extends JsonSerializer<Date> { 33 public void serialize(Date t, JsonGenerator jg, SerializerProvider sp) throws IOException, JsonProcessingException {
|
| /forgerock/opendj-b2.6/src/server/org/opends/server/tools/tasks/ |
| H A D | TaskScheduleInformation.java | 34 import java.util.Date; 76 Date getStartDateTime();
|
| /forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/schema/ |
| H A D | UTCTimeSyntaxTest.java | 32 import java.util.Date; 130 Date d = new Date(); 132 Date decodedDate = UTCTimeSyntax.decodeUTCTimeValue(timeValue.getValue()); 156 Date decodedDate = UTCTimeSyntax.decodeUTCTimeValue(ByteString.valueOf(utcString)); 181 Date decodedDate = UTCTimeSyntax.decodeUTCTimeValue(ByteString.valueOf(utcString)); 207 Date date = cal.getTime(); 232 Date date = cal.getTime();
|
| /forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/schema/ |
| H A D | UTCTimeSyntaxTest.java | 31 import java.util.Date; 129 Date d = new Date(); 131 Date decodedDate = UTCTimeSyntax.decodeUTCTimeValue(timeValue.getValue()); 155 Date decodedDate = UTCTimeSyntax.decodeUTCTimeValue(ByteString.valueOf(utcString)); 180 Date decodedDate = UTCTimeSyntax.decodeUTCTimeValue(ByteString.valueOf(utcString)); 206 Date date = cal.getTime(); 231 Date date = cal.getTime();
|
| /forgerock/opendj2/src/server/org/opends/server/tools/tasks/ |
| H A D | TaskScheduleInformation.java | 33 import java.util.Date; 75 Date getStartDateTime();
|
| /forgerock/opendj2.6.2/src/server/org/opends/server/tools/tasks/ |
| H A D | TaskScheduleInformation.java | 34 import java.util.Date; 76 Date getStartDateTime();
|
| /forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/schema/ |
| H A D | UTCTimeSyntaxTest.java | 32 import java.util.Date; 130 Date d = new Date(); 132 Date decodedDate = UTCTimeSyntax.decodeUTCTimeValue(timeValue.getValue()); 156 Date decodedDate = UTCTimeSyntax.decodeUTCTimeValue(ByteString.valueOf(utcString)); 181 Date decodedDate = UTCTimeSyntax.decodeUTCTimeValue(ByteString.valueOf(utcString)); 207 Date date = cal.getTime(); 232 Date date = cal.getTime();
|