Searched refs:getEntryForID (Results 1 - 25 of 63) sorted by relevance

123

/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/extensions/
H A DExactMatchIdentityMapperTestCase.java287 * Tests the <CODE>getEntryForID</CODE> method with a simple equality match
334 Entry mappedEntry = mapper.getEntryForID("test");
345 * Tests the <CODE>getEntryForID</CODE> method with a simple equality match
393 Entry mappedEntry = mapper.getEntryForID("test");
404 * Tests the <CODE>getEntryForID</CODE> method with a simple equality match
453 Entry mappedEntry = mapper.getEntryForID("test");
461 * Tests the <CODE>getEntryForID</CODE> method with a simple equality match
509 Entry mappedEntry = mapper.getEntryForID("nottest");
517 * Tests the <CODE>getEntryForID</CODE> method with a simple equality match
579 mapper.getEntryForID("tes
[all...]
H A DRegularExpressionIdentityMapperTestCase.java170 * Tests the {@code getEntryForID} method with a simple match with only one
224 Entry mappedEntry = mapper.getEntryForID("test@example.com");
234 * Tests the {@code getEntryForID} method with a simple match with only one
289 Entry mappedEntry = mapper.getEntryForID("test@example.com");
299 * Tests the {@code getEntryForID} method with a simple match with only one
354 Entry mappedEntry = mapper.getEntryForID("test@example.com");
364 * Tests the {@code getEntryForID} method with a simple match with only one
418 Entry mappedEntry = mapper.getEntryForID("test@example.com");
427 * Tests the {@code getEntryForID} method with a simple match with only one
484 Entry mappedEntry = mapper.getEntryForID("tes
[all...]
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DRegularExpressionIdentityMapperTestCase.java170 * Tests the {@code getEntryForID} method with a simple match with only one
224 Entry mappedEntry = mapper.getEntryForID("test@example.com");
234 * Tests the {@code getEntryForID} method with a simple match with only one
289 Entry mappedEntry = mapper.getEntryForID("test@example.com");
299 * Tests the {@code getEntryForID} method with a simple match with only one
354 Entry mappedEntry = mapper.getEntryForID("test@example.com");
364 * Tests the {@code getEntryForID} method with a simple match with only one
418 Entry mappedEntry = mapper.getEntryForID("test@example.com");
427 * Tests the {@code getEntryForID} method with a simple match with only one
484 Entry mappedEntry = mapper.getEntryForID("tes
[all...]
H A DExactMatchIdentityMapperTestCase.java288 * Tests the <CODE>getEntryForID</CODE> method with a simple equality match
342 Entry mappedEntry = mapper.getEntryForID("test");
353 * Tests the <CODE>getEntryForID</CODE> method with a simple equality match
408 Entry mappedEntry = mapper.getEntryForID("test");
419 * Tests the <CODE>getEntryForID</CODE> method with a simple equality match
475 Entry mappedEntry = mapper.getEntryForID("test");
483 * Tests the <CODE>getEntryForID</CODE> method with a simple equality match
538 Entry mappedEntry = mapper.getEntryForID("nottest");
546 * Tests the <CODE>getEntryForID</CODE> method with a simple equality match
620 mapper.getEntryForID("tes
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DRegularExpressionIdentityMapperTestCase.java169 * Tests the {@code getEntryForID} method with a simple match with only one
223 Entry mappedEntry = mapper.getEntryForID("test@example.com");
233 * Tests the {@code getEntryForID} method with a simple match with only one
288 Entry mappedEntry = mapper.getEntryForID("test@example.com");
298 * Tests the {@code getEntryForID} method with a simple match with only one
353 Entry mappedEntry = mapper.getEntryForID("test@example.com");
363 * Tests the {@code getEntryForID} method with a simple match with only one
417 Entry mappedEntry = mapper.getEntryForID("test@example.com");
426 * Tests the {@code getEntryForID} method with a simple match with only one
483 Entry mappedEntry = mapper.getEntryForID("tes
[all...]
H A DExactMatchIdentityMapperTestCase.java287 * Tests the <CODE>getEntryForID</CODE> method with a simple equality match
341 Entry mappedEntry = mapper.getEntryForID("test");
352 * Tests the <CODE>getEntryForID</CODE> method with a simple equality match
407 Entry mappedEntry = mapper.getEntryForID("test");
418 * Tests the <CODE>getEntryForID</CODE> method with a simple equality match
474 Entry mappedEntry = mapper.getEntryForID("test");
482 * Tests the <CODE>getEntryForID</CODE> method with a simple equality match
537 Entry mappedEntry = mapper.getEntryForID("nottest");
545 * Tests the <CODE>getEntryForID</CODE> method with a simple equality match
619 mapper.getEntryForID("tes
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DRegularExpressionIdentityMapperTestCase.java170 * Tests the {@code getEntryForID} method with a simple match with only one
224 Entry mappedEntry = mapper.getEntryForID("test@example.com");
234 * Tests the {@code getEntryForID} method with a simple match with only one
289 Entry mappedEntry = mapper.getEntryForID("test@example.com");
299 * Tests the {@code getEntryForID} method with a simple match with only one
354 Entry mappedEntry = mapper.getEntryForID("test@example.com");
364 * Tests the {@code getEntryForID} method with a simple match with only one
418 Entry mappedEntry = mapper.getEntryForID("test@example.com");
427 * Tests the {@code getEntryForID} method with a simple match with only one
484 Entry mappedEntry = mapper.getEntryForID("tes
[all...]
H A DExactMatchIdentityMapperTestCase.java288 * Tests the <CODE>getEntryForID</CODE> method with a simple equality match
342 Entry mappedEntry = mapper.getEntryForID("test");
353 * Tests the <CODE>getEntryForID</CODE> method with a simple equality match
408 Entry mappedEntry = mapper.getEntryForID("test");
419 * Tests the <CODE>getEntryForID</CODE> method with a simple equality match
475 Entry mappedEntry = mapper.getEntryForID("test");
483 * Tests the <CODE>getEntryForID</CODE> method with a simple equality match
538 Entry mappedEntry = mapper.getEntryForID("nottest");
546 * Tests the <CODE>getEntryForID</CODE> method with a simple equality match
620 mapper.getEntryForID("tes
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DRegularExpressionIdentityMapperTestCase.java169 * Tests the {@code getEntryForID} method with a simple match with only one
223 Entry mappedEntry = mapper.getEntryForID("test@example.com");
233 * Tests the {@code getEntryForID} method with a simple match with only one
288 Entry mappedEntry = mapper.getEntryForID("test@example.com");
298 * Tests the {@code getEntryForID} method with a simple match with only one
353 Entry mappedEntry = mapper.getEntryForID("test@example.com");
363 * Tests the {@code getEntryForID} method with a simple match with only one
417 Entry mappedEntry = mapper.getEntryForID("test@example.com");
426 * Tests the {@code getEntryForID} method with a simple match with only one
483 Entry mappedEntry = mapper.getEntryForID("tes
[all...]
H A DExactMatchIdentityMapperTestCase.java287 * Tests the <CODE>getEntryForID</CODE> method with a simple equality match
341 Entry mappedEntry = mapper.getEntryForID("test");
352 * Tests the <CODE>getEntryForID</CODE> method with a simple equality match
407 Entry mappedEntry = mapper.getEntryForID("test");
418 * Tests the <CODE>getEntryForID</CODE> method with a simple equality match
474 Entry mappedEntry = mapper.getEntryForID("test");
482 * Tests the <CODE>getEntryForID</CODE> method with a simple equality match
537 Entry mappedEntry = mapper.getEntryForID("nottest");
545 * Tests the <CODE>getEntryForID</CODE> method with a simple equality match
619 mapper.getEntryForID("tes
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DRegularExpressionIdentityMapperTestCase.java170 * Tests the {@code getEntryForID} method with a simple match with only one
224 Entry mappedEntry = mapper.getEntryForID("test@example.com");
234 * Tests the {@code getEntryForID} method with a simple match with only one
289 Entry mappedEntry = mapper.getEntryForID("test@example.com");
299 * Tests the {@code getEntryForID} method with a simple match with only one
354 Entry mappedEntry = mapper.getEntryForID("test@example.com");
364 * Tests the {@code getEntryForID} method with a simple match with only one
418 Entry mappedEntry = mapper.getEntryForID("test@example.com");
427 * Tests the {@code getEntryForID} method with a simple match with only one
484 Entry mappedEntry = mapper.getEntryForID("tes
[all...]
H A DExactMatchIdentityMapperTestCase.java288 * Tests the <CODE>getEntryForID</CODE> method with a simple equality match
342 Entry mappedEntry = mapper.getEntryForID("test");
353 * Tests the <CODE>getEntryForID</CODE> method with a simple equality match
408 Entry mappedEntry = mapper.getEntryForID("test");
419 * Tests the <CODE>getEntryForID</CODE> method with a simple equality match
475 Entry mappedEntry = mapper.getEntryForID("test");
483 * Tests the <CODE>getEntryForID</CODE> method with a simple equality match
538 Entry mappedEntry = mapper.getEntryForID("nottest");
546 * Tests the <CODE>getEntryForID</CODE> method with a simple equality match
620 mapper.getEntryForID("tes
[all...]
/forgerock/opendj2/src/server/org/opends/server/api/
H A DIdentityMapper.java141 public abstract Entry getEntryForID(String id) method in class:IdentityMapper
/forgerock/opendj-b2.6/src/server/org/opends/server/api/
H A DIdentityMapper.java142 public abstract Entry getEntryForID(String id) method in class:IdentityMapper
/forgerock/opendj2.6.2/src/server/org/opends/server/api/
H A DIdentityMapper.java142 public abstract Entry getEntryForID(String id) method in class:IdentityMapper
/forgerock/opendj2-hg/src/server/org/opends/server/api/
H A DIdentityMapper.java141 public abstract Entry getEntryForID(String id) method in class:IdentityMapper
/forgerock/opendj2-jel-hg/src/server/org/opends/server/api/
H A DIdentityMapper.java142 public abstract Entry getEntryForID(String id) method in class:IdentityMapper
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/api/
H A DIdentityMapper.java142 public abstract Entry getEntryForID(String id) method in class:IdentityMapper
/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DSASLContext.java661 authEntry = identityMapper.getEntryForID(authid);
824 authzEntry = identityMapper.getEntryForID(idStr);
1137 authEntry = identityMapper.getEntryForID(entryID);
H A DPlainSASLMechanismHandler.java293 userEntry = identityMapper.getEntryForID(authcID);
436 authZEntry = identityMapper.getEntryForID(idStr);
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DSASLContext.java663 authEntry = identityMapper.getEntryForID(authid);
825 authzEntry = identityMapper.getEntryForID(idStr);
1137 authEntry = identityMapper.getEntryForID(entryID);
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DSASLContext.java661 authEntry = identityMapper.getEntryForID(authid);
824 authzEntry = identityMapper.getEntryForID(idStr);
1137 authEntry = identityMapper.getEntryForID(entryID);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DSASLContext.java661 authEntry = identityMapper.getEntryForID(authid);
824 authzEntry = identityMapper.getEntryForID(idStr);
1137 authEntry = identityMapper.getEntryForID(entryID);
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DSASLContext.java663 authEntry = identityMapper.getEntryForID(authid);
825 authzEntry = identityMapper.getEntryForID(idStr);
1137 authEntry = identityMapper.getEntryForID(entryID);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DSASLContext.java633 authEntry = identityMapper.getEntryForID(authid);
785 authzEntry = identityMapper.getEntryForID(idStr);
1074 authEntry = identityMapper.getEntryForID(entryID);

Completed in 258 milliseconds

123