Class DraftChuLDAPLogSchema00AbandonEntry

    • Constructor Detail

      • DraftChuLDAPLogSchema00AbandonEntry

        public DraftChuLDAPLogSchema00AbandonEntry​(@NotNull
                                                   Entry entry)
                                            throws LDAPException
        Creates a new instance of this abandon access log entry from the provided entry.
        Parameters:
        entry - The entry used to create this abandon access log entry.
        Throws:
        LDAPException - If the provided entry cannot be decoded as a valid abandon access log entry as per the specification contained in draft-chu-ldap-logschema-00.
    • Method Detail

      • getIDToAbandon

        public int getIDToAbandon()
        Retrieves the target message ID (i.e., the message ID of the operation to abandon) for the abandon request described by this abandon access log entry.
        Returns:
        The target message ID for the abandon request described by this abandon access log entry.