Class DraftChuLDAPLogSchema00AddEntry

    • Constructor Detail

      • DraftChuLDAPLogSchema00AddEntry

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

      • getAddAttributes

        @NotNull
        public java.util.List<AttributegetAddAttributes()
        Retrieves a list of the attributes included in the add request described by this add access log entry.
        Returns:
        A list of the attributes included in the add request described by this add access log entry.
      • toAddRequest

        @NotNull
        public AddRequest toAddRequest()
        Retrieves an AddRequest created from this add access log entry.
        Returns:
        The AddRequest created from this add access log entry.