gate.security
Class SecurityInfo
java.lang.Object
gate.security.SecurityInfo
- public class SecurityInfo
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ACCESS_WR_GW
public static final int ACCESS_WR_GW
- world read/ group write
- See Also:
- Constant Field Values
ACCESS_GR_GW
public static final int ACCESS_GR_GW
- group read/ group write
- See Also:
- Constant Field Values
ACCESS_GR_OW
public static final int ACCESS_GR_OW
- group read/ owner write
- See Also:
- Constant Field Values
ACCESS_OR_OW
public static final int ACCESS_OR_OW
- owner read/ owner write
- See Also:
- Constant Field Values
grp
protected Group grp
usr
protected User usr
accessMode
protected int accessMode
SecurityInfo
public SecurityInfo(int accessMode,
User usr,
Group grp)
getGroup
public Group getGroup()
getUser
public User getUser()
getAccessMode
public int getAccessMode()