Searched refs:Entry (Results 551 - 575 of 3212) sorted by relevance

<<21222324252627282930>>

/forgerock/opendj2-hg/src/server/org/opends/server/types/operation/
H A DPostResponseAddOperation.java126 public Entry getEntryToAdd();
/forgerock/opendj2-jel-hg/src/server/org/opends/server/api/
H A DVirtualAttributeProvider.java156 Entry entry, VirtualAttributeRule rule);
172 public boolean hasValue(Entry entry, VirtualAttributeRule rule)
192 public boolean hasValue(Entry entry, VirtualAttributeRule rule,
215 public boolean hasAllValues(Entry entry, VirtualAttributeRule rule,
238 public boolean hasAnyValue(Entry entry, VirtualAttributeRule rule,
275 public ConditionResult matchesSubstring(Entry entry,
421 public ConditionResult greaterThanOrEqualTo(Entry entry,
498 public ConditionResult lessThanOrEqualTo(Entry entry,
575 public ConditionResult approximatelyEqualTo(Entry entry,
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/api/
H A DAccessControlHandler.java140 public boolean canDiscloseInformation(Entry entry, DN entryDN,
374 public abstract boolean isAllowed(Operation operation, Entry entry,
456 public abstract boolean mayProxy(Entry proxyUser, Entry proxiedUser,
/forgerock/openam-v13/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/configurator/
H A DStateData.java115 Map.Entry me = (Map.Entry) iter.next();
139 Map.Entry me = (Map.Entry) iter.next();
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/federation/
H A DIDFFAuthContexts.java59 Map.Entry entry = (Map.Entry)iterator.next();
77 Map.Entry entry = (Map.Entry)iterator.next();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/http/
H A DHTTPStatistics.java32 import java.util.Map.Entry;
113 for (Entry<String, AtomicInteger> entry : requestMethodsTotalCount.entrySet())
118 for (Entry<String, AtomicLong> entry1 : requestMethodsTotalTime.entrySet())
134 for (Entry<String, ?> entry : toOutput.entrySet())
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/operation/
H A DPostResponseCompareOperation.java101 Entry getEntryToCompare();
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/extensions/
H A DSimilarityBasedPasswordValidatorTestCase.java44 import org.opends.server.types.Entry;
85 List<Entry> entries = TestCaseUtils.makeEntries(
139 public void testInitializeWithValidConfigs(Entry e)
162 List<Entry> entries = TestCaseUtils.makeEntries(
219 public void testInitializeWithInvalidConfigs(Entry e)
244 Entry userEntry = TestCaseUtils.makeEntry(
256 Entry validatorEntry = TestCaseUtils.makeEntry(
316 Entry userEntry = TestCaseUtils.makeEntry(
328 Entry validatorEntry = TestCaseUtils.makeEntry(
H A DEntityTagVirtualAttributeProviderTestCase.java68 import org.opends.server.types.Entry;
257 final Entry e = TestCaseUtils.makeEntry("dn: dc=example,dc=com",
272 final Entry e1 = TestCaseUtils.makeEntry("dn: dc=example1,dc=com",
274 final Entry e2 = TestCaseUtils.makeEntry("dn: dc=example2,dc=com",
289 final Entry e1 = TestCaseUtils.makeEntry("dn: dc=example,dc=com",
291 final Entry e2 = TestCaseUtils.makeEntry("dn: dc=example,dc=com",
308 final Entry e1 = TestCaseUtils.makeEntry("dn: dc=example,dc=com",
311 final Entry e2 = TestCaseUtils.makeEntry("dn: dc=example,dc=com",
328 final Entry e1 = TestCaseUtils.makeEntry("dn: dc=example,dc=com",
330 final Entry e
[all...]
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/oauth2/core/
H A DNoneResponseTypeHandler.java34 public Map.Entry<String, Token> handle(String tokenType, Set<String> scope,
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/federation/
H A DIDFFAuthContexts.java59 Map.Entry entry = (Map.Entry)iterator.next();
77 Map.Entry entry = (Map.Entry)iterator.next();
/forgerock/openam/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/configurator/
H A DStateData.java115 Map.Entry me = (Map.Entry) iter.next();
139 Map.Entry me = (Map.Entry) iter.next();
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DEntityTagVirtualAttributeProviderTestCase.java79 import org.opends.server.types.Entry;
295 final Entry e = TestCaseUtils.makeEntry("dn: dc=example,dc=com",
312 final Entry e1 = TestCaseUtils.makeEntry("dn: dc=example1,dc=com",
314 final Entry e2 = TestCaseUtils.makeEntry("dn: dc=example2,dc=com",
330 final Entry e1 = TestCaseUtils.makeEntry("dn: dc=example,dc=com",
332 final Entry e2 = TestCaseUtils.makeEntry("dn: dc=example,dc=com",
350 final Entry e1 = TestCaseUtils.makeEntry("dn: dc=example,dc=com",
353 final Entry e2 = TestCaseUtils.makeEntry("dn: dc=example,dc=com",
371 final Entry e1 = TestCaseUtils.makeEntry("dn: dc=example,dc=com",
373 final Entry e
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DEntityTagVirtualAttributeProviderTestCase.java78 import org.opends.server.types.Entry;
294 final Entry e = TestCaseUtils.makeEntry("dn: dc=example,dc=com",
311 final Entry e1 = TestCaseUtils.makeEntry("dn: dc=example1,dc=com",
313 final Entry e2 = TestCaseUtils.makeEntry("dn: dc=example2,dc=com",
329 final Entry e1 = TestCaseUtils.makeEntry("dn: dc=example,dc=com",
331 final Entry e2 = TestCaseUtils.makeEntry("dn: dc=example,dc=com",
349 final Entry e1 = TestCaseUtils.makeEntry("dn: dc=example,dc=com",
352 final Entry e2 = TestCaseUtils.makeEntry("dn: dc=example,dc=com",
370 final Entry e1 = TestCaseUtils.makeEntry("dn: dc=example,dc=com",
372 final Entry e
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DEntityTagVirtualAttributeProviderTestCase.java79 import org.opends.server.types.Entry;
295 final Entry e = TestCaseUtils.makeEntry("dn: dc=example,dc=com",
312 final Entry e1 = TestCaseUtils.makeEntry("dn: dc=example1,dc=com",
314 final Entry e2 = TestCaseUtils.makeEntry("dn: dc=example2,dc=com",
330 final Entry e1 = TestCaseUtils.makeEntry("dn: dc=example,dc=com",
332 final Entry e2 = TestCaseUtils.makeEntry("dn: dc=example,dc=com",
350 final Entry e1 = TestCaseUtils.makeEntry("dn: dc=example,dc=com",
353 final Entry e2 = TestCaseUtils.makeEntry("dn: dc=example,dc=com",
371 final Entry e1 = TestCaseUtils.makeEntry("dn: dc=example,dc=com",
373 final Entry e
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DEntityTagVirtualAttributeProviderTestCase.java78 import org.opends.server.types.Entry;
294 final Entry e = TestCaseUtils.makeEntry("dn: dc=example,dc=com",
311 final Entry e1 = TestCaseUtils.makeEntry("dn: dc=example1,dc=com",
313 final Entry e2 = TestCaseUtils.makeEntry("dn: dc=example2,dc=com",
329 final Entry e1 = TestCaseUtils.makeEntry("dn: dc=example,dc=com",
331 final Entry e2 = TestCaseUtils.makeEntry("dn: dc=example,dc=com",
349 final Entry e1 = TestCaseUtils.makeEntry("dn: dc=example,dc=com",
352 final Entry e2 = TestCaseUtils.makeEntry("dn: dc=example,dc=com",
370 final Entry e1 = TestCaseUtils.makeEntry("dn: dc=example,dc=com",
372 final Entry e
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DEntityTagVirtualAttributeProviderTestCase.java79 import org.opends.server.types.Entry;
295 final Entry e = TestCaseUtils.makeEntry("dn: dc=example,dc=com",
312 final Entry e1 = TestCaseUtils.makeEntry("dn: dc=example1,dc=com",
314 final Entry e2 = TestCaseUtils.makeEntry("dn: dc=example2,dc=com",
330 final Entry e1 = TestCaseUtils.makeEntry("dn: dc=example,dc=com",
332 final Entry e2 = TestCaseUtils.makeEntry("dn: dc=example,dc=com",
350 final Entry e1 = TestCaseUtils.makeEntry("dn: dc=example,dc=com",
353 final Entry e2 = TestCaseUtils.makeEntry("dn: dc=example,dc=com",
371 final Entry e1 = TestCaseUtils.makeEntry("dn: dc=example,dc=com",
373 final Entry e
[all...]
/forgerock/opendj-b2.6/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-b2.6/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 DUniqueAttributePluginTestCase.java124 List<Entry> entries = TestCaseUtils.makeEntries(
213 public void testInitializeWithValidConfigs(Entry e)
244 List<Entry> entries = TestCaseUtils.makeEntries(
331 public void testInitializeWithInvalidConfigs(Entry e)
359 Entry e = makeEntry("cn=test user, ou=new people,o=test");
451 Entry e1 = makeEntry("cn=test user1, ou=People,o=test");
454 Entry e2 = makeEntry("cn=test user2, ou=People1,o=test");
458 Entry e3 = makeEntry("cn=test user3, ou=People,o=test");
461 Entry e4 = makeEntry("cn=test user4, ou=People1,o=test");
477 Entry
[all...]
/forgerock/opendj2/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...]
/forgerock/opendj2.6.2/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/opendj2.6.2/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 DUniqueAttributePluginTestCase.java124 List<Entry> entries = TestCaseUtils.makeEntries(
213 public void testInitializeWithValidConfigs(Entry e)
244 List<Entry> entries = TestCaseUtils.makeEntries(
331 public void testInitializeWithInvalidConfigs(Entry e)
359 Entry e = makeEntry("cn=test user, ou=new people,o=test");
451 Entry e1 = makeEntry("cn=test user1, ou=People,o=test");
454 Entry e2 = makeEntry("cn=test user2, ou=People1,o=test");
458 Entry e3 = makeEntry("cn=test user3, ou=People,o=test");
461 Entry e4 = makeEntry("cn=test user4, ou=People1,o=test");
477 Entry
[all...]

Completed in 44 milliseconds

<<21222324252627282930>>