Class AuditEvent

  • Direct Known Subclasses:
    InsufficientPrivilegeAuditEvent

    public class AuditEvent
    extends java.lang.Object
    This class was created to server as a way to group the necessary information required by FedRamp initiative when doing Audit level logs. As Library only needs to be compliant for now, we needed to handle some WebTasks called from Lib Authoring. To have a more flexible design, we have created this class, which can be extended and modified and requirements change in the future. Possible Improvements: - Have this class implement a generic message, and subclasses give more specific messages