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

Packages that use BindResponse
org.apache.directory.api.ldap.model.message   
org.apache.directory.api.ldap.model.message.extended   
 

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.
 



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