Uses of Class
org.apache.directory.ldap.client.api.future.BindFuture

Packages that use BindFuture
org.apache.directory.ldap.client.api   
 

Uses of BindFuture in org.apache.directory.ldap.client.api
 

Methods in org.apache.directory.ldap.client.api that return BindFuture
 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, java.lang.String credentials)
          Simple asynchronous Bind on a server.
 BindFuture LdapConnection.bindAsync(java.lang.String name, java.lang.String credentials)
          Simple asynchronous Bind on a server.
 



Copyright © 2009-2011 Apache Software Foundation. All Rights Reserved.