|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.objectwave.appArch.security.SecurityType | +--com.objectwave.appArch.security.UserType
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 |
public SecurityType has(SecurityType otherType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |