Searched defs:authEntry (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DSASLContext.java119 private Entry authEntry = null; field in class:SASLContext
278 bindOp.setSASLAuthUserEntry(authEntry);
279 final AuthenticationInfo authInfo = new AuthenticationInfo(authEntry,
281 DirectoryServer.isRootDN(authEntry.getDN()));
374 bindOp.setSASLAuthUserEntry(authEntry);
375 final AuthenticationInfo authInfo = new AuthenticationInfo(authEntry,
377 DirectoryServer.isRootDN(authEntry.getDN()));
653 // If the authEntry is null, then we are processing a GSSAPI SASL bind,
655 // The authEntry is never null, when processing a DIGEST-MD5 SASL bind.
656 if (authEntry
[all...]
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DSASLContext.java118 private Entry authEntry = null; field in class:SASLContext
277 bindOp.setSASLAuthUserEntry(authEntry);
278 final AuthenticationInfo authInfo = new AuthenticationInfo(authEntry,
280 DirectoryServer.isRootDN(authEntry.getDN()));
373 bindOp.setSASLAuthUserEntry(authEntry);
374 final AuthenticationInfo authInfo = new AuthenticationInfo(authEntry,
376 DirectoryServer.isRootDN(authEntry.getDN()));
655 // If the authEntry is null, then we are processing a GSSAPI SASL bind,
657 // The authEntry is never null, when processing a DIGEST-MD5 SASL bind.
658 if (authEntry
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DSASLContext.java119 private Entry authEntry = null; field in class:SASLContext
278 bindOp.setSASLAuthUserEntry(authEntry);
279 final AuthenticationInfo authInfo = new AuthenticationInfo(authEntry,
281 DirectoryServer.isRootDN(authEntry.getDN()));
374 bindOp.setSASLAuthUserEntry(authEntry);
375 final AuthenticationInfo authInfo = new AuthenticationInfo(authEntry,
377 DirectoryServer.isRootDN(authEntry.getDN()));
653 // If the authEntry is null, then we are processing a GSSAPI SASL bind,
655 // The authEntry is never null, when processing a DIGEST-MD5 SASL bind.
656 if (authEntry
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DSASLContext.java119 private Entry authEntry = null; field in class:SASLContext
278 bindOp.setSASLAuthUserEntry(authEntry);
279 final AuthenticationInfo authInfo = new AuthenticationInfo(authEntry,
281 DirectoryServer.isRootDN(authEntry.getDN()));
374 bindOp.setSASLAuthUserEntry(authEntry);
375 final AuthenticationInfo authInfo = new AuthenticationInfo(authEntry,
377 DirectoryServer.isRootDN(authEntry.getDN()));
653 // If the authEntry is null, then we are processing a GSSAPI SASL bind,
655 // The authEntry is never null, when processing a DIGEST-MD5 SASL bind.
656 if (authEntry
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DSASLContext.java118 private Entry authEntry = null; field in class:SASLContext
277 bindOp.setSASLAuthUserEntry(authEntry);
278 final AuthenticationInfo authInfo = new AuthenticationInfo(authEntry,
280 DirectoryServer.isRootDN(authEntry.getDN()));
373 bindOp.setSASLAuthUserEntry(authEntry);
374 final AuthenticationInfo authInfo = new AuthenticationInfo(authEntry,
376 DirectoryServer.isRootDN(authEntry.getDN()));
655 // If the authEntry is null, then we are processing a GSSAPI SASL bind,
657 // The authEntry is never null, when processing a DIGEST-MD5 SASL bind.
658 if (authEntry
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DSASLContext.java113 private Entry authEntry; field in class:SASLContext
268 bindOp.setSASLAuthUserEntry(authEntry);
269 final AuthenticationInfo authInfo = new AuthenticationInfo(authEntry,
271 DirectoryServer.isRootDN(authEntry.getName()));
358 bindOp.setSASLAuthUserEntry(authEntry);
359 final AuthenticationInfo authInfo = new AuthenticationInfo(authEntry,
361 DirectoryServer.isRootDN(authEntry.getName()));
625 // If the authEntry is null, then we are processing a GSSAPI SASL bind,
627 // The authEntry is never null, when processing a DIGEST-MD5 SASL bind.
628 if (authEntry
[all...]

Completed in 85 milliseconds