Searched refs:Entry (Results 576 - 600 of 3212) sorted by relevance

<<21222324252627282930>>

/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/plugins/
H A DSambaPasswordPluginTestCase.java79 Entry configEntry = TestCaseUtils
219 Entry testEntry = TestCaseUtils.makeEntry("dn: uid=test.user1,o=test",
249 private void assertThatPasswordsAreEqualTo(Entry testEntry,
252 Entry entry = DirectoryServer.getEntry(testEntry.getDN());
295 Entry testEntry = TestCaseUtils.makeEntry("dn: uid=test.user3,o=test",
338 Entry testEntry = TestCaseUtils.makeEntry("dn: uid=test.user2,o=test",
367 Entry entry = DirectoryServer.getEntry(testEntry.getDN());
393 Entry testEntry = TestCaseUtils.makeEntry("dn: uid=test.user4,o=test",
453 Entry testEntry = TestCaseUtils.makeEntry("dn: uid=test.user,o=test",
523 Entry testEntr
[all...]
H A DUniqueAttributePluginTestCase.java125 List<Entry> entries = TestCaseUtils.makeEntries(
214 public void testInitializeWithValidConfigs(Entry e)
245 List<Entry> entries = TestCaseUtils.makeEntries(
332 public void testInitializeWithInvalidConfigs(Entry e)
360 Entry e = makeEntry("cn=test user, ou=new people,o=test");
452 Entry e1 = makeEntry("cn=test user1, ou=People,o=test");
455 Entry e2 = makeEntry("cn=test user2, ou=People1,o=test");
459 Entry e3 = makeEntry("cn=test user3, ou=People,o=test");
462 Entry e4 = makeEntry("cn=test user4, ou=People1,o=test");
478 Entry
[all...]
H A DLastModPluginTestCase.java55 import org.opends.server.types.Entry;
96 List<Entry> entries = TestCaseUtils.makeEntries(
154 public void testInitializeWithValidConfigs(Entry e)
189 public void testInitializeWithValidConfigsWithoutSchema(Entry e)
245 ArrayList<Entry> entries = new ArrayList<Entry>();
256 Entry e = TestCaseUtils.makeEntry(
288 public void testInitializeWithInvalidConfigs(Entry e)
325 Entry e = TestCaseUtils.makeEntry("dn: cn=test,o=test",
366 Entry
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/plugins/
H A DSambaPasswordPluginTestCase.java80 Entry configEntry = TestCaseUtils
220 Entry testEntry = TestCaseUtils.makeEntry("dn: uid=test.user1,o=test",
250 private void assertThatPasswordsAreEqualTo(Entry testEntry,
253 Entry entry = DirectoryServer.getEntry(testEntry.getDN());
296 Entry testEntry = TestCaseUtils.makeEntry("dn: uid=test.user3,o=test",
339 Entry testEntry = TestCaseUtils.makeEntry("dn: uid=test.user2,o=test",
368 Entry entry = DirectoryServer.getEntry(testEntry.getDN());
394 Entry testEntry = TestCaseUtils.makeEntry("dn: uid=test.user4,o=test",
454 Entry testEntry = TestCaseUtils.makeEntry("dn: uid=test.user,o=test",
524 Entry testEntr
[all...]
H A DLastModPluginTestCase.java56 import org.opends.server.types.Entry;
97 List<Entry> entries = TestCaseUtils.makeEntries(
155 public void testInitializeWithValidConfigs(Entry e)
190 public void testInitializeWithValidConfigsWithoutSchema(Entry e)
246 ArrayList<Entry> entries = new ArrayList<Entry>();
257 Entry e = TestCaseUtils.makeEntry(
289 public void testInitializeWithInvalidConfigs(Entry e)
326 Entry e = TestCaseUtils.makeEntry("dn: cn=test,o=test",
367 Entry
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/crypto/
H A DCryptoManagerSync.java339 Entry dstEntry = DirectoryServer.getEntry(dstDN);
382 private void modifyEntry(Entry srcEntry, Entry dstEntry)
452 private void addEntry(Entry srcEntry, DN dstDN)
474 Entry addEntry = new Entry(dstDN, ocMap, userAttrs, null);
494 Entry entry)
523 private void handleInstanceKeyAddOperation(Entry entry)
544 Entry entry)
570 Entry oldEntr
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/plugins/
H A DSambaPasswordPluginTestCase.java76 Entry configEntry = TestCaseUtils
212 Entry testEntry = TestCaseUtils.makeEntry("dn: uid=test.user1,o=test",
236 private void assertThatPasswordsAreEqualTo(Entry testEntry,
239 Entry entry = DirectoryServer.getEntry(testEntry.getName());
282 Entry testEntry = TestCaseUtils.makeEntry("dn: uid=test.user3,o=test",
321 Entry testEntry = TestCaseUtils.makeEntry("dn: uid=test.user2,o=test",
347 Entry entry = DirectoryServer.getEntry(testEntry.getName());
367 Entry testEntry = TestCaseUtils.makeEntry("dn: uid=test.user4,o=test",
418 Entry testEntry = TestCaseUtils.makeEntry("dn: uid=test.user,o=test",
488 Entry testEntr
[all...]
H A DUniqueAttributePluginTestCase.java125 List<Entry> entries = TestCaseUtils.makeEntries(
214 public void testInitializeWithValidConfigs(Entry e)
239 List<Entry> entries = TestCaseUtils.makeEntries(
326 public void testInitializeWithInvalidConfigs(Entry e)
347 Entry e = makeEntry("cn=test user, ou=new people,o=test");
437 Entry e1 = makeEntry("cn=test user1, ou=People,o=test");
440 Entry e2 = makeEntry("cn=test user2, ou=People1,o=test");
444 Entry e3 = makeEntry("cn=test user3, ou=People,o=test");
447 Entry e4 = makeEntry("cn=test user4, ou=People1,o=test");
463 Entry
[all...]
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/plugins/
H A DLastModPluginTestCase.java56 import org.opends.server.types.Entry;
97 List<Entry> entries = TestCaseUtils.makeEntries(
155 public void testInitializeWithValidConfigs(Entry e)
190 public void testInitializeWithValidConfigsWithoutSchema(Entry e)
246 ArrayList<Entry> entries = new ArrayList<Entry>();
257 Entry e = TestCaseUtils.makeEntry(
289 public void testInitializeWithInvalidConfigs(Entry e)
326 Entry e = TestCaseUtils.makeEntry("dn: cn=test,o=test",
367 Entry
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/plugins/
H A DLastModPluginTestCase.java55 import org.opends.server.types.Entry;
96 List<Entry> entries = TestCaseUtils.makeEntries(
154 public void testInitializeWithValidConfigs(Entry e)
189 public void testInitializeWithValidConfigsWithoutSchema(Entry e)
245 ArrayList<Entry> entries = new ArrayList<Entry>();
256 Entry e = TestCaseUtils.makeEntry(
288 public void testInitializeWithInvalidConfigs(Entry e)
325 Entry e = TestCaseUtils.makeEntry("dn: cn=test,o=test",
366 Entry
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/plugins/
H A DLastModPluginTestCase.java56 import org.opends.server.types.Entry;
97 List<Entry> entries = TestCaseUtils.makeEntries(
155 public void testInitializeWithValidConfigs(Entry e)
190 public void testInitializeWithValidConfigsWithoutSchema(Entry e)
246 ArrayList<Entry> entries = new ArrayList<Entry>();
257 Entry e = TestCaseUtils.makeEntry(
289 public void testInitializeWithInvalidConfigs(Entry e)
326 Entry e = TestCaseUtils.makeEntry("dn: cn=test,o=test",
367 Entry
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/extensions/
H A DEntryUUIDVirtualAttributeProviderTestCase.java121 Entry e = DirectoryServer.getEntry(entryDN);
154 Entry e = TestCaseUtils.addEntry(
303 Entry e = searchOperation.getSearchEntries().get(0);
349 Entry e = searchOperation.getSearchEntries().get(0);
376 Entry e = searchOperation.getSearchEntries().get(0);
409 Entry entry = makeEntry();
432 Entry entry = makeEntry();
451 Entry entry = makeEntry();
468 Entry entry = makeEntry();
473 private Entry makeEntr
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DPasswordPolicy.java42 import org.opends.server.types.Entry;
635 public PasswordPolicyState createAuthenticationPolicyState(Entry userEntry,
/forgerock/opendj-b2.6/src/server/org/opends/server/types/operation/
H A DPostOperationAddOperation.java38 import org.opends.server.types.Entry;
134 public Entry getEntryToAdd();
H A DPostSynchronizationAddOperation.java38 import org.opends.server.types.Entry;
134 public Entry getEntryToAdd();
H A DPreOperationAddOperation.java38 import org.opends.server.types.Entry;
192 public Entry getEntryToAdd();
H A DPreOperationSearchOperation.java39 import org.opends.server.types.Entry;
177 public boolean returnEntry(Entry entry, List<Control> controls);
/forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/
H A DTargetFilter.java32 import org.opends.server.types.Entry;
100 private boolean matchesFilter(Entry e) {
/forgerock/opendj2/src/server/org/opends/server/core/
H A DModifyDNOperationWrapper.java90 public Entry getOriginalEntry() {
120 public Entry getUpdatedEntry() {
H A DPasswordPolicy.java41 import org.opends.server.types.Entry;
634 public PasswordPolicyState createAuthenticationPolicyState(Entry userEntry,
/forgerock/opendj-b2.6/src/server/org/opends/server/authorization/dseecompat/
H A DTargetFilter.java33 import org.opends.server.types.Entry;
101 private boolean matchesFilter(Entry e) {
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DSaltedSHA256PasswordStorageSchemeTestCase.java41 import org.opends.server.types.Entry;
116 Entry userEntry = TestCaseUtils.makeEntry(
H A DSaltedSHA384PasswordStorageSchemeTestCase.java42 import org.opends.server.types.Entry;
119 Entry userEntry = TestCaseUtils.makeEntry(
H A DSaltedSHA512PasswordStorageSchemeTestCase.java42 import org.opends.server.types.Entry;
117 Entry userEntry = TestCaseUtils.makeEntry(
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/tasks/
H A DDummyTask.java39 import org.opends.server.types.Entry;
75 Entry taskEntry = getTaskEntry();

Completed in 56 milliseconds

<<21222324252627282930>>