/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/ |
H A D | LdapTestCase.java | 82 ListIterator<LDAPAttribute> e2 = list2.listIterator(); 83 while(e1.hasNext() && e2.hasNext()) { 85 LDAPAttribute o2 = e2.next(); 89 return !(e1.hasNext() || e2.hasNext());
|
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/ |
H A D | LdapTestCase.java | 77 Iterator<LDAPAttribute> e2 = list2.iterator(); 78 while(e1.hasNext() && e2.hasNext()) { 80 LDAPAttribute o2 = e2.next(); 84 return !e1.hasNext() && !e2.hasNext();
|
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/ |
H A D | LdapTestCase.java | 82 ListIterator<LDAPAttribute> e2 = list2.listIterator(); 83 while(e1.hasNext() && e2.hasNext()) { 85 LDAPAttribute o2 = e2.next(); 89 return !(e1.hasNext() || e2.hasNext());
|
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/ |
H A D | LdapTestCase.java | 77 Iterator<LDAPAttribute> e2 = list2.iterator(); 78 while(e1.hasNext() && e2.hasNext()) { 80 LDAPAttribute o2 = e2.next(); 84 return !e1.hasNext() && !e2.hasNext();
|
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/ |
H A D | LdapTestCase.java | 82 ListIterator<LDAPAttribute> e2 = list2.listIterator(); 83 while(e1.hasNext() && e2.hasNext()) { 85 LDAPAttribute o2 = e2.next(); 89 return !(e1.hasNext() || e2.hasNext());
|
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/protocols/ldap/ |
H A D | LdapTestCase.java | 77 Iterator<LDAPAttribute> e2 = list2.iterator(); 78 while(e1.hasNext() && e2.hasNext()) { 80 LDAPAttribute o2 = e2.next(); 86 return !e1.hasNext() && !e2.hasNext();
|
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/ |
H A D | EntitlementCombiner.java | 168 * @param e2 Entitlement. 170 protected void mergeActionValues(Entitlement e1, Entitlement e2) { argument 171 if (!e1.hasAdvice() && !e2.hasAdvice()) { 177 Map<String, Boolean> a2 = e2.getActionValues(); 212 * @param e2 Entitlement. 214 protected void mergeAdvices(Entitlement e1, Entitlement e2) { argument 220 Map<String, Set<String>> a2 = e2.getAdvices(); 254 * @param e2 Entitlement 256 protected void mergeAttributes(Entitlement e1, Entitlement e2) { argument 262 Map<String, Set<String>> a2 = e2 297 mergeTimeToLiveValue(Entitlement e1, Entitlement e2) argument [all...] |
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/ |
H A D | EntitlementCombiner.java | 169 * @param e2 Entitlement. 171 protected void mergeActionValues(Entitlement e1, Entitlement e2) { argument 172 if (!e1.hasAdvice() && !e2.hasAdvice()) { 178 Map<String, Boolean> a2 = e2.getActionValues(); 213 * @param e2 Entitlement. 215 protected void mergeAdvices(Entitlement e1, Entitlement e2) { argument 221 Map<String, Set<String>> a2 = e2.getAdvices(); 255 * @param e2 Entitlement 257 protected void mergeAttributes(Entitlement e1, Entitlement e2) { argument 263 Map<String, Set<String>> a2 = e2 298 mergeTimeToLiveValue(Entitlement e1, Entitlement e2) argument [all...] |
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/extensions/ |
H A D | EntityTagVirtualAttributeProviderTestCase.java | 314 final Entry e2 = TestCaseUtils.makeEntry("dn: dc=example2,dc=com", 316 assertFalse(getEntityTag(e1).equals(getEntityTag(e2))); 332 final Entry e2 = TestCaseUtils.makeEntry("dn: dc=example,dc=com", 335 assertEquals(getEntityTag(e1), getEntityTag(e2)); 353 final Entry e2 = TestCaseUtils.makeEntry("dn: dc=example,dc=com", 356 assertEquals(getEntityTag(e1), getEntityTag(e2)); 373 final Entry e2 = TestCaseUtils.makeEntry("dn: dc=example,dc=com", 375 assertEquals(getEntityTag(e1), getEntityTag(e2)); 661 Entry e2 = readEntry(conn, userDN); 663 String etag2 = e2 [all...] |
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/extensions/ |
H A D | EntityTagVirtualAttributeProviderTestCase.java | 313 final Entry e2 = TestCaseUtils.makeEntry("dn: dc=example2,dc=com", 315 assertFalse(getEntityTag(e1).equals(getEntityTag(e2))); 331 final Entry e2 = TestCaseUtils.makeEntry("dn: dc=example,dc=com", 334 assertEquals(getEntityTag(e1), getEntityTag(e2)); 352 final Entry e2 = TestCaseUtils.makeEntry("dn: dc=example,dc=com", 355 assertEquals(getEntityTag(e1), getEntityTag(e2)); 372 final Entry e2 = TestCaseUtils.makeEntry("dn: dc=example,dc=com", 374 assertEquals(getEntityTag(e1), getEntityTag(e2)); 660 Entry e2 = readEntry(conn, userDN); 662 String etag2 = e2 [all...] |
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/extensions/ |
H A D | EntityTagVirtualAttributeProviderTestCase.java | 314 final Entry e2 = TestCaseUtils.makeEntry("dn: dc=example2,dc=com", 316 assertFalse(getEntityTag(e1).equals(getEntityTag(e2))); 332 final Entry e2 = TestCaseUtils.makeEntry("dn: dc=example,dc=com", 335 assertEquals(getEntityTag(e1), getEntityTag(e2)); 353 final Entry e2 = TestCaseUtils.makeEntry("dn: dc=example,dc=com", 356 assertEquals(getEntityTag(e1), getEntityTag(e2)); 373 final Entry e2 = TestCaseUtils.makeEntry("dn: dc=example,dc=com", 375 assertEquals(getEntityTag(e1), getEntityTag(e2)); 661 Entry e2 = readEntry(conn, userDN); 663 String etag2 = e2 [all...] |
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/ |
H A D | EntityTagVirtualAttributeProviderTestCase.java | 313 final Entry e2 = TestCaseUtils.makeEntry("dn: dc=example2,dc=com", 315 assertFalse(getEntityTag(e1).equals(getEntityTag(e2))); 331 final Entry e2 = TestCaseUtils.makeEntry("dn: dc=example,dc=com", 334 assertEquals(getEntityTag(e1), getEntityTag(e2)); 352 final Entry e2 = TestCaseUtils.makeEntry("dn: dc=example,dc=com", 355 assertEquals(getEntityTag(e1), getEntityTag(e2)); 372 final Entry e2 = TestCaseUtils.makeEntry("dn: dc=example,dc=com", 374 assertEquals(getEntityTag(e1), getEntityTag(e2)); 660 Entry e2 = readEntry(conn, userDN); 662 String etag2 = e2 [all...] |
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/ |
H A D | EntityTagVirtualAttributeProviderTestCase.java | 314 final Entry e2 = TestCaseUtils.makeEntry("dn: dc=example2,dc=com", 316 assertFalse(getEntityTag(e1).equals(getEntityTag(e2))); 332 final Entry e2 = TestCaseUtils.makeEntry("dn: dc=example,dc=com", 335 assertEquals(getEntityTag(e1), getEntityTag(e2)); 353 final Entry e2 = TestCaseUtils.makeEntry("dn: dc=example,dc=com", 356 assertEquals(getEntityTag(e1), getEntityTag(e2)); 373 final Entry e2 = TestCaseUtils.makeEntry("dn: dc=example,dc=com", 375 assertEquals(getEntityTag(e1), getEntityTag(e2)); 661 Entry e2 = readEntry(conn, userDN); 663 String etag2 = e2 [all...] |
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/extensions/ |
H A D | EntityTagVirtualAttributeProviderTestCase.java | 274 final Entry e2 = TestCaseUtils.makeEntry("dn: dc=example2,dc=com", 277 assertFalse(getEntityTag(e1, rule).equals(getEntityTag(e2, rule))); 291 final Entry e2 = TestCaseUtils.makeEntry("dn: dc=example,dc=com", 295 assertEquals(getEntityTag(e1, rule), getEntityTag(e2, rule)); 311 final Entry e2 = TestCaseUtils.makeEntry("dn: dc=example,dc=com", 315 assertEquals(getEntityTag(e1, rule), getEntityTag(e2, rule)); 330 final Entry e2 = TestCaseUtils.makeEntry("dn: dc=example,dc=com", 333 assertEquals(getEntityTag(e1, rule), getEntityTag(e2, rule)); 525 Entry e2 = readEntry(userDN); 527 String etag2 = e2 [all...] |
/forgerock/opendj-b2.6/src/server/org/opends/server/core/ |
H A D | PersistentSearch.java | 360 catch (Exception e2) 364 TRACER.debugCaught(DebugLogLevel.ERROR, e2); 473 catch (Exception e2) 477 TRACER.debugCaught(DebugLogLevel.ERROR, e2); 606 catch (Exception e2) 610 TRACER.debugCaught(DebugLogLevel.ERROR, e2); 744 catch (Exception e2) 748 TRACER.debugCaught(DebugLogLevel.ERROR, e2);
|
H A D | BackendConfigManager.java | 305 catch (Exception e2) 309 TRACER.debugCaught(DebugLogLevel.ERROR, e2); 313 get(backendID, stackTraceToSingleLineString(e2)); 552 catch (Exception e2) 556 TRACER.debugCaught(DebugLogLevel.ERROR, e2); 560 get(backend.getBackendID(), stackTraceToSingleLineString(e2)); 777 catch (Exception e2) 781 TRACER.debugCaught(DebugLogLevel.ERROR, e2); 785 backendID, stackTraceToSingleLineString(e2)); 1111 catch (Exception e2) [all...] |
/forgerock/opendj2.6.2/src/server/org/opends/server/core/ |
H A D | PersistentSearch.java | 360 catch (Exception e2) 364 TRACER.debugCaught(DebugLogLevel.ERROR, e2); 473 catch (Exception e2) 477 TRACER.debugCaught(DebugLogLevel.ERROR, e2); 606 catch (Exception e2) 610 TRACER.debugCaught(DebugLogLevel.ERROR, e2); 744 catch (Exception e2) 748 TRACER.debugCaught(DebugLogLevel.ERROR, e2);
|
H A D | BackendConfigManager.java | 305 catch (Exception e2) 309 TRACER.debugCaught(DebugLogLevel.ERROR, e2); 313 get(backendID, stackTraceToSingleLineString(e2)); 552 catch (Exception e2) 556 TRACER.debugCaught(DebugLogLevel.ERROR, e2); 560 get(backend.getBackendID(), stackTraceToSingleLineString(e2)); 777 catch (Exception e2) 781 TRACER.debugCaught(DebugLogLevel.ERROR, e2); 785 backendID, stackTraceToSingleLineString(e2)); 1111 catch (Exception e2) [all...] |
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/ |
H A D | PersistentSearch.java | 360 catch (Exception e2) 364 TRACER.debugCaught(DebugLogLevel.ERROR, e2); 473 catch (Exception e2) 477 TRACER.debugCaught(DebugLogLevel.ERROR, e2); 606 catch (Exception e2) 610 TRACER.debugCaught(DebugLogLevel.ERROR, e2); 744 catch (Exception e2) 748 TRACER.debugCaught(DebugLogLevel.ERROR, e2);
|
/forgerock/opendj-b2.6/tests/staf-tests/shared/java/ldapjndi/ |
H A D | saslSearchClient.java | 203 } catch (InvalidSearchFilterException e2) { 204 e2.printStackTrace(); 205 errorMessage = e2.getMessage(); 206 if (e2.getCause() != null) 207 errorCause = e2.getCause().toString();
|
/forgerock/opendj2/tests/staf-tests/shared/java/ldapjndi/ |
H A D | saslSearchClient.java | 202 } catch (InvalidSearchFilterException e2) { 203 e2.printStackTrace(); 204 errorMessage = e2.getMessage(); 205 if (e2.getCause() != null) 206 errorCause = e2.getCause().toString();
|
/forgerock/opendj2.6.2/tests/staf-tests/shared/java/ldapjndi/ |
H A D | saslSearchClient.java | 203 } catch (InvalidSearchFilterException e2) { 204 e2.printStackTrace(); 205 errorMessage = e2.getMessage(); 206 if (e2.getCause() != null) 207 errorCause = e2.getCause().toString();
|
/forgerock/opendj2-jel-hg/tests/staf-tests/shared/java/ldapjndi/ |
H A D | saslSearchClient.java | 203 } catch (InvalidSearchFilterException e2) { 204 e2.printStackTrace(); 205 errorMessage = e2.getMessage(); 206 if (e2.getCause() != null) 207 errorCause = e2.getCause().toString();
|
/forgerock/opendj2-hg/tests/staf-tests/shared/java/ldapjndi/ |
H A D | saslSearchClient.java | 202 } catch (InvalidSearchFilterException e2) { 203 e2.printStackTrace(); 204 errorMessage = e2.getMessage(); 205 if (e2.getCause() != null) 206 errorCause = e2.getCause().toString();
|
/forgerock/opendj2/src/server/org/opends/server/core/ |
H A D | BackendConfigManager.java | 304 catch (Exception e2) 308 TRACER.debugCaught(DebugLogLevel.ERROR, e2); 312 get(backendID, stackTraceToSingleLineString(e2)); 551 catch (Exception e2) 555 TRACER.debugCaught(DebugLogLevel.ERROR, e2); 559 get(backend.getBackendID(), stackTraceToSingleLineString(e2)); 776 catch (Exception e2) 780 TRACER.debugCaught(DebugLogLevel.ERROR, e2); 784 backendID, stackTraceToSingleLineString(e2)); 1110 catch (Exception e2) [all...] |