|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.starteam.ServerAdministration.SecurityLogEntry
public static final class ServerAdministration.SecurityLogEntry
Information about the security log entries on a StarTeam Server.
| Nested Class Summary | |
|---|---|
static class |
ServerAdministration.SecurityLogEntry.AccessCheck
For Access Check events. |
static class |
ServerAdministration.SecurityLogEntry.ContainerACL
For Container-level security log events. |
static class |
ServerAdministration.SecurityLogEntry.EventType
Constants that define the type of the Security Event. |
static class |
ServerAdministration.SecurityLogEntry.ObjectACL
For Object ACL events. |
static class |
ServerAdministration.SecurityLogEntry.UserGroup
For User-based security log events. |
static class |
ServerAdministration.SecurityLogEntry.Workstation
Workstation details |
| Method Summary | |
|---|---|
ServerAdministration.SecurityLogEntry.AccessCheck |
getAccessCheck()
Returns the AccessCheck or null. |
ServerAdministration.SecurityLogEntry.ContainerACL |
getContainerACL()
Returns the ContainerACL or null. |
ServerAdministration.SecurityLogEntry.ObjectACL |
getObjectACL()
Returns the ObjectACL or null. |
java.lang.String |
getObjectDisplayText()
Returns the display text for the security event. |
ServerAdministration.SecurityLogEntry.EventType |
getSecurityEventType()
Returns the EventType that caused this event |
DateTime |
getTimestamp()
Returns the timestamp. |
User |
getUser()
Returns the User object that represents the user id. |
ServerAdministration.SecurityLogEntry.UserGroup |
getUserGroup()
Returns the UserGroup or null. |
ServerAdministration.SecurityLogEntry.Workstation |
getWorkstation()
Returns the Workstation object that represents the workstation id. |
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 |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public ServerAdministration.SecurityLogEntry.EventType getSecurityEventType()
public User getUser()
public ServerAdministration.SecurityLogEntry.Workstation getWorkstation()
public DateTime getTimestamp()
public boolean isFailure()
public java.lang.String getObjectDisplayText()
public ServerAdministration.SecurityLogEntry.UserGroup getUserGroup()
public ServerAdministration.SecurityLogEntry.ContainerACL getContainerACL()
public ServerAdministration.SecurityLogEntry.ObjectACL getObjectACL()
public ServerAdministration.SecurityLogEntry.AccessCheck getAccessCheck()
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||