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 LdapNetworkConnection.anonymousBindAsync()
          Anonymous asynchronous Bind on a server.
 BindFuture LdapAsyncConnection.anonymousBindAsync()
          Anonymous asynchronous Bind on a server.
 BindFuture LdapNetworkConnection.bindAsync()
          Asynchronous Bind on a server, using the LdapConnectionConfig informations.
 BindFuture LdapAsyncConnection.bindAsync()
          Asynchronous Bind on a server, using the LdapConnectionConfig informations.
 BindFuture LdapNetworkConnection.bindAsync(org.apache.directory.api.ldap.model.message.BindRequest bindRequest)
          Do an asynchronous bind, based on a BindRequest.
 BindFuture LdapAsyncConnection.bindAsync(org.apache.directory.api.ldap.model.message.BindRequest bindRequest)
          Do an asynchronous bind, based on a BindRequest.
 BindFuture LdapNetworkConnection.bindAsync(CramMd5Request request)
          Do an asynchronous bind, based on a CramMd5Request.
 BindFuture LdapNetworkConnection.bindAsync(DigestMd5Request request)
          Do an asynchronous bind, based on a DigestMd5Request.
 BindFuture LdapNetworkConnection.bindAsync(org.apache.directory.api.ldap.model.name.Dn name)
          Asynchronous unauthenticated authentication 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 LdapAsyncConnection.bindAsync(org.apache.directory.api.ldap.model.name.Dn name, String credentials)
          Simple asynchronous Bind on a server.
 BindFuture LdapNetworkConnection.bindAsync(GssApiRequest request)
          Do an asynchronous bind, based on a GssApiRequest.
 BindFuture LdapNetworkConnection.bindAsync(String name)
          Asynchronous unauthenticated authentication bind
 BindFuture LdapNetworkConnection.bindAsync(String name, String credentials)
          Simple asynchronous Bind on a server.
 BindFuture LdapAsyncConnection.bindAsync(String name, String credentials)
          Simple asynchronous Bind on a server.
 



Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.