public class AuditLogEntry extends Object implements Serializable
AuditEvent class represents the class for an audit event.| Constructor and Description |
|---|
AuditLogEntry(String category,
Date time,
String userid,
String path,
String type,
Map<String,Object> properties)
Create a new AuditLogEntry.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCategory()
Return the category for this log entry.
|
String |
getPath()
The path.
|
Map<String,Object> |
getProperties()
This is an application specific property map.
|
Date |
getTime()
Return the date of the audit log entry.
|
String |
getType()
Returns the type of this audit log entry (this depends on the category)
|
String |
getUserId()
Returns the user id.
|
public AuditLogEntry(String category, Date time, String userid, String path, String type, Map<String,Object> properties)
category - The category of the entry (required)time - The date of the action (required)userid - The userid (required)path - The path of the action (required)type - The action type (required)properties - A map of key value pairs (optional). All objects in the map must be serializable.public Date getTime()
public String getUserId()
public String getPath()
public String getType()
public String getCategory()
Copyright © 2010 - 2020 Adobe. All Rights Reserved