|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.starbase.starteam.SecurityLogEntry
| Nested Class Summary | |
static interface |
SecurityLogEntry.SecurityEventType
Constants that define the type of the Security Event. |
| Method Summary | |
boolean |
equals(java.lang.Object source)
returns true if this object instance is equal to the source |
AccessCheckSecLogID |
getAccessCheckSecLogID()
Returns the AccessCheckSecLogID or null. |
ContainerACLSecLogID |
getContainerACLSecLogID()
Returns the ContainerACLSecLogID or null. |
ObjectACLSecLogID |
getObjectACLSecLogID()
Returns the ObjectACLSecLogID or null. |
java.lang.String |
getObjectDisplayText()
Returns the display text for the security event. |
OLEDate |
getTimestamp()
Returns the timestamp. |
User |
getUser()
Returns the User object that represents the user id. |
UserGroupSecLogID |
getUserGroupSecLogID()
Returns the UserGroupSecLogID or null. |
int |
getUserID()
Returns the user id. |
Workstation |
getWorkstation()
Returns the Workstation object that represents the workstation id. |
int |
getWorkstationID()
Returns the workstation id. |
int |
hashCode()
returns a unique hash for all instances of this type |
boolean |
isFailure()
Returns true if this was a failure, otherwise false. |
java.lang.String |
toString()
Returns a string representation of the log entry. |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
public int getUserID()
public User getUser()
public int getWorkstationID()
public Workstation getWorkstation()
public OLEDate getTimestamp()
public boolean isFailure()
public java.lang.String getObjectDisplayText()
public UserGroupSecLogID getUserGroupSecLogID()
public ContainerACLSecLogID getContainerACLSecLogID()
public ObjectACLSecLogID getObjectACLSecLogID()
public AccessCheckSecLogID getAccessCheckSecLogID()
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object source)
equals in class java.lang.Objectsource - Object the source to comapre with
public int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||