public class SecurityAuditEvent extends Object
Constructor and Description |
---|
SecurityAuditEvent() |
Modifier and Type | Method and Description |
---|---|
String |
getDetails()
Retrieves detailed information about what occurred in the event.
|
Date |
getEventStamp()
Retrieves the time stamp of when this event occurred.
|
long |
getMsgID()
Retrieves the unique ID of this event.
|
String |
getNode()
Retrieves the node that triggered the event, usually a hostname or IP address.
|
String |
getSummary()
Returns the summary, or short description of what transpired in the event.
|
String |
getUsername()
Retrieves the username of the user who performed this event.
|
void |
setDetails(String details)
Sets the detailed information about what occured in the event.
|
void |
setEventStamp(Date eventStamp)
Sets the time stamp of when this event occurred.
|
void |
setMsgID(long msgID)
Sets the unique ID of this event.
|
void |
setNode(String node)
Sets the node that triggered the event, usually a hostname or IP address.
|
void |
setSummary(String summary)
Sets the summary, or short description of what transpired in the event.
|
void |
setUsername(String username)
Sets the username of the user who performed this event.
|
public long getMsgID()
public void setMsgID(long msgID)
msgID
- the ID.public String getUsername()
public void setUsername(String username)
username
- Username of user.public Date getEventStamp()
public void setEventStamp(Date eventStamp)
eventStamp
- The time stamp as a Date object.public String getSummary()
public void setSummary(String summary)
summary
- The summary.public String getNode()
public void setNode(String node)
node
- Hostname or IP address.public String getDetails()
public void setDetails(String details)
details
- The possibly long details of the event. Can be null.Copyright © 2003-2008 Jive Software.