Searched refs:getPluginTypes (Results 1 - 25 of 31) sorted by relevance

12

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/plugins/
H A DAttributeCleanupPluginTestCase.java119 HashSet<PluginType> pluginTypes = getPluginTypes(e);
252 HashSet<PluginType> pluginTypes = getPluginTypes(confEntry);
348 HashSet<PluginType> pluginTypes = getPluginTypes(confEntry);
449 HashSet<PluginType> pluginTypes = getPluginTypes(confEntry);
523 HashSet<PluginType> pluginTypes = getPluginTypes(confEntry);
624 HashSet<PluginType> pluginTypes = getPluginTypes(confEntry);
708 private HashSet<PluginType> getPluginTypes(Entry e) method in class:AttributeCleanupPluginTestCase
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/plugins/
H A DAttributeCleanupPluginTestCase.java110 Set<PluginType> pluginTypes = getPluginTypes(e);
245 Set<PluginType> pluginTypes = getPluginTypes(confEntry);
340 Set<PluginType> pluginTypes = getPluginTypes(confEntry);
439 Set<PluginType> pluginTypes = getPluginTypes(confEntry);
513 Set<PluginType> pluginTypes = getPluginTypes(confEntry);
613 Set<PluginType> pluginTypes = getPluginTypes(confEntry);
694 private Set<PluginType> getPluginTypes(Entry e) method in class:AttributeCleanupPluginTestCase
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/plugins/
H A DAttributeCleanupPluginTestCase.java119 HashSet<PluginType> pluginTypes = getPluginTypes(e);
252 HashSet<PluginType> pluginTypes = getPluginTypes(confEntry);
348 HashSet<PluginType> pluginTypes = getPluginTypes(confEntry);
449 HashSet<PluginType> pluginTypes = getPluginTypes(confEntry);
523 HashSet<PluginType> pluginTypes = getPluginTypes(confEntry);
624 HashSet<PluginType> pluginTypes = getPluginTypes(confEntry);
708 private HashSet<PluginType> getPluginTypes(Entry e) method in class:AttributeCleanupPluginTestCase
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/plugins/
H A DAttributeCleanupPluginTestCase.java110 Set<PluginType> pluginTypes = getPluginTypes(e);
245 Set<PluginType> pluginTypes = getPluginTypes(confEntry);
340 Set<PluginType> pluginTypes = getPluginTypes(confEntry);
439 Set<PluginType> pluginTypes = getPluginTypes(confEntry);
513 Set<PluginType> pluginTypes = getPluginTypes(confEntry);
613 Set<PluginType> pluginTypes = getPluginTypes(confEntry);
694 private Set<PluginType> getPluginTypes(Entry e) method in class:AttributeCleanupPluginTestCase
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/plugins/
H A DAttributeCleanupPluginTestCase.java119 HashSet<PluginType> pluginTypes = getPluginTypes(e);
252 HashSet<PluginType> pluginTypes = getPluginTypes(confEntry);
348 HashSet<PluginType> pluginTypes = getPluginTypes(confEntry);
449 HashSet<PluginType> pluginTypes = getPluginTypes(confEntry);
523 HashSet<PluginType> pluginTypes = getPluginTypes(confEntry);
624 HashSet<PluginType> pluginTypes = getPluginTypes(confEntry);
708 private HashSet<PluginType> getPluginTypes(Entry e) method in class:AttributeCleanupPluginTestCase
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/plugins/
H A DAttributeCleanupPluginTestCase.java113 Set<PluginType> pluginTypes = getPluginTypes(e);
197 Set<PluginType> pluginTypes = getPluginTypes(e);
234 Set<PluginType> pluginTypes = getPluginTypes(confEntry);
329 Set<PluginType> pluginTypes = getPluginTypes(confEntry);
428 Set<PluginType> pluginTypes = getPluginTypes(confEntry);
502 Set<PluginType> pluginTypes = getPluginTypes(confEntry);
601 Set<PluginType> pluginTypes = getPluginTypes(confEntry);
H A DPasswordPolicyImportPluginTestCase.java165 HashSet<PluginType> pluginTypes = TestCaseUtils.getPluginTypes(e);
231 HashSet<PluginType> pluginTypes = TestCaseUtils.getPluginTypes(e);
H A DEntryUUIDPluginTestCase.java136 HashSet<PluginType> pluginTypes = TestCaseUtils.getPluginTypes(e);
164 HashSet<PluginType> pluginTypes = TestCaseUtils.getPluginTypes(e);
234 HashSet<PluginType> pluginTypes = TestCaseUtils.getPluginTypes(e);
H A DLastModPluginTestCase.java151 HashSet<PluginType> pluginTypes = TestCaseUtils.getPluginTypes(e);
187 HashSet<PluginType> pluginTypes = TestCaseUtils.getPluginTypes(e);
261 HashSet<PluginType> pluginTypes = TestCaseUtils.getPluginTypes(e);
H A DLDAPADListPluginTestCase.java116 HashSet<PluginType> pluginTypes = TestCaseUtils.getPluginTypes(e);
190 HashSet<PluginType> pluginTypes = TestCaseUtils.getPluginTypes(e);
H A DUniqueAttributePluginTestCase.java217 HashSet<PluginType> pluginTypes = TestCaseUtils.getPluginTypes(e);
329 HashSet<PluginType> pluginTypes = TestCaseUtils.getPluginTypes(e);
H A DReferentialIntegrityPluginTestCase.java536 HashSet<PluginType> pluginTypes = TestCaseUtils.getPluginTypes(e);
794 HashSet<PluginType> pluginTypes = TestCaseUtils.getPluginTypes(e);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/
H A DPluginConfigManager.java547 registerPlugin0(plugin, plugin.getPluginTypes());
1138 for (PluginType t : plugin.getPluginTypes())
4464 HashSet<PluginType> pluginTypes = getPluginTypes(configuration);
4499 HashSet<PluginType> pluginTypes = getPluginTypes(configuration);
4558 HashSet<PluginType> pluginTypes = getPluginTypes(configuration);
4626 HashSet<PluginType> pluginTypes = getPluginTypes(configuration);
4647 private HashSet<PluginType> getPluginTypes(PluginCfg configuration) method in class:PluginConfigManager
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/api/plugin/
H A DDirectoryServerPlugin.java193 public final Set<PluginType> getPluginTypes() method in class:DirectoryServerPlugin
/forgerock/opendj2/src/server/org/opends/server/api/plugin/
H A DDirectoryServerPlugin.java194 public final Set<PluginType> getPluginTypes() method in class:DirectoryServerPlugin
/forgerock/opendj-b2.6/src/server/org/opends/server/api/plugin/
H A DDirectoryServerPlugin.java195 public final Set<PluginType> getPluginTypes() method in class:DirectoryServerPlugin
/forgerock/opendj2.6.2/src/server/org/opends/server/api/plugin/
H A DDirectoryServerPlugin.java195 public final Set<PluginType> getPluginTypes() method in class:DirectoryServerPlugin
/forgerock/opendj2-hg/src/server/org/opends/server/api/plugin/
H A DDirectoryServerPlugin.java194 public final Set<PluginType> getPluginTypes() method in class:DirectoryServerPlugin
/forgerock/opendj2-jel-hg/src/server/org/opends/server/api/plugin/
H A DDirectoryServerPlugin.java195 public final Set<PluginType> getPluginTypes() method in class:DirectoryServerPlugin
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/api/plugin/
H A DDirectoryServerPluginTestCase.java583 sigList.add("getPluginTypes");
842 * Tests the <CODE>getPluginTypes</CODE> method.
923 assertEquals(nullPlugin.getPluginTypes(), pluginTypes);
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/api/plugin/
H A DDirectoryServerPluginTestCase.java582 sigList.add("getPluginTypes");
841 * Tests the <CODE>getPluginTypes</CODE> method.
922 assertEquals(nullPlugin.getPluginTypes(), pluginTypes);
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/api/plugin/
H A DDirectoryServerPluginTestCase.java583 sigList.add("getPluginTypes");
842 * Tests the <CODE>getPluginTypes</CODE> method.
923 assertEquals(nullPlugin.getPluginTypes(), pluginTypes);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/api/plugin/
H A DDirectoryServerPluginTestCase.java582 sigList.add("getPluginTypes");
841 * Tests the <CODE>getPluginTypes</CODE> method.
922 assertEquals(nullPlugin.getPluginTypes(), pluginTypes);
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/api/plugin/
H A DDirectoryServerPluginTestCase.java583 sigList.add("getPluginTypes");
842 * Tests the <CODE>getPluginTypes</CODE> method.
923 assertEquals(nullPlugin.getPluginTypes(), pluginTypes);
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/api/plugin/
H A DDirectoryServerPluginTestCase.java574 sigList.add("getPluginTypes");
827 * Tests the <CODE>getPluginTypes</CODE> method.
903 assertEquals(nullPlugin.getPluginTypes(), pluginTypes);

Completed in 99 milliseconds

12