JAFS API v2

Uses of Interface
org.openafs.jafs.PTSEntry

Uses of PTSEntry in org.openafs.jafs
 

Classes in org.openafs.jafs that implement PTSEntry
 class Group
          An abstract representation of an AFS group.
 class User
          An abstract representation of an AFS user.
 

Methods in org.openafs.jafs that return PTSEntry
 PTSEntry Group.getOwner()
          PTS: Returns the owner of this group in the form of a PTSEntry.
 PTSEntry Group.getCreator()
          PTS: Returns the creator of this group in the form of a PTSEntry.
 PTSEntry PTSEntry.getCreator()
          Returns the creator of this PTS user or group.
 PTSEntry PTSEntry.getOwner()
          Returns the owner of this PTS user or group.
 PTSEntry User.getOwner()
          PTS: Returns the owner of this user in the form of a PTSEntry.
 PTSEntry User.getCreator()
          PTS: Returns the creator of this user in the form of a PTSEntry.
 


JAFS API v2