Uses of Class
org.apache.directory.ldap.client.api.message.BindResponse

Packages that use BindResponse
org.apache.directory.ldap.client.api   
org.apache.directory.ldap.client.api.future   
org.apache.directory.ldap.client.api.listener   
 

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

Methods in org.apache.directory.ldap.client.api that return BindResponse
 BindResponse LdapConnection.bind()
          Anonymous Bind on a server.
 BindResponse LdapConnection.bind(BindRequest bindRequest)
          Bind to the server using a BindRequest object.
 BindResponse LdapConnection.bind(org.apache.directory.shared.ldap.name.DN name, java.lang.String credentials)
          Simple Bind on a server.
 BindResponse LdapConnection.bind(java.lang.String name, java.lang.String credentials)
          Simple Bind on a server.
 

Uses of BindResponse in org.apache.directory.ldap.client.api.future
 

Methods in org.apache.directory.ldap.client.api.future that return BindResponse
 BindResponse BindFuture.get()
          Get the BindResponse, blocking until one is received.
 BindResponse BindFuture.get(long timeout, java.util.concurrent.TimeUnit unit)
          Get the BindResponse, blocking until one is received, or until the given timeout is reached.
 

Uses of BindResponse in org.apache.directory.ldap.client.api.listener
 

Methods in org.apache.directory.ldap.client.api.listener with parameters of type BindResponse
 void BindListener.bindCompleted(LdapConnection connection, BindResponse bindResponse)
          A callback method called when the bind operation completed.
 



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