Package | Description |
---|---|
org.apache.directory.ldap.client.api |
Modifier and Type | Method and Description |
---|---|
BindFuture |
LdapConnection.bindAsync()
Anonymous asynchronous Bind on a server.
|
BindFuture |
LdapConnection.bindAsync(BindRequest bindRequest)
Do an asynchronous bind, based on a BindRequest.
|
BindFuture |
LdapConnection.bindAsync(org.apache.directory.shared.ldap.name.DN name,
String credentials)
Simple asynchronous Bind on a server.
|
BindFuture |
LdapConnection.bindAsync(String name,
String credentials)
Simple asynchronous Bind on a server.
|
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.