Java AFS Admin API v1.3

Uses of Interface
org.openafs.jafsadm.PTSEntry

Uses of PTSEntry in org.openafs.jafsadm
 

Classes in org.openafs.jafsadm 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.jafsadm that return 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.
 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.
 


Java AFS Admin (jafsadm) API for OpenAFS

Copyright (c) 2001-2002 International Business Machines Corp.
All rights reserved.
See copyright statement.