Class AuditEvent


  • public class AuditEvent
    extends Object
    Audit event
    • Field Detail

      • ADMIN_URI_TEMPLATE

        public static final org.springframework.web.util.UriTemplate ADMIN_URI_TEMPLATE
      • USER_URI_TEMPLATE

        public static final org.springframework.web.util.UriTemplate USER_URI_TEMPLATE
    • Method Detail

      • getId

        public String getId()
      • getUserLogin

        public String getUserLogin()
      • getOccurred

        public org.joda.time.DateTime getOccurred()
        the time the event occurred
      • getRecorded

        public org.joda.time.DateTime getRecorded()
        the time event was recorded by audit system
      • getUserIp

        public String getUserIp()
      • isSuccess

        public boolean isSuccess()
      • getType

        public String getType()