Uses of Interface
org.gridlab.gat.io.attributes.UserPrincipal

Packages that use UserPrincipal
org.gridlab.gat.io.attributes   
 

Uses of UserPrincipal in org.gridlab.gat.io.attributes
 

Subinterfaces of UserPrincipal in org.gridlab.gat.io.attributes
 interface GroupPrincipal
          A UserPrincipal representing a group identity, used to determine access rights to objects in a file system.
 

Methods in org.gridlab.gat.io.attributes that return UserPrincipal
 UserPrincipal FileOwnerAttributeView.getOwner()
          Read the file owner.
 UserPrincipal PosixFileAttributes.owner()
          Returns the owner of the file.
 

Methods in org.gridlab.gat.io.attributes with parameters of type UserPrincipal
 void FileOwnerAttributeView.setOwner(UserPrincipal owner)
          Updates the file owner.