Searched refs:createTimestampType (Results 1 - 16 of 16) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/plugins/
H A DLastModPlugin.java72 private final AttributeType createTimestampType; field in class:LastModPlugin
102 createTimestampType =
188 Attribute timeAttr = Attributes.create(createTimestampType,
190 AttributeValues.create(createTimestampType,
194 addOperation.setAttribute(createTimestampType, timeList);
/forgerock/opendj2/src/server/org/opends/server/plugins/
H A DLastModPlugin.java71 private final AttributeType createTimestampType; field in class:LastModPlugin
101 createTimestampType =
187 Attribute timeAttr = Attributes.create(createTimestampType,
189 AttributeValues.create(createTimestampType,
193 addOperation.setAttribute(createTimestampType, timeList);
/forgerock/opendj2.6.2/src/server/org/opends/server/plugins/
H A DLastModPlugin.java72 private final AttributeType createTimestampType; field in class:LastModPlugin
102 createTimestampType =
188 Attribute timeAttr = Attributes.create(createTimestampType,
190 AttributeValues.create(createTimestampType,
194 addOperation.setAttribute(createTimestampType, timeList);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/plugins/
H A DLastModPlugin.java72 private final AttributeType createTimestampType; field in class:LastModPlugin
102 createTimestampType =
188 Attribute timeAttr = Attributes.create(createTimestampType,
190 AttributeValues.create(createTimestampType,
194 addOperation.setAttribute(createTimestampType, timeList);
/forgerock/opendj2-hg/src/server/org/opends/server/plugins/
H A DLastModPlugin.java71 private final AttributeType createTimestampType; field in class:LastModPlugin
101 createTimestampType =
187 Attribute timeAttr = Attributes.create(createTimestampType,
189 AttributeValues.create(createTimestampType,
193 addOperation.setAttribute(createTimestampType, timeList);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/plugins/
H A DLastModPlugin.java68 private final AttributeType createTimestampType; field in class:LastModPlugin
92 createTimestampType = DirectoryServer.getAttributeTypeOrDefault(OP_ATTR_CREATE_TIMESTAMP_LC);
161 createTimestampType, OP_ATTR_CREATE_TIMESTAMP, getGMTTime());
162 addOperation.setAttribute(createTimestampType, timeList);
/forgerock/openam-v13/openam-schema/openam-wsfederation-schema/src/main/java/com/sun/identity/wsfederation/jaxb/wsu/
H A DObjectFactory.java115 public com.sun.identity.wsfederation.jaxb.wsu.TimestampType createTimestampType() method in class:ObjectFactory
/forgerock/openam/openam-schema/openam-wsfederation-schema/src/main/java/com/sun/identity/wsfederation/jaxb/wsu/
H A DObjectFactory.java115 public com.sun.identity.wsfederation.jaxb.wsu.TimestampType createTimestampType() method in class:ObjectFactory
/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/utility/
H A DObjectFactory.java229 public com.sun.identity.liberty.ws.common.jaxb.utility.TimestampType createTimestampType() method in class:ObjectFactory
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/utility/
H A DObjectFactory.java229 public com.sun.identity.liberty.ws.common.jaxb.utility.TimestampType createTimestampType() method in class:ObjectFactory
/forgerock/opendj2/src/server/org/opends/server/backends/
H A DSchemaBackend.java140 private AttributeType createTimestampType; field in class:SchemaBackend
286 createTimestampType =
854 attrList = newArrayList(Attributes.create(createTimestampType, createTimestamp));
855 operationalAttrs.put(createTimestampType, attrList);
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/
H A DSchemaBackend.java139 private AttributeType createTimestampType; field in class:SchemaBackend
274 createTimestampType =
961 attrList.add(Attributes.create(createTimestampType, createTimestamp));
962 operationalAttrs.put(createTimestampType, attrList);
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/
H A DSchemaBackend.java139 private AttributeType createTimestampType; field in class:SchemaBackend
274 createTimestampType =
961 attrList.add(Attributes.create(createTimestampType, createTimestamp));
962 operationalAttrs.put(createTimestampType, attrList);
/forgerock/opendj2-hg/src/server/org/opends/server/backends/
H A DSchemaBackend.java140 private AttributeType createTimestampType; field in class:SchemaBackend
286 createTimestampType =
854 attrList = newArrayList(Attributes.create(createTimestampType, createTimestamp));
855 operationalAttrs.put(createTimestampType, attrList);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/
H A DSchemaBackend.java143 private AttributeType createTimestampType; field in class:SchemaBackend
278 createTimestampType =
961 attrList.add(Attributes.create(createTimestampType, createTimestamp));
962 operationalAttrs.put(createTimestampType, attrList);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/
H A DSchemaBackend.java131 private AttributeType createTimestampType; field in class:SchemaBackend
232 createTimestampType = getAttributeTypeOrDefault(OP_ATTR_CREATE_TIMESTAMP_LC);
611 Attributes.create(createTimestampType, createTimestamp), userAttrs, operationalAttrs);

Completed in 158 milliseconds