Interface LDAPResponse

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Control[] NO_CONTROLS
      An empty set of controls.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getMessageID()
      Retrieves the message ID for the LDAP message containing this response.
      void toString​(java.lang.StringBuilder buffer)
      Appends a string representation of this LDAP response to the provided buffer.
    • Method Detail

      • getMessageID

        int getMessageID()
        Retrieves the message ID for the LDAP message containing this response.
        Returns:
        The message ID for the LDAP message containing this response.
      • toString

        void toString​(@NotNull
                      java.lang.StringBuilder buffer)
        Appends a string representation of this LDAP response to the provided buffer.
        Parameters:
        buffer - The buffer to which the information should be appended.