| Package | Description |
|---|---|
| org.apache.directory.ldap.client.api |
| Modifier and Type | Method and Description |
|---|---|
BindFuture |
LdapAsyncConnection.anonymousBindAsync()
Anonymous asynchronous Bind on a server.
|
BindFuture |
LdapNetworkConnection.anonymousBindAsync()
Anonymous asynchronous Bind on a server.
|
BindFuture |
LdapAsyncConnection.bindAsync()
Asynchronous Bind on a server, using the LdapConnectionConfig informations.
|
BindFuture |
LdapNetworkConnection.bindAsync()
Asynchronous Bind on a server, using the LdapConnectionConfig informations.
|
BindFuture |
LdapAsyncConnection.bindAsync(org.apache.directory.api.ldap.model.message.BindRequest bindRequest)
Do an asynchronous bind, based on a BindRequest.
|
BindFuture |
LdapNetworkConnection.bindAsync(org.apache.directory.api.ldap.model.message.BindRequest bindRequest)
Do an asynchronous bind, based on a BindRequest.
|
BindFuture |
LdapNetworkConnection.bindAsync(org.apache.directory.api.ldap.model.name.Dn name)
Asynchronous unauthenticated authentication Bind on a server.
|
BindFuture |
LdapAsyncConnection.bindAsync(org.apache.directory.api.ldap.model.name.Dn name,
String credentials)
Simple asynchronous Bind on a server.
|
BindFuture |
LdapNetworkConnection.bindAsync(org.apache.directory.api.ldap.model.name.Dn name,
String credentials)
Simple asynchronous Bind on a server.
|
BindFuture |
LdapNetworkConnection.bindAsync(SaslGssApiRequest request)
Do an asynchronous bind, based on a GssApiRequest.
|
BindFuture |
LdapNetworkConnection.bindAsync(SaslRequest request)
Do an asynchronous bind, based on a SaslPlainRequest.
|
BindFuture |
LdapNetworkConnection.bindAsync(String name)
Asynchronous unauthenticated authentication bind
|
BindFuture |
LdapAsyncConnection.bindAsync(String name,
String credentials)
Simple asynchronous Bind on a server.
|
BindFuture |
LdapNetworkConnection.bindAsync(String name,
String credentials)
Simple asynchronous Bind on a server.
|
BindFuture |
LdapNetworkConnection.bindSasl(SaslRequest saslRequest)
Process the SASL Bind.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
LdapNetworkConnection.bindReceived(org.apache.directory.api.ldap.model.message.BindResponse bindResponse,
BindFuture bindFuture,
int responseId)
Process the BindResponse received from the server
|
Copyright © 2009–2019 The Apache Software Foundation. All rights reserved.