Searched defs:saslProperties (Results 1 - 12 of 12) sorted by relevance

/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...]

Completed in 163 milliseconds