|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.glite.data.catalog.service.BasicPermission
BasicPermission contains the permissions as basic unix-like
permissions with a username and group and corresponding permissions
(stored as a Perm
object)
for user, group and other.
Field Summary | |
java.lang.String |
groupName
|
Perm |
groupPerm
|
Perm |
otherPerm
|
java.lang.String |
userName
|
Perm |
userPerm
|
Constructor Summary | |
BasicPermission()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public java.lang.String userName
public java.lang.String groupName
public Perm userPerm
public Perm groupPerm
public Perm otherPerm
Constructor Detail |
public BasicPermission()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |