Searched refs:create (Results 251 - 275 of 2351) sorted by relevance

<<11121314151617181920>>

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DSubschemaSubentryVirtualAttributeProviderTestCase.java147 assertTrue(a.contains(AttributeValues.create(subschemaSubentryType,
450 assertTrue(values.contains(AttributeValues.create(subschemaSubentryType,
518 AttributeValues.create(subschemaSubentryType,
553 AttributeValues.create(subschemaSubentryType,
621 values.add(AttributeValues.create(subschemaSubentryType, "cn=schema"));
657 values.add(AttributeValues.create(subschemaSubentryType, "cn=not schema"));
693 values.add(AttributeValues.create(subschemaSubentryType, "cn=schema"));
694 values.add(AttributeValues.create(subschemaSubentryType, "cn=not schema"));
695 values.add(AttributeValues.create(subschemaSubentryType,
732 values.add(AttributeValues.create(subschemaSubentryTyp
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DSubschemaSubentryVirtualAttributeProviderTestCase.java146 assertTrue(a.contains(AttributeValues.create(subschemaSubentryType,
449 assertTrue(values.contains(AttributeValues.create(subschemaSubentryType,
517 AttributeValues.create(subschemaSubentryType,
552 AttributeValues.create(subschemaSubentryType,
620 values.add(AttributeValues.create(subschemaSubentryType, "cn=schema"));
656 values.add(AttributeValues.create(subschemaSubentryType, "cn=not schema"));
692 values.add(AttributeValues.create(subschemaSubentryType, "cn=schema"));
693 values.add(AttributeValues.create(subschemaSubentryType, "cn=not schema"));
694 values.add(AttributeValues.create(subschemaSubentryType,
731 values.add(AttributeValues.create(subschemaSubentryTyp
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DSubschemaSubentryVirtualAttributeProviderTestCase.java147 assertTrue(a.contains(AttributeValues.create(subschemaSubentryType,
450 assertTrue(values.contains(AttributeValues.create(subschemaSubentryType,
518 AttributeValues.create(subschemaSubentryType,
553 AttributeValues.create(subschemaSubentryType,
621 values.add(AttributeValues.create(subschemaSubentryType, "cn=schema"));
657 values.add(AttributeValues.create(subschemaSubentryType, "cn=not schema"));
693 values.add(AttributeValues.create(subschemaSubentryType, "cn=schema"));
694 values.add(AttributeValues.create(subschemaSubentryType, "cn=not schema"));
695 values.add(AttributeValues.create(subschemaSubentryType,
732 values.add(AttributeValues.create(subschemaSubentryTyp
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DSubschemaSubentryVirtualAttributeProviderTestCase.java146 assertTrue(a.contains(AttributeValues.create(subschemaSubentryType,
449 assertTrue(values.contains(AttributeValues.create(subschemaSubentryType,
517 AttributeValues.create(subschemaSubentryType,
552 AttributeValues.create(subschemaSubentryType,
620 values.add(AttributeValues.create(subschemaSubentryType, "cn=schema"));
656 values.add(AttributeValues.create(subschemaSubentryType, "cn=not schema"));
692 values.add(AttributeValues.create(subschemaSubentryType, "cn=schema"));
693 values.add(AttributeValues.create(subschemaSubentryType, "cn=not schema"));
694 values.add(AttributeValues.create(subschemaSubentryType,
731 values.add(AttributeValues.create(subschemaSubentryTyp
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DSubschemaSubentryVirtualAttributeProviderTestCase.java147 assertTrue(a.contains(AttributeValues.create(subschemaSubentryType,
450 assertTrue(values.contains(AttributeValues.create(subschemaSubentryType,
518 AttributeValues.create(subschemaSubentryType,
553 AttributeValues.create(subschemaSubentryType,
621 values.add(AttributeValues.create(subschemaSubentryType, "cn=schema"));
657 values.add(AttributeValues.create(subschemaSubentryType, "cn=not schema"));
693 values.add(AttributeValues.create(subschemaSubentryType, "cn=schema"));
694 values.add(AttributeValues.create(subschemaSubentryType, "cn=not schema"));
695 values.add(AttributeValues.create(subschemaSubentryType,
732 values.add(AttributeValues.create(subschemaSubentryTyp
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/jeb/
H A DJEMonitor.java78 monitorAttrs.add(Attributes.create("JEVersion", JEVersion.CURRENT_VERSION.getVersionString()));
89 return Collections.singletonList(Attributes.create("JEInfo", stackTraceToSingleLineString(e)));
115 monitorAttrs.add(Attributes.create(attrType, String.valueOf(method.invoke(stats))));
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/monitors/
H A DConnectionHandlerMonitor.java138 attrs.add(Attributes.create(configDnType, connectionHandler.getComponentEntryDN().toString()));
144 attrs.add(Attributes.create(protocolType, connectionHandler.getProtocol()));
164 attrs.add(Attributes.create(numConnectionsType, String
/forgerock/opendj-v3/opendj-config/src/test/java/org/forgerock/opendj/config/server/
H A DDNBuilderTest.java67 DNBuilder.create(childPath),
91 DNBuilder.create(childPath),
110 DNBuilder.create(childPath),
/forgerock/opendj-b2.6/src/server/org/opends/server/plugins/
H A DEntryUUIDPlugin.java84 * create plugins defined in the configuration), and every plugin constructor
180 Attribute uuidAttr = Attributes.create(entryUUIDType,
181 AttributeValues.create(entryUUIDType,
215 Attribute uuidAttr = Attributes.create(entryUUIDType,
216 AttributeValues.create(entryUUIDType,uuid.toString()));
/forgerock/opendj2/src/server/org/opends/server/plugins/
H A DEntryUUIDPlugin.java83 * create plugins defined in the configuration), and every plugin constructor
179 Attribute uuidAttr = Attributes.create(entryUUIDType,
180 AttributeValues.create(entryUUIDType,
214 Attribute uuidAttr = Attributes.create(entryUUIDType,
215 AttributeValues.create(entryUUIDType,uuid.toString()));
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DAttrInfoTest.java62 AttributeValue att1 = AttributeValues.create(type, "string");
63 AttributeValue att2 = AttributeValues.create(type, "value");
64 AttributeValue att3 = AttributeValues.create(type, "again");
129 attrInfo3.delete(Attributes.create(type, att), updateTime) ;
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DAttrInfoTest.java60 AttributeValue att1 = AttributeValues.create(type, "string");
61 AttributeValue att2 = AttributeValues.create(type, "value");
62 AttributeValue att3 = AttributeValues.create(type, "again");
126 attrInfo3.delete(Attributes.create(type, att), updateTime) ;
/forgerock/opendj2.6.2/src/server/org/opends/server/plugins/
H A DEntryUUIDPlugin.java84 * create plugins defined in the configuration), and every plugin constructor
180 Attribute uuidAttr = Attributes.create(entryUUIDType,
181 AttributeValues.create(entryUUIDType,
215 Attribute uuidAttr = Attributes.create(entryUUIDType,
216 AttributeValues.create(entryUUIDType,uuid.toString()));
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DAttrInfoTest.java62 AttributeValue att1 = AttributeValues.create(type, "string");
63 AttributeValue att2 = AttributeValues.create(type, "value");
64 AttributeValue att3 = AttributeValues.create(type, "again");
129 attrInfo3.delete(Attributes.create(type, att), updateTime) ;
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DAttrInfoTest.java60 AttributeValue att1 = AttributeValues.create(type, "string");
61 AttributeValue att2 = AttributeValues.create(type, "value");
62 AttributeValue att3 = AttributeValues.create(type, "again");
126 attrInfo3.delete(Attributes.create(type, att), updateTime) ;
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DAttrInfoTest.java62 AttributeValue att1 = AttributeValues.create(type, "string");
63 AttributeValue att2 = AttributeValues.create(type, "value");
64 AttributeValue att3 = AttributeValues.create(type, "again");
129 attrInfo3.delete(Attributes.create(type, att), updateTime) ;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/plugins/
H A DEntryUUIDPlugin.java84 * create plugins defined in the configuration), and every plugin constructor
180 Attribute uuidAttr = Attributes.create(entryUUIDType,
181 AttributeValues.create(entryUUIDType,
215 Attribute uuidAttr = Attributes.create(entryUUIDType,
216 AttributeValues.create(entryUUIDType,uuid.toString()));
/forgerock/opendj2-hg/src/server/org/opends/server/plugins/
H A DEntryUUIDPlugin.java83 * create plugins defined in the configuration), and every plugin constructor
179 Attribute uuidAttr = Attributes.create(entryUUIDType,
180 AttributeValues.create(entryUUIDType,
214 Attribute uuidAttr = Attributes.create(entryUUIDType,
215 AttributeValues.create(entryUUIDType,uuid.toString()));
/forgerock/openam-v13/openam-restlet/src/test/java/org/forgerock/openam/rest/representations/
H A DJacksonRepresentationFactoryTest.java39 JacksonRepresentation<HashMap<Object, Object>> representation = factory.create(body);
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/sm/datalayer/api/
H A DTokenStorageAdapter.java35 * @param token Non null Token to create.
38 void create(T connection, Token token) throws DataLayerException; method in interface:TokenStorageAdapter
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/sm/datalayer/impl/
H A DSeriesTaskExecutorThreadFactory.java48 public SeriesTaskExecutorThread create(BlockingQueue<Task> queue) { method in class:SeriesTaskExecutorThreadFactory
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/sm/datalayer/impl/tasks/
H A DCreateTask.java33 * @param token Non null Token to create.
52 adapter.create(connection, token);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pdb/
H A DPDBMonitor.java71 monitorAttrs.add(Attributes.create("PDBVersion", db.getManagement().getVersion()));
85 monitorAttrs.add(Attributes.create("PDBVolumeTree", vol.getName() + tree.getName()
96 return Collections.singletonList(Attributes.create("PDBInfo", stackTraceToSingleLineString(e)));
126 monitorAttrs.add(Attributes.create(attrName, String.valueOf(method.invoke(stats))));
/forgerock/openam-v13/openam-oauth2-common/oauth2-core/src/main/java/org/forgerock/oauth2/core/
H A DOAuth2Request.java33 private final ClassToInstanceMap<Token> tokens = MutableClassToInstanceMap.create();
H A DRedirectUriValidator.java53 final URI request = URI.create(redirectUri);

Completed in 211 milliseconds

<<11121314151617181920>>