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

Packages that use BindRequest
org.apache.directory.ldap.client.api   
org.apache.directory.ldap.client.api.message   
 

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

Methods in org.apache.directory.ldap.client.api with parameters of type BindRequest
 BindResponse LdapConnection.bind(BindRequest bindRequest)
          Bind to the server using a BindRequest object.
 BindFuture LdapConnection.bindAsync(BindRequest bindRequest)
          Do an asynchronous bind, based on a BindRequest.
 

Uses of BindRequest in org.apache.directory.ldap.client.api.message
 

Methods in org.apache.directory.ldap.client.api.message that return BindRequest
 BindRequest BindRequest.setCredentials(byte[] credentials)
          Sets the simple credentials associated with a simple authentication attempt ignored if this request uses SASL authentication mechanisms.
 BindRequest BindRequest.setCredentials(java.lang.String credentials)
          Sets the simple credentials associated with a simple authentication attempt ignored if this request uses SASL authentication mechanisms.
 BindRequest BindRequest.setName(java.lang.String name)
          Sets the distinguished name of the subject in this authentication request.
 BindRequest BindRequest.setSasl()
          Sets the authentication mechanism to SASL
 BindRequest BindRequest.setSaslMechanism(java.lang.String saslMechanism)
          Sets the SASL mechanism String associated with this BindRequest if the bind operation is using SASL.
 BindRequest BindRequest.setVersion(int version)
          Sets whether or not the LDAP v3 or v2 protocol is used.
 



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