Class JDAPBindResponse

java.lang.Object
netscape.ldap.client.opers.JDAPResult
netscape.ldap.client.opers.JDAPBindResponse
All Implemented Interfaces:
JDAPProtocolOp

public class JDAPBindResponse extends JDAPResult implements JDAPProtocolOp
This class implements the bind response. This object is sent from the ldap server to the interface.
 BindResponse = [APPLICATION 1] LDAPResult
 
Note that LDAPv3.0 Bind Response is structured as follows:
 BindResponse ::= [APPLICATION 1] SEQUENCE {
   COMPONENTS OF LDAPResult,
   serverCreds [7] SaslCredentials OPTIONAL
 }