| | |
| | | bindOp.setSASLAuthUserEntry(authEntry); |
| | | AuthenticationInfo authInfo = |
| | | new AuthenticationInfo(authEntry, authzEntry, |
| | | mechanism, |
| | | mechanism, clientCredentials, |
| | | DirectoryServer.isRootDN(authEntry.getDN())); |
| | | bindOp.setAuthenticationInfo(authInfo); |
| | | //If confidentiality/integrity has been negotiated then |
| | |
| | | bindOp.setSASLAuthUserEntry(authEntry); |
| | | AuthenticationInfo authInfo = |
| | | new AuthenticationInfo(authEntry, authzEntry, |
| | | mechanism, |
| | | mechanism, clientCredentials, |
| | | DirectoryServer.isRootDN(authEntry.getDN())); |
| | | bindOp.setAuthenticationInfo(authInfo); |
| | | //If confidentiality/integrity has been negotiated, then create a |