Class NoticeOfDisconnection

  • All Implemented Interfaces:
    Message, Result

    public class NoticeOfDisconnection
    extends UnsolicitedNotification
    LDAP notice of disconnection defined as:
       ExtendedResponse ::= [APPLICATION 24] SEQUENCE {
         COMPONENTS OF LDAPResult,
         responseName     [10] LDAPOID OPTIONAL,
         responseValue    [11] OCTET STRING OPTIONAL }
     
    where the result code indicates the reason for disconnection and the response value is absent.