com.objectwave.appArch.security
Class UserType

java.lang.Object
  |
  +--com.objectwave.appArch.security.SecurityType
        |
        +--com.objectwave.appArch.security.UserType
All Implemented Interfaces:
Prototypes

public class UserType
extends SecurityType


Field Summary
 
Fields inherited from interface com.objectwave.appArch.security.Prototypes
ALL, EXECUTE, GROUP, NONE, OWNER, READ, WORLD, WRITE
 
Method Summary
 SecurityType has(SecurityType otherType)
          Used to create access privledges Example: WORLD.has(WRITE); if you did WORLD.has(READ).and(GROUP); GROUP would have ALL rights WORLD would have ReadOnly OWNER would have zeros in read, write, and execute
 
Methods inherited from class com.objectwave.appArch.security.SecurityType
and, hasExecuteAccess, hasReadAccess, hasWriteAccess, main, setUser, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

has

public SecurityType has(SecurityType otherType)
Used to create access privledges Example: WORLD.has(WRITE); if you did WORLD.has(READ).and(GROUP); GROUP would have ALL rights WORLD would have ReadOnly OWNER would have zeros in read, write, and execute