Searched refs:saslProperties (Results 1 - 24 of 24) sorted by relevance

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/tools/
H A DLDAPAuthenticationHandlerTestCase.java364 LinkedHashMap<String,List<String>> saslProperties =
372 authHandler.doSASLBind(null, null, null, saslProperties, requestControls,
400 LinkedHashMap<String,List<String>> saslProperties =
408 authHandler.doSASLBind(null, null, "", saslProperties, requestControls,
436 LinkedHashMap<String,List<String>> saslProperties =
444 authHandler.doSASLBind(null, null, "invalid", saslProperties,
473 LinkedHashMap<String,List<String>> saslProperties =
477 saslProperties.put("trace", propList);
485 "ANONYMOUS", saslProperties, requestControls,
517 LinkedHashMap<String,List<String>> saslProperties
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/tools/
H A DLDAPAuthenticationHandlerTestCase.java363 LinkedHashMap<String,List<String>> saslProperties =
371 authHandler.doSASLBind(null, null, null, saslProperties, requestControls,
399 LinkedHashMap<String,List<String>> saslProperties =
407 authHandler.doSASLBind(null, null, "", saslProperties, requestControls,
435 LinkedHashMap<String,List<String>> saslProperties =
443 authHandler.doSASLBind(null, null, "invalid", saslProperties,
472 LinkedHashMap<String,List<String>> saslProperties =
476 saslProperties.put("trace", propList);
484 "ANONYMOUS", saslProperties, requestControls,
516 LinkedHashMap<String,List<String>> saslProperties
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/tools/
H A DLDAPAuthenticationHandlerTestCase.java364 LinkedHashMap<String,List<String>> saslProperties =
372 authHandler.doSASLBind(null, null, null, saslProperties, requestControls,
400 LinkedHashMap<String,List<String>> saslProperties =
408 authHandler.doSASLBind(null, null, "", saslProperties, requestControls,
436 LinkedHashMap<String,List<String>> saslProperties =
444 authHandler.doSASLBind(null, null, "invalid", saslProperties,
473 LinkedHashMap<String,List<String>> saslProperties =
477 saslProperties.put("trace", propList);
485 "ANONYMOUS", saslProperties, requestControls,
517 LinkedHashMap<String,List<String>> saslProperties
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/tools/
H A DLDAPAuthenticationHandlerTestCase.java363 LinkedHashMap<String,List<String>> saslProperties =
371 authHandler.doSASLBind(null, null, null, saslProperties, requestControls,
399 LinkedHashMap<String,List<String>> saslProperties =
407 authHandler.doSASLBind(null, null, "", saslProperties, requestControls,
435 LinkedHashMap<String,List<String>> saslProperties =
443 authHandler.doSASLBind(null, null, "invalid", saslProperties,
472 LinkedHashMap<String,List<String>> saslProperties =
476 saslProperties.put("trace", propList);
484 "ANONYMOUS", saslProperties, requestControls,
516 LinkedHashMap<String,List<String>> saslProperties
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/tools/
H A DLDAPAuthenticationHandlerTestCase.java364 LinkedHashMap<String,List<String>> saslProperties =
372 authHandler.doSASLBind(null, null, null, saslProperties, requestControls,
400 LinkedHashMap<String,List<String>> saslProperties =
408 authHandler.doSASLBind(null, null, "", saslProperties, requestControls,
436 LinkedHashMap<String,List<String>> saslProperties =
444 authHandler.doSASLBind(null, null, "invalid", saslProperties,
473 LinkedHashMap<String,List<String>> saslProperties =
477 saslProperties.put("trace", propList);
485 "ANONYMOUS", saslProperties, requestControls,
517 LinkedHashMap<String,List<String>> saslProperties
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/tools/
H A DLDAPAuthenticationHandlerTestCase.java348 LinkedHashMap<String, List<String>> saslProperties = new LinkedHashMap<>();
354 authHandler.doSASLBind(null, null, null, saslProperties, requestControls, responseControls);
380 LinkedHashMap<String, List<String>> saslProperties = new LinkedHashMap<>();
386 authHandler.doSASLBind(null, null, "", saslProperties, requestControls, responseControls);
412 LinkedHashMap<String, List<String>> saslProperties = new LinkedHashMap<>();
419 authHandler.doSASLBind(null, null, "invalid", saslProperties,
447 LinkedHashMap<String, List<String>> saslProperties = new LinkedHashMap<>();
450 saslProperties.put("trace", propList);
458 "ANONYMOUS", saslProperties, requestControls,
489 LinkedHashMap<String, List<String>> saslProperties
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/
H A DLDAPConnectionOptions.java53 private Map<String, List<String>> saslProperties = field in class:LDAPConnectionOptions
199 return saslProperties;
222 List<String> valList = saslProperties.get(key);
229 saslProperties.put(key, valList);
H A DLDAPAuthenticationHandler.java451 * @param saslProperties A set of additional properties that may be needed
470 Map<String,List<String>> saslProperties,
494 return doSASLAnonymous(bindDN, saslProperties, requestControls,
499 return doSASLCRAMMD5(bindDN, bindPassword, saslProperties,
504 return doSASLDigestMD5(bindDN, bindPassword, saslProperties,
509 return doSASLExternal(bindDN, saslProperties, requestControls,
514 return doSASLGSSAPI(bindDN, bindPassword, saslProperties, requestControls,
519 return doSASLPlain(bindDN, bindPassword, saslProperties, requestControls,
538 * @param saslProperties A set of additional properties that may be needed
556 Map<String,List<String>> saslProperties,
468 doSASLBind(ByteSequence bindDN, ByteSequence bindPassword, String mechanism, Map<String,List<String>> saslProperties, List<Control> requestControls, List<Control> responseControls) argument
555 doSASLAnonymous(ByteSequence bindDN, Map<String,List<String>> saslProperties, List<Control> requestControls, List<Control> responseControls) argument
799 doSASLCRAMMD5(ByteSequence bindDN, ByteSequence bindPassword, Map<String,List<String>> saslProperties, List<Control> requestControls, List<Control> responseControls) argument
1297 doSASLDigestMD5(ByteSequence bindDN, ByteSequence bindPassword, Map<String,List<String>> saslProperties, List<Control> requestControls, List<Control> responseControls) argument
2426 doSASLExternal(ByteSequence bindDN, Map<String,List<String>> saslProperties, List<Control> requestControls, List<Control> responseControls) argument
2623 doSASLGSSAPI(ByteSequence bindDN, ByteSequence bindPassword, Map<String,List<String>> saslProperties, List<Control> requestControls, List<Control> responseControls) argument
2942 doSASLPlain(ByteSequence bindDN, ByteSequence bindPassword, Map<String,List<String>> saslProperties, List<Control> requestControls, List<Control> responseControls) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/tools/
H A DLDAPConnectionOptions.java52 private Map<String, List<String>> saslProperties = field in class:LDAPConnectionOptions
198 return saslProperties;
221 List<String> valList = saslProperties.get(key);
228 saslProperties.put(key, valList);
H A DLDAPAuthenticationHandler.java450 * @param saslProperties A set of additional properties that may be needed
469 Map<String,List<String>> saslProperties,
493 return doSASLAnonymous(bindDN, saslProperties, requestControls,
498 return doSASLCRAMMD5(bindDN, bindPassword, saslProperties,
503 return doSASLDigestMD5(bindDN, bindPassword, saslProperties,
508 return doSASLExternal(bindDN, saslProperties, requestControls,
513 return doSASLGSSAPI(bindDN, bindPassword, saslProperties, requestControls,
518 return doSASLPlain(bindDN, bindPassword, saslProperties, requestControls,
537 * @param saslProperties A set of additional properties that may be needed
555 Map<String,List<String>> saslProperties,
467 doSASLBind(ByteSequence bindDN, ByteSequence bindPassword, String mechanism, Map<String,List<String>> saslProperties, List<Control> requestControls, List<Control> responseControls) argument
554 doSASLAnonymous(ByteSequence bindDN, Map<String,List<String>> saslProperties, List<Control> requestControls, List<Control> responseControls) argument
798 doSASLCRAMMD5(ByteSequence bindDN, ByteSequence bindPassword, Map<String,List<String>> saslProperties, List<Control> requestControls, List<Control> responseControls) argument
1296 doSASLDigestMD5(ByteSequence bindDN, ByteSequence bindPassword, Map<String,List<String>> saslProperties, List<Control> requestControls, List<Control> responseControls) argument
2425 doSASLExternal(ByteSequence bindDN, Map<String,List<String>> saslProperties, List<Control> requestControls, List<Control> responseControls) argument
2622 doSASLGSSAPI(ByteSequence bindDN, ByteSequence bindPassword, Map<String,List<String>> saslProperties, List<Control> requestControls, List<Control> responseControls) argument
2941 doSASLPlain(ByteSequence bindDN, ByteSequence bindPassword, Map<String,List<String>> saslProperties, List<Control> requestControls, List<Control> responseControls) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/
H A DLDAPConnectionOptions.java53 private Map<String, List<String>> saslProperties = field in class:LDAPConnectionOptions
199 return saslProperties;
222 List<String> valList = saslProperties.get(key);
229 saslProperties.put(key, valList);
H A DLDAPAuthenticationHandler.java451 * @param saslProperties A set of additional properties that may be needed
470 Map<String,List<String>> saslProperties,
494 return doSASLAnonymous(bindDN, saslProperties, requestControls,
499 return doSASLCRAMMD5(bindDN, bindPassword, saslProperties,
504 return doSASLDigestMD5(bindDN, bindPassword, saslProperties,
509 return doSASLExternal(bindDN, saslProperties, requestControls,
514 return doSASLGSSAPI(bindDN, bindPassword, saslProperties, requestControls,
519 return doSASLPlain(bindDN, bindPassword, saslProperties, requestControls,
538 * @param saslProperties A set of additional properties that may be needed
556 Map<String,List<String>> saslProperties,
468 doSASLBind(ByteSequence bindDN, ByteSequence bindPassword, String mechanism, Map<String,List<String>> saslProperties, List<Control> requestControls, List<Control> responseControls) argument
555 doSASLAnonymous(ByteSequence bindDN, Map<String,List<String>> saslProperties, List<Control> requestControls, List<Control> responseControls) argument
799 doSASLCRAMMD5(ByteSequence bindDN, ByteSequence bindPassword, Map<String,List<String>> saslProperties, List<Control> requestControls, List<Control> responseControls) argument
1297 doSASLDigestMD5(ByteSequence bindDN, ByteSequence bindPassword, Map<String,List<String>> saslProperties, List<Control> requestControls, List<Control> responseControls) argument
2426 doSASLExternal(ByteSequence bindDN, Map<String,List<String>> saslProperties, List<Control> requestControls, List<Control> responseControls) argument
2623 doSASLGSSAPI(ByteSequence bindDN, ByteSequence bindPassword, Map<String,List<String>> saslProperties, List<Control> requestControls, List<Control> responseControls) argument
2942 doSASLPlain(ByteSequence bindDN, ByteSequence bindPassword, Map<String,List<String>> saslProperties, List<Control> requestControls, List<Control> responseControls) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/
H A DLDAPConnectionOptions.java53 private Map<String, List<String>> saslProperties = field in class:LDAPConnectionOptions
199 return saslProperties;
222 List<String> valList = saslProperties.get(key);
229 saslProperties.put(key, valList);
H A DLDAPAuthenticationHandler.java451 * @param saslProperties A set of additional properties that may be needed
470 Map<String,List<String>> saslProperties,
494 return doSASLAnonymous(bindDN, saslProperties, requestControls,
499 return doSASLCRAMMD5(bindDN, bindPassword, saslProperties,
504 return doSASLDigestMD5(bindDN, bindPassword, saslProperties,
509 return doSASLExternal(bindDN, saslProperties, requestControls,
514 return doSASLGSSAPI(bindDN, bindPassword, saslProperties, requestControls,
519 return doSASLPlain(bindDN, bindPassword, saslProperties, requestControls,
538 * @param saslProperties A set of additional properties that may be needed
556 Map<String,List<String>> saslProperties,
468 doSASLBind(ByteSequence bindDN, ByteSequence bindPassword, String mechanism, Map<String,List<String>> saslProperties, List<Control> requestControls, List<Control> responseControls) argument
555 doSASLAnonymous(ByteSequence bindDN, Map<String,List<String>> saslProperties, List<Control> requestControls, List<Control> responseControls) argument
799 doSASLCRAMMD5(ByteSequence bindDN, ByteSequence bindPassword, Map<String,List<String>> saslProperties, List<Control> requestControls, List<Control> responseControls) argument
1297 doSASLDigestMD5(ByteSequence bindDN, ByteSequence bindPassword, Map<String,List<String>> saslProperties, List<Control> requestControls, List<Control> responseControls) argument
2426 doSASLExternal(ByteSequence bindDN, Map<String,List<String>> saslProperties, List<Control> requestControls, List<Control> responseControls) argument
2623 doSASLGSSAPI(ByteSequence bindDN, ByteSequence bindPassword, Map<String,List<String>> saslProperties, List<Control> requestControls, List<Control> responseControls) argument
2942 doSASLPlain(ByteSequence bindDN, ByteSequence bindPassword, Map<String,List<String>> saslProperties, List<Control> requestControls, List<Control> responseControls) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/tools/
H A DLDAPConnectionOptions.java52 private Map<String, List<String>> saslProperties = field in class:LDAPConnectionOptions
198 return saslProperties;
221 List<String> valList = saslProperties.get(key);
228 saslProperties.put(key, valList);
H A DLDAPAuthenticationHandler.java450 * @param saslProperties A set of additional properties that may be needed
469 Map<String,List<String>> saslProperties,
493 return doSASLAnonymous(bindDN, saslProperties, requestControls,
498 return doSASLCRAMMD5(bindDN, bindPassword, saslProperties,
503 return doSASLDigestMD5(bindDN, bindPassword, saslProperties,
508 return doSASLExternal(bindDN, saslProperties, requestControls,
513 return doSASLGSSAPI(bindDN, bindPassword, saslProperties, requestControls,
518 return doSASLPlain(bindDN, bindPassword, saslProperties, requestControls,
537 * @param saslProperties A set of additional properties that may be needed
555 Map<String,List<String>> saslProperties,
467 doSASLBind(ByteSequence bindDN, ByteSequence bindPassword, String mechanism, Map<String,List<String>> saslProperties, List<Control> requestControls, List<Control> responseControls) argument
554 doSASLAnonymous(ByteSequence bindDN, Map<String,List<String>> saslProperties, List<Control> requestControls, List<Control> responseControls) argument
798 doSASLCRAMMD5(ByteSequence bindDN, ByteSequence bindPassword, Map<String,List<String>> saslProperties, List<Control> requestControls, List<Control> responseControls) argument
1296 doSASLDigestMD5(ByteSequence bindDN, ByteSequence bindPassword, Map<String,List<String>> saslProperties, List<Control> requestControls, List<Control> responseControls) argument
2425 doSASLExternal(ByteSequence bindDN, Map<String,List<String>> saslProperties, List<Control> requestControls, List<Control> responseControls) argument
2622 doSASLGSSAPI(ByteSequence bindDN, ByteSequence bindPassword, Map<String,List<String>> saslProperties, List<Control> requestControls, List<Control> responseControls) argument
2941 doSASLPlain(ByteSequence bindDN, ByteSequence bindPassword, Map<String,List<String>> saslProperties, List<Control> requestControls, List<Control> responseControls) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/
H A DLDAPConnectionOptions.java53 private Map<String, List<String>> saslProperties = new HashMap<> (); field in class:LDAPConnectionOptions
192 return saslProperties;
215 List<String> valList = saslProperties.get(key);
222 saslProperties.put(key, valList);
H A DLDAPAuthenticationHandler.java412 * @param saslProperties A set of additional properties that may be needed
431 Map<String,List<String>> saslProperties,
455 return doSASLAnonymous(bindDN, saslProperties, requestControls,
460 return doSASLCRAMMD5(bindDN, bindPassword, saslProperties,
465 return doSASLDigestMD5(bindDN, bindPassword, saslProperties,
470 return doSASLExternal(bindDN, saslProperties, requestControls,
475 return doSASLGSSAPI(bindDN, bindPassword, saslProperties, requestControls,
480 return doSASLPlain(bindDN, bindPassword, saslProperties, requestControls,
499 * @param saslProperties A set of additional properties that may be needed
517 Map<String,List<String>> saslProperties,
429 doSASLBind(ByteSequence bindDN, ByteSequence bindPassword, String mechanism, Map<String,List<String>> saslProperties, List<Control> requestControls, List<Control> responseControls) argument
516 doSASLAnonymous(ByteSequence bindDN, Map<String,List<String>> saslProperties, List<Control> requestControls, List<Control> responseControls) argument
715 doSASLCRAMMD5(ByteSequence bindDN, ByteSequence bindPassword, Map<String,List<String>> saslProperties, List<Control> requestControls, List<Control> responseControls) argument
1041 getAuthID(Map<String, List<String>> saslProperties, String authID, String name) argument
1201 doSASLDigestMD5(ByteSequence bindDN, ByteSequence bindPassword, Map<String,List<String>> saslProperties, List<Control> requestControls, List<Control> responseControls) argument
2292 doSASLExternal(ByteSequence bindDN, Map<String,List<String>> saslProperties, List<Control> requestControls, List<Control> responseControls) argument
2478 doSASLGSSAPI(ByteSequence bindDN, ByteSequence bindPassword, Map<String,List<String>> saslProperties, List<Control> requestControls, List<Control> responseControls) argument
2793 doSASLPlain(ByteSequence bindDN, ByteSequence bindPassword, Map<String,List<String>> saslProperties, List<Control> requestControls, List<Control> responseControls) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/extensions/
H A DWhoAmIExtendedOperationTestCase.java309 HashMap<String,List<String>> saslProperties = new HashMap<>(2);
310 saslProperties.put("authID", newArrayList("dn:uid=proxy.user,o=test"));
311 saslProperties.put("authzID", newArrayList("dn:uid=test.user,o=test"));
314 ByteString.valueOfUtf8("password"), saslProperties,
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DWhoAmIExtendedOperationTestCase.java326 HashMap<String,List<String>> saslProperties =
331 saslProperties.put("authID", authIDList);
335 saslProperties.put("authzID", authzIDList);
338 ByteString.valueOf("password"), saslProperties,
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DWhoAmIExtendedOperationTestCase.java325 HashMap<String,List<String>> saslProperties =
330 saslProperties.put("authID", authIDList);
334 saslProperties.put("authzID", authzIDList);
337 ByteString.valueOf("password"), saslProperties,
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DWhoAmIExtendedOperationTestCase.java326 HashMap<String,List<String>> saslProperties =
331 saslProperties.put("authID", authIDList);
335 saslProperties.put("authzID", authzIDList);
338 ByteString.valueOf("password"), saslProperties,
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DWhoAmIExtendedOperationTestCase.java325 HashMap<String,List<String>> saslProperties =
330 saslProperties.put("authID", authIDList);
334 saslProperties.put("authzID", authzIDList);
337 ByteString.valueOf("password"), saslProperties,
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DWhoAmIExtendedOperationTestCase.java326 HashMap<String,List<String>> saslProperties =
331 saslProperties.put("authID", authIDList);
335 saslProperties.put("authzID", authzIDList);
338 ByteString.valueOf("password"), saslProperties,

Completed in 86 milliseconds