Class JDAPUnbindRequest

  • All Implemented Interfaces:
    JDAPProtocolOp

    public class JDAPUnbindRequest
    extends java.lang.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 Detail

      • JDAPUnbindRequest

        public JDAPUnbindRequest()
        Constructs bind request.
    • Method Detail

      • 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 java.lang.String toString()
        Retrieves the string representation of unbind operation.
        Specified by:
        toString in interface JDAPProtocolOp
        Overrides:
        toString in class java.lang.Object
        Returns:
        string representation