Searched defs:createTimestamp (Results 1 - 8 of 8) sorted by relevance

/forgerock/openam-v13/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/
H A DOpenAMScopeValidator.java487 final String createTimestamp = CollectionHelper.getMapAttr(timestamps, createdTimestampAttributeName);
489 if (createTimestamp != null) {
491 return Long.toString(TIMESTAMP_DATE_FORMAT.parse(createTimestamp).getTime() / 1000);
517 String createTimestamp) throws IdRepoException,
522 searchConfig.setReturnAttributes(new HashSet<String>(Arrays.asList(modifyTimestamp, createTimestamp)));
516 getTimestamps(String username, String realm, String modifyTimestamp, String createTimestamp) argument
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/
H A DOpenAMScopeValidator.java523 final String createTimestamp = CollectionHelper.getMapAttr(timestamps, createdTimestampAttributeName);
525 if (createTimestamp != null) {
527 return Long.toString(TIMESTAMP_DATE_FORMAT.parse(createTimestamp).getTime() / 1000);
553 String createTimestamp) throws IdRepoException,
558 searchConfig.setReturnAttributes(new HashSet<String>(Arrays.asList(modifyTimestamp, createTimestamp)));
552 getTimestamps(String username, String realm, String modifyTimestamp, String createTimestamp) argument
/forgerock/opendj2/src/server/org/opends/server/backends/
H A DSchemaBackend.java202 private AttributeValue createTimestamp; field in class:SchemaBackend
318 createTimestamp =
854 attrList = newArrayList(Attributes.create(createTimestampType, createTimestamp));
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/
H A DSchemaBackend.java183 private AttributeValue createTimestamp; field in class:SchemaBackend
311 createTimestamp =
961 attrList.add(Attributes.create(createTimestampType, createTimestamp));
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/
H A DSchemaBackend.java183 private AttributeValue createTimestamp; field in class:SchemaBackend
311 createTimestamp =
961 attrList.add(Attributes.create(createTimestampType, createTimestamp));
/forgerock/opendj2-hg/src/server/org/opends/server/backends/
H A DSchemaBackend.java202 private AttributeValue createTimestamp; field in class:SchemaBackend
318 createTimestamp =
854 attrList = newArrayList(Attributes.create(createTimestampType, createTimestamp));
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/
H A DSchemaBackend.java187 private AttributeValue createTimestamp; field in class:SchemaBackend
315 createTimestamp =
961 attrList.add(Attributes.create(createTimestampType, createTimestamp));
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/
H A DSchemaBackend.java158 private ByteString createTimestamp; field in class:SchemaBackend
257 createTimestamp =
611 Attributes.create(createTimestampType, createTimestamp), userAttrs, operationalAttrs);

Completed in 339 milliseconds