Searched refs:Entry (Results 376 - 400 of 3212) sorted by relevance

<<11121314151617181920>>

/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/
H A DApproximateIndexer.java103 public void indexEntry(Entry entry, Set<byte[]> keys)
121 public void replaceEntry(Entry oldEntry, Entry newEntry,
140 public void modifyEntry(Entry oldEntry, Entry newEntry,
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DFileBasedKeyManagerProviderTestCase.java44 import org.opends.server.types.Entry;
93 List<Entry> entries = TestCaseUtils.makeEntries(
172 public void testVvalidConfigs(Entry e)
196 List<Entry> entries = TestCaseUtils.makeEntries(
307 public void testInvalidConfigs(Entry e)
H A DFileBasedTrustManagerProviderTestCase.java44 import org.opends.server.types.Entry;
93 List<Entry> entries = TestCaseUtils.makeEntries(
170 public void testVvalidConfigs(Entry e)
194 List<Entry> entries = TestCaseUtils.makeEntries(
295 public void testInvalidConfigs(Entry e)
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DFileBasedKeyManagerProviderTestCase.java42 import org.opends.server.types.Entry;
89 List<Entry> entries = TestCaseUtils.makeEntries(
178 public void testVvalidConfigs(Entry e)
202 List<Entry> entries = TestCaseUtils.makeEntries(
303 public void testInvalidConfigs(Entry e)
H A DFileBasedTrustManagerProviderTestCase.java43 import org.opends.server.types.Entry;
92 List<Entry> entries = TestCaseUtils.makeEntries(
169 public void testVvalidConfigs(Entry e)
193 List<Entry> entries = TestCaseUtils.makeEntries(
294 public void testInvalidConfigs(Entry e)
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DFileBasedKeyManagerProviderTestCase.java44 import org.opends.server.types.Entry;
93 List<Entry> entries = TestCaseUtils.makeEntries(
172 public void testVvalidConfigs(Entry e)
196 List<Entry> entries = TestCaseUtils.makeEntries(
307 public void testInvalidConfigs(Entry e)
H A DFileBasedTrustManagerProviderTestCase.java44 import org.opends.server.types.Entry;
93 List<Entry> entries = TestCaseUtils.makeEntries(
170 public void testVvalidConfigs(Entry e)
194 List<Entry> entries = TestCaseUtils.makeEntries(
295 public void testInvalidConfigs(Entry e)
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/
H A DApproximateIndexer.java102 public void indexEntry(Entry entry, Set<byte[]> keys)
120 public void replaceEntry(Entry oldEntry, Entry newEntry,
139 public void modifyEntry(Entry oldEntry, Entry newEntry,
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/
H A DApproximateIndexer.java103 public void indexEntry(Entry entry, Set<byte[]> keys)
121 public void replaceEntry(Entry oldEntry, Entry newEntry,
140 public void modifyEntry(Entry oldEntry, Entry newEntry,
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DNumSubordinatesVirtualAttributeProvider.java75 public Attribute getValues(Entry entry, VirtualAttributeRule rule)
97 public boolean hasValue(Entry entry, VirtualAttributeRule rule)
114 public boolean hasValue(Entry entry, VirtualAttributeRule rule, ByteString value)
131 public ConditionResult matchesSubstring(Entry entry,
143 public ConditionResult approximatelyEqualTo(Entry entry,
/forgerock/openam-v13/openam-core/src/test/java/org/forgerock/openam/cts/impl/query/
H A DLdapSearchHandlerTest.java28 import org.forgerock.opendj.ldap.Entry;
53 handler.performSearch(mockConnection, mockRequest, Collections.<Entry>emptyList());
60 List<Entry> entries = new ArrayList<Entry>();
72 handler.performSearch(mockConnection, mockRequest, Collections.<Entry>emptyList());
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/extensions/
H A DFileBasedKeyManagerProviderTestCase.java42 import org.opends.server.types.Entry;
89 List<Entry> entries = TestCaseUtils.makeEntries(
178 public void testVvalidConfigs(Entry e)
202 List<Entry> entries = TestCaseUtils.makeEntries(
303 public void testInvalidConfigs(Entry e)
H A DFileBasedTrustManagerProviderTestCase.java44 import org.opends.server.types.Entry;
93 List<Entry> entries = TestCaseUtils.makeEntries(
170 public void testVvalidConfigs(Entry e)
194 List<Entry> entries = TestCaseUtils.makeEntries(
295 public void testInvalidConfigs(Entry e)
/forgerock/openam/openam-core/src/test/java/org/forgerock/openam/cts/impl/query/
H A DLdapSearchHandlerTest.java29 import org.forgerock.opendj.ldap.Entry;
54 handler.performSearch(mockConnection, mockRequest, Collections.<Entry>emptyList());
61 List<Entry> entries = new ArrayList<Entry>();
73 handler.performSearch(mockConnection, mockRequest, Collections.<Entry>emptyList());
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DAuthenticationInfo.java62 private Entry authenticationEntry;
66 private Entry authorizationEntry;
112 public AuthenticationInfo(Entry authenticationEntry, boolean isRoot)
142 public AuthenticationInfo(Entry authenticationEntry,
180 public AuthenticationInfo(Entry authenticationEntry,
228 public AuthenticationInfo(Entry authenticationEntry,
229 Entry authorizationEntry,
337 public Entry getAuthenticationEntry()
393 public Entry getAuthorizationEntry()
590 public AuthenticationInfo duplicate(Entry newAuthenticationEntr
[all...]
/forgerock/opendj2/src/server/org/opends/server/core/
H A DPersistentSearch.java261 public void processAdd(Entry entry)
289 private boolean matchesFilter(Entry entry)
318 public void processDelete(Entry entry)
336 public void processModify(Entry entry)
351 public void processModify(Entry entry, Entry oldEntry)
379 private boolean anyMatchesFilter(Entry entry, Entry oldEntry)
392 public void processModifyDN(Entry entry, DN oldDN)
402 private boolean isAnyInScopeForModify(Entry entr
[all...]
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/plugins/
H A DLDAPADListPluginTestCase.java53 import org.opends.server.types.Entry;
93 List<Entry> entries = TestCaseUtils.makeEntries(
122 public void testInitializeWithValidConfigs(Entry e)
156 ArrayList<Entry> entries = new ArrayList<Entry>();
157 Entry e = TestCaseUtils.makeEntry(
206 public void testInitializeWithInvalidConfigs(Entry e)
258 Entry e = searchOperation.getSearchEntries().get(0);
288 Entry e = searchOperation.getSearchEntries().get(0);
318 Entry
[all...]
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/
H A DTestSearchResultEntryProtocolOp.java123 public void testEntryTransformation(Entry from) throws Exception
127 Entry to = protocolOp.toSearchResultEntry();
129 // FIXME Issue 660: Need to provide Entry.equals(Object)
136 * Test that going from Entry to SearchResultEntryProtocolOp to LDIF and
137 * back to Entry preserves the entry contents.
143 public void testToLdif(Entry from) throws Exception
150 Entry to = TestCaseUtils.entryFromLdifString(builder.toString());
152 // FIXME Issue 660: Need to provide Entry.equals(Object)
157 public void testToLdifWrapping(Entry from) throws Exception
176 Entry t
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/plugins/
H A DLDAPADListPluginTestCase.java52 import org.opends.server.types.Entry;
92 List<Entry> entries = TestCaseUtils.makeEntries(
121 public void testInitializeWithValidConfigs(Entry e)
155 ArrayList<Entry> entries = new ArrayList<Entry>();
156 Entry e = TestCaseUtils.makeEntry(
205 public void testInitializeWithInvalidConfigs(Entry e)
257 Entry e = searchOperation.getSearchEntries().get(0);
287 Entry e = searchOperation.getSearchEntries().get(0);
317 Entry
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/
H A DTestSearchResultEntryProtocolOp.java122 public void testEntryTransformation(Entry from) throws Exception
126 Entry to = protocolOp.toSearchResultEntry();
128 // FIXME Issue 660: Need to provide Entry.equals(Object)
135 * Test that going from Entry to SearchResultEntryProtocolOp to LDIF and
136 * back to Entry preserves the entry contents.
142 public void testToLdif(Entry from) throws Exception
149 Entry to = TestCaseUtils.entryFromLdifString(builder.toString());
151 // FIXME Issue 660: Need to provide Entry.equals(Object)
156 public void testToLdifWrapping(Entry from) throws Exception
175 Entry t
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/plugins/
H A DLDAPADListPluginTestCase.java53 import org.opends.server.types.Entry;
93 List<Entry> entries = TestCaseUtils.makeEntries(
122 public void testInitializeWithValidConfigs(Entry e)
156 ArrayList<Entry> entries = new ArrayList<Entry>();
157 Entry e = TestCaseUtils.makeEntry(
206 public void testInitializeWithInvalidConfigs(Entry e)
258 Entry e = searchOperation.getSearchEntries().get(0);
288 Entry e = searchOperation.getSearchEntries().get(0);
318 Entry
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/
H A DTestSearchResultEntryProtocolOp.java123 public void testEntryTransformation(Entry from) throws Exception
127 Entry to = protocolOp.toSearchResultEntry();
129 // FIXME Issue 660: Need to provide Entry.equals(Object)
136 * Test that going from Entry to SearchResultEntryProtocolOp to LDIF and
137 * back to Entry preserves the entry contents.
143 public void testToLdif(Entry from) throws Exception
150 Entry to = TestCaseUtils.entryFromLdifString(builder.toString());
152 // FIXME Issue 660: Need to provide Entry.equals(Object)
157 public void testToLdifWrapping(Entry from) throws Exception
176 Entry t
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/plugins/
H A DLDAPADListPluginTestCase.java52 import org.opends.server.types.Entry;
92 List<Entry> entries = TestCaseUtils.makeEntries(
121 public void testInitializeWithValidConfigs(Entry e)
155 ArrayList<Entry> entries = new ArrayList<Entry>();
156 Entry e = TestCaseUtils.makeEntry(
205 public void testInitializeWithInvalidConfigs(Entry e)
257 Entry e = searchOperation.getSearchEntries().get(0);
287 Entry e = searchOperation.getSearchEntries().get(0);
317 Entry
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/
H A DTestSearchResultEntryProtocolOp.java122 public void testEntryTransformation(Entry from) throws Exception
126 Entry to = protocolOp.toSearchResultEntry();
128 // FIXME Issue 660: Need to provide Entry.equals(Object)
135 * Test that going from Entry to SearchResultEntryProtocolOp to LDIF and
136 * back to Entry preserves the entry contents.
142 public void testToLdif(Entry from) throws Exception
149 Entry to = TestCaseUtils.entryFromLdifString(builder.toString());
151 // FIXME Issue 660: Need to provide Entry.equals(Object)
156 public void testToLdifWrapping(Entry from) throws Exception
175 Entry t
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/plugins/
H A DLDAPADListPluginTestCase.java53 import org.opends.server.types.Entry;
93 List<Entry> entries = TestCaseUtils.makeEntries(
122 public void testInitializeWithValidConfigs(Entry e)
156 ArrayList<Entry> entries = new ArrayList<Entry>();
157 Entry e = TestCaseUtils.makeEntry(
206 public void testInitializeWithInvalidConfigs(Entry e)
258 Entry e = searchOperation.getSearchEntries().get(0);
288 Entry e = searchOperation.getSearchEntries().get(0);
318 Entry
[all...]

Completed in 445 milliseconds

<<11121314151617181920>>