|
Openfire 3.8.1 Javadoc | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jivesoftware.openfire.security.SecurityAuditEvent
public class SecurityAuditEvent
Representation of a single security event retrieved from the logs. This should include any information that you would need regarding the event.
| Constructor Summary | |
|---|---|
SecurityAuditEvent()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SecurityAuditEvent()
| Method Detail |
|---|
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.
|
Openfire 3.8.1 Javadoc | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||