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(BindRequest bindRequest)
Do an asynchronous bind, based on a BindRequest.
|
BindFuture |
LdapNetworkConnection.bindAsync(BindRequest bindRequest)
Do an asynchronous bind, based on a BindRequest.
|
BindFuture |
LdapNetworkConnection.bindAsync(Dn name)
Asynchronous unauthenticated authentication Bind on a server.
|
BindFuture |
LdapAsyncConnection.bindAsync(Dn name,
String credentials)
Simple asynchronous Bind on a server.
|
BindFuture |
LdapNetworkConnection.bindAsync(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.
|
Copyright © 2003–2023 The Apache Software Foundation. All rights reserved.