| Package | Description |
|---|---|
| org.forgerock.opendj.ldap.requests |
Classes and interfaces for core LDAP requests.
|
| org.forgerock.opendj.ldap.spi |
Interfaces and classes for service providers.
|
| Modifier and Type | Method and Description |
|---|---|
BindClient |
BindRequest.createBindClient(String serverName)
Creates a new bind client which can be used to perform the authentication
process.
|
BindClient |
SimpleBindRequest.createBindClient(String serverName) |
BindClient |
SASLBindRequest.createBindClient(String serverName) |
BindClient |
AnonymousSASLBindRequest.createBindClient(String serverName) |
BindClient |
ExternalSASLBindRequest.createBindClient(String serverName) |
BindClient |
GenericBindRequest.createBindClient(String serverName) |
BindClient |
GSSAPISASLBindRequest.createBindClient(String serverName) |
BindClient |
DigestMD5SASLBindRequest.createBindClient(String serverName) |
BindClient |
PlainSASLBindRequest.createBindClient(String serverName) |
BindClient |
CRAMMD5SASLBindRequest.createBindClient(String serverName) |
| Modifier and Type | Method and Description |
|---|---|
BindClient |
BindResultLdapPromiseImpl.getBindClient()
Returns the bind client.
|
| Modifier and Type | Method and Description |
|---|---|
static BindResultLdapPromiseImpl |
LdapPromises.newBindLdapPromise(int requestID,
BindRequest request,
BindClient bindClient,
IntermediateResponseHandler intermediateResponseHandler,
Connection connection)
Creates a new bind
BindResultLdapPromiseImpl. |
Copyright © 2011-2015 ForgeRock AS. All Rights Reserved.