com.arunta.app.bom
Class SecurityKey
java.lang.Object
com.arunta.app.bom.SecurityKey
- All Implemented Interfaces:
- java.io.Serializable
public class SecurityKey
- extends java.lang.Object
- implements java.io.Serializable
Security keys are tokens which capture the trust relationship between a
remote client and a Total Recall VR system.
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.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SecurityKey
public SecurityKey(java.lang.String key,
SecurityLevelType level,
java.lang.String user)
isOfSecurityLevel
public boolean isOfSecurityLevel(SecurityLevelType level)
getSecurityLevel
public SecurityLevelType getSecurityLevel()
getUser
public java.lang.String getUser()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright ©, 2005-2012 Prolancer Pty Ltd, Sydney Australia.