com.adventnet.agent.tl1.security
Class SecurityLogRecords

java.lang.Object
  |
  +--com.adventnet.agent.tl1.security.SecurityLogRecords

class SecurityLogRecords
extends java.lang.Object

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
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityLogRecords

SecurityLogRecords()
Method Detail

getDate

java.lang.String getDate()
Get the date of the event occurence.

setDate

void setDate(java.lang.String date)
Set the date of the event occurence.
Parameters:
date - - the date

getTime

java.lang.String getTime()
Get the time of the event occurence.

setTime

void setTime(java.lang.String time)
Set the date of the event occurence.
Parameters:
time - - the time.

getUserId

java.lang.String getUserId()
Get the user id.

setUserId

void setUserId(java.lang.String userId)
Set the user id.
Parameters:
userId - - the user id.

getChannelId

java.lang.String getChannelId()
Get thename of the channel.

setChannelId

void setChannelId(java.lang.String channel)
Set the channel id.
Parameters:
channel - - the channel

getEventType

java.lang.String getEventType()
Get the type of the event.

setEventType

void setEventType(java.lang.String event)
Set the event type.
Parameters:
event - - Event type

getResource

java.lang.String getResource()
Get the name of the resources accessed.

setResource

void setResource(java.lang.String resource)
Set the resource accessed.

getStatus

java.lang.String getStatus()
Set the status of the event.

setStatus

void setStatus(java.lang.String status)
Get the status of the event.