Searched defs:configEntry (Results 26 - 50 of 160) sorted by relevance

1234567

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DAttributeValuePasswordValidatorTestCase.java406 * @param configEntry The configuration entry to use for the password
415 public void testPasswordIsAcceptable(Entry configEntry, String password, argument
435 configEntry);
H A DCharacterSetPasswordValidatorTestCase.java894 * @param configEntry The configuration entry to use for the password
903 public void testPasswordIsAcceptable(Entry configEntry, String password, argument
923 configEntry);
H A DConfigFileHandlerTestCase.java146 * @param configEntry The configuration entry to be checked.
150 private void recursivelyTestNoExtensibleObjects(ConfigEntry configEntry, argument
153 if (configEntry.hasObjectClass("extensibleObject"))
155 violatingDNs.add(configEntry.getDN());
158 for (ConfigEntry ce : configEntry.getChildren().values())
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/monitors/
H A DGenericMonitorTestCase.java52 protected ConfigEntry configEntry; field in class:GenericMonitorTestCase
74 configEntry = DirectoryServer.getConfigEntry(dn);
75 assertNotNull(configEntry);
142 configEntry = null;
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DAttributeValuePasswordValidatorTestCase.java405 * @param configEntry The configuration entry to use for the password
414 public void testPasswordIsAcceptable(Entry configEntry, String password, argument
434 configEntry);
H A DCharacterSetPasswordValidatorTestCase.java961 * @param configEntry The configuration entry to use for the password
970 public void testPasswordIsAcceptable(Entry configEntry, String password, argument
990 configEntry);
H A DConfigFileHandlerTestCase.java145 * @param configEntry The configuration entry to be checked.
149 private void recursivelyTestNoExtensibleObjects(ConfigEntry configEntry, argument
152 if (configEntry.hasObjectClass("extensibleObject"))
154 violatingDNs.add(configEntry.getDN());
157 for (ConfigEntry ce : configEntry.getChildren().values())
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/monitors/
H A DGenericMonitorTestCase.java51 protected ConfigEntry configEntry; field in class:GenericMonitorTestCase
73 configEntry = DirectoryServer.getConfigEntry(dn);
74 assertNotNull(configEntry);
141 configEntry = null;
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/api/
H A DConfigChangeListenerTestCase.java97 * @param configEntry The configuration entry from which to retrieve the
104 private void getChangeListeners(ConfigEntry configEntry, argument
108 for (ConfigChangeListener l : configEntry.getChangeListeners())
110 dns.add(configEntry.getDN());
114 if (configEntry.hasChildren())
116 for (ConfigEntry e : configEntry.getChildren().values())
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/api/
H A DConfigChangeListenerTestCase.java98 * @param configEntry The configuration entry from which to retrieve the
105 private void getChangeListeners(ConfigEntry configEntry, argument
109 for (ConfigChangeListener l : configEntry.getChangeListeners())
111 dns.add(configEntry.getDN());
115 if (configEntry.hasChildren())
117 for (ConfigEntry e : configEntry.getChildren().values())
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DAttributeValuePasswordValidatorTestCase.java406 * @param configEntry The configuration entry to use for the password
415 public void testPasswordIsAcceptable(Entry configEntry, String password, argument
435 configEntry);
H A DCharacterSetPasswordValidatorTestCase.java894 * @param configEntry The configuration entry to use for the password
903 public void testPasswordIsAcceptable(Entry configEntry, String password, argument
923 configEntry);
H A DConfigFileHandlerTestCase.java146 * @param configEntry The configuration entry to be checked.
150 private void recursivelyTestNoExtensibleObjects(ConfigEntry configEntry, argument
153 if (configEntry.hasObjectClass("extensibleObject"))
155 violatingDNs.add(configEntry.getDN());
158 for (ConfigEntry ce : configEntry.getChildren().values())
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/monitors/
H A DGenericMonitorTestCase.java52 protected ConfigEntry configEntry; field in class:GenericMonitorTestCase
74 configEntry = DirectoryServer.getConfigEntry(dn);
75 assertNotNull(configEntry);
142 configEntry = null;
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DAttributeValuePasswordValidatorTestCase.java405 * @param configEntry The configuration entry to use for the password
414 public void testPasswordIsAcceptable(Entry configEntry, String password, argument
434 configEntry);
H A DCharacterSetPasswordValidatorTestCase.java961 * @param configEntry The configuration entry to use for the password
970 public void testPasswordIsAcceptable(Entry configEntry, String password, argument
990 configEntry);
H A DConfigFileHandlerTestCase.java145 * @param configEntry The configuration entry to be checked.
149 private void recursivelyTestNoExtensibleObjects(ConfigEntry configEntry, argument
152 if (configEntry.hasObjectClass("extensibleObject"))
154 violatingDNs.add(configEntry.getDN());
157 for (ConfigEntry ce : configEntry.getChildren().values())
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/monitors/
H A DGenericMonitorTestCase.java51 protected ConfigEntry configEntry; field in class:GenericMonitorTestCase
73 configEntry = DirectoryServer.getConfigEntry(dn);
74 assertNotNull(configEntry);
141 configEntry = null;
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/api/
H A DConfigChangeListenerTestCase.java97 * @param configEntry The configuration entry from which to retrieve the
104 private void getChangeListeners(ConfigEntry configEntry, argument
108 for (ConfigChangeListener l : configEntry.getChangeListeners())
110 dns.add(configEntry.getDN());
114 if (configEntry.hasChildren())
116 for (ConfigEntry e : configEntry.getChildren().values())
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/api/
H A DConfigChangeListenerTestCase.java98 * @param configEntry The configuration entry from which to retrieve the
105 private void getChangeListeners(ConfigEntry configEntry, argument
109 for (ConfigChangeListener l : configEntry.getChangeListeners())
111 dns.add(configEntry.getDN());
115 if (configEntry.hasChildren())
117 for (ConfigEntry e : configEntry.getChildren().values())
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DAttributeValuePasswordValidatorTestCase.java406 * @param configEntry The configuration entry to use for the password
415 public void testPasswordIsAcceptable(Entry configEntry, String password, argument
435 configEntry);
H A DCharacterSetPasswordValidatorTestCase.java894 * @param configEntry The configuration entry to use for the password
903 public void testPasswordIsAcceptable(Entry configEntry, String password, argument
923 configEntry);
H A DConfigFileHandlerTestCase.java146 * @param configEntry The configuration entry to be checked.
150 private void recursivelyTestNoExtensibleObjects(ConfigEntry configEntry, argument
153 if (configEntry.hasObjectClass("extensibleObject"))
155 violatingDNs.add(configEntry.getDN());
158 for (ConfigEntry ce : configEntry.getChildren().values())
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/monitors/
H A DGenericMonitorTestCase.java52 protected ConfigEntry configEntry; field in class:GenericMonitorTestCase
74 configEntry = DirectoryServer.getConfigEntry(dn);
75 assertNotNull(configEntry);
142 configEntry = null;
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/api/
H A DConfigChangeListenerTestCase.java92 * @param configEntry The configuration entry from which to retrieve the
99 private void getChangeListeners(ConfigEntry configEntry, argument
103 for (ConfigChangeListener l : configEntry.getChangeListeners())
105 dns.add(configEntry.getDN());
109 if (configEntry.hasChildren())
111 for (ConfigEntry e : configEntry.getChildren().values())

Completed in 102 milliseconds

1234567