public class SecurityKey
extends java.lang.Object
implements java.io.Serializable
Total Recall VR systems create and provide clients with security keys which are a combination of the user name and the privileges that the client has on the system.
Constructor and Description |
---|
SecurityKey(java.lang.String key,
SecurityLevelType level,
java.lang.String user) |
Modifier and Type | Method and Description |
---|---|
SecurityLevelType |
getSecurityLevel() |
java.lang.String |
getUser() |
boolean |
isOfSecurityLevel(SecurityLevelType level) |
java.lang.String |
toString() |
public SecurityKey(java.lang.String key, SecurityLevelType level, java.lang.String user)
public boolean isOfSecurityLevel(SecurityLevelType level)
public SecurityLevelType getSecurityLevel()
public java.lang.String getUser()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright ©, 2005-2019 Prolancer Pty Ltd, Sydney Australia.