|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sas.hls.security.audit.AuditEntry
public class AuditEntry
AuditEntry contains information from a single audit record which includes the source information, the action performed, when it was performed, and by whom.
Constructor Summary | |
---|---|
AuditEntry(String identifier,
Date timestamp,
String userId,
String action,
String sourceType,
String sourceIdentifier,
String sourceName,
String sourceLocation)
Constructor |
Method Summary | |
---|---|
String |
getAction()
Get the action performed |
String |
getIdentifier()
Get the identifier value for this entry |
String |
getSourceIdentifier()
Get the identifier of the object that was acted upon |
String |
getSourceLocation()
Get the location of the object that was acted upon |
String |
getSourceName()
Get the name of the object that was acted upon |
String |
getSourceType()
Get the type of object that was acted upon |
Date |
getTimestamp()
Get the date and time in which the action was performed |
String |
getUserId()
Get the userId of the user who performed the action |
String |
toString()
Return a string representation of the object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AuditEntry(String identifier, Date timestamp, String userId, String action, String sourceType, String sourceIdentifier, String sourceName, String sourceLocation)
identifier
- The identifier value for this entrytimestamp
- The date and time in which the action was performeduserId
- The userId of the user who performed the actionaction
- The action performedsourceType
- The type of object that was acted uponsourceIdentifier
- The identifier of the object that was acted uponsourceName
- The name of the object that was acted uponsourceLocation
- The location of the object that was acted uponMethod Detail |
---|
public String getIdentifier()
public String getUserId()
public String getSourceType()
public String getSourceIdentifier()
public String getSourceLocation()
public String getSourceName()
public String getAction()
public Date getTimestamp()
public String toString()
toString
in class Object
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |