Uses of Interface
org.apache.directory.api.ldap.model.message.BindResponse

Packages that use BindResponse
org.apache.directory.api.dsmlv2.reponse   
org.apache.directory.api.ldap.codec.decorators   
org.apache.directory.api.ldap.model.message   
org.apache.directory.api.ldap.model.message.extended   
org.apache.directory.ldap.client.api   
org.apache.directory.ldap.client.api.future   
 

Uses of BindResponse in org.apache.directory.api.dsmlv2.reponse
 

Classes in org.apache.directory.api.dsmlv2.reponse that implement BindResponse
 class BindResponseDsml
          DSML Decorator for AuthResponse
 

Constructors in org.apache.directory.api.dsmlv2.reponse with parameters of type BindResponse
BindResponseDsml(LdapApiService codec, BindResponse ldapMessage)
          Creates a new getDecoratedMessage() of AuthResponseDsml.
 

Uses of BindResponse in org.apache.directory.api.ldap.codec.decorators
 

Classes in org.apache.directory.api.ldap.codec.decorators that implement BindResponse
 class BindResponseDecorator
          A decorator for the BindResponse message
 

Constructors in org.apache.directory.api.ldap.codec.decorators with parameters of type BindResponse
BindResponseDecorator(LdapApiService codec, BindResponse decoratedMessage)
          Makes a BindResponse a MessageDecorator.
 

Uses of BindResponse in org.apache.directory.api.ldap.model.message
 

Classes in org.apache.directory.api.ldap.model.message that implement BindResponse
 class BindResponseImpl
          BindResponse implementation.
 

Fields in org.apache.directory.api.ldap.model.message declared as BindResponse
 BindResponse BindRequestImpl.response
          The associated response
 

Methods in org.apache.directory.api.ldap.model.message that return BindResponse
 BindResponse BindRequestImpl.getResultResponse()
          The result containing response for this request.
 

Uses of BindResponse in org.apache.directory.api.ldap.model.message.extended
 

Classes in org.apache.directory.api.ldap.model.message.extended that implement BindResponse
 class BindNoDResponse
          An extended operation intended for notifying clients of upcoming disconnection for the Bind response.
 

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

Methods in org.apache.directory.ldap.client.api that return BindResponse
 BindResponse LdapNetworkConnection.bind(BindRequest bindRequest)
          Bind to the server using a BindRequest object.
 BindResponse LdapConnection.bind(BindRequest bindRequest)
          Bind to the server using a BindRequest object.
 BindResponse LdapNetworkConnection.bind(CramMd5Request request)
          Bind to the server using a CramMd5Request object.
 BindResponse LdapNetworkConnection.bind(DigestMd5Request request)
          Bind to the server using a DigestMd5Request object.
 BindResponse LdapNetworkConnection.bind(GssApiRequest request)
          Bind to the server using a GssApiRequest object.
 

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, TimeUnit unit)
          Get the BindResponse, blocking until one is received, or until the given timeout is reached.
 



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