Class JDAPUnbindRequest

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

public class JDAPUnbindRequest extends Object implements JDAPProtocolOp
This class implements the unbind request and is a protocol operation. A protocol operation is embedded within JDAPMessage which is sent between client and server. This object is sent to the ldap server.
 UnbindRequest ::= [APPLICATION 2] NULL
 
Version:
1.0
  • Constructor Details

    • JDAPUnbindRequest

      public JDAPUnbindRequest()
      Constructs bind request.
  • Method Details

    • getType

      public int getType()
      Retrieves the protocol operation type.
      Specified by:
      getType in interface JDAPProtocolOp
      Returns:
      operation type
    • getBERElement

      public BERElement getBERElement()
      Gets the ber representation of the unbind rquest.
      Specified by:
      getBERElement in interface JDAPProtocolOp
      Returns:
      ber representation
    • toString

      public String toString()
      Retrieves the string representation of unbind operation.
      Specified by:
      toString in interface JDAPProtocolOp
      Overrides:
      toString in class Object
      Returns:
      string representation