|
Java AFS Admin API v1.3 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface representation of a PTS entry as it applies to
AFS users and groups. This interface is implemented in both
User
and Group
object abstractions.
User
,
Group
Field Summary | |
static short |
PTS_GROUP
Constant for Group object implementers,
used with getType() |
static short |
PTS_USER
Constant for User object implementers,
used with getType() |
Method Summary | |
Cell |
getCell()
Returns the Cell this PTS user or group belongs to. |
PTSEntry |
getCreator()
Returns the creator of this PTS user or group. |
String |
getName()
Returns the name of this PTS user or group. |
PTSEntry |
getOwner()
Returns the owner of this PTS user or group. |
short |
getType()
Returns the type of PTS entry the implementing object represents. |
int |
getUID()
Returns the numeric AFS id of this user or group. |
Field Detail |
public static final short PTS_USER
User
object implementers,
used with getType()
public static final short PTS_GROUP
Group
object implementers,
used with getType()
Method Detail |
public Cell getCell()
public PTSEntry getCreator() throws AFSAdminException
AFSAdminException
- If an error occurs in the native codepublic String getName()
public PTSEntry getOwner() throws AFSAdminException
AFSAdminException
- If an error occurs in the native codepublic short getType()
Possible values are:
public int getUID() throws AFSAdminException
AFSAdminException
- If an error occurs in the native code
|
Java AFS Admin (jafsadm) API for OpenAFS | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |