com.arunta.app.bom
Class SecurityKey

java.lang.Object
  extended by 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

Constructor Summary
SecurityKey(java.lang.String key, SecurityLevelType level, java.lang.String user)
           
 
Method Summary
 SecurityLevelType getSecurityLevel()
           
 java.lang.String getUser()
           
 boolean isOfSecurityLevel(SecurityLevelType level)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SecurityKey

public SecurityKey(java.lang.String key,
                   SecurityLevelType level,
                   java.lang.String user)
Method Detail

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.