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.
    • Field Detail

      • HASH_CODE_SEED

        private static final int HASH_CODE_SEED
        hash code seed.
        See Also:
        Constant Field Values
    • Constructor Detail

      • UnsolicitedNotification

        public UnsolicitedNotification()
        Default constructor.
      • UnsolicitedNotification

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