|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.adventnet.agent.tl1.security.SecurityLogRecords
This class is used to store the details to investigate the unauthorized activities after they occur so that proper remedial action can be taken.
| Constructor Summary | |
(package private) |
SecurityLogRecords()
|
| Method Summary | |
(package private) java.lang.String |
getChannelId()
Get thename of the channel. |
(package private) java.lang.String |
getDate()
Get the date of the event occurence. |
(package private) java.lang.String |
getEventType()
Get the type of the event. |
(package private) java.lang.String |
getResource()
Get the name of the resources accessed. |
(package private) java.lang.String |
getStatus()
Set the status of the event. |
(package private) java.lang.String |
getTime()
Get the time of the event occurence. |
(package private) java.lang.String |
getUserId()
Get the user id. |
(package private) void |
setChannelId(java.lang.String channel)
Set the channel id. |
(package private) void |
setDate(java.lang.String date)
Set the date of the event occurence. |
(package private) void |
setEventType(java.lang.String event)
Set the event type. |
(package private) void |
setResource(java.lang.String resource)
Set the resource accessed. |
(package private) void |
setStatus(java.lang.String status)
Get the status of the event. |
(package private) void |
setTime(java.lang.String time)
Set the date of the event occurence. |
(package private) void |
setUserId(java.lang.String userId)
Set the user id. |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
SecurityLogRecords()
| Method Detail |
java.lang.String getDate()
void setDate(java.lang.String date)
date - - the datejava.lang.String getTime()
void setTime(java.lang.String time)
time - - the time.java.lang.String getUserId()
void setUserId(java.lang.String userId)
userId - - the user id.java.lang.String getChannelId()
void setChannelId(java.lang.String channel)
channel - - the channeljava.lang.String getEventType()
void setEventType(java.lang.String event)
event - - Event typejava.lang.String getResource()
void setResource(java.lang.String resource)
java.lang.String getStatus()
void setStatus(java.lang.String status)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||