Class UnsolicitedNotification

  • All Implemented Interfaces:
    Message, Result
    Direct Known Subclasses:
    NoticeOfDisconnection

    public class UnsolicitedNotification
    extends ExtendedResponse
    LDAP unsolicited notification defined as:
       ExtendedResponse ::= [APPLICATION 24] SEQUENCE {
         COMPONENTS OF LDAPResult,
         responseName     [10] LDAPOID OPTIONAL,
         responseValue    [11] OCTET STRING OPTIONAL }
     
    where the messageID is always zero.
    Author:
    Middleware Services
    • Constructor Detail

      • UnsolicitedNotification

        public UnsolicitedNotification()
        Default constructor.
      • UnsolicitedNotification

        public UnsolicitedNotification​(DERBuffer buffer)
        Creates a new unsolicited notification.
        Parameters:
        buffer - to decode