JAFS API v2

Uses of Class
org.openafs.jafs.Token

Uses of Token in org.openafs.jafs
 

Fields in org.openafs.jafs declared as Token
protected  Token Cell.token
           
 

Methods in org.openafs.jafs with parameters of type Token
 int Token.compareTo(Token token)
          Compares two ACL objects respective to their paths and does not factor any other attribute.
 boolean Token.equals(Token token)
          Tests whether two Cell objects are equal, based on their names.
 

Constructors in org.openafs.jafs with parameters of type Token
Cell(Token token)
          Constructs a new Cell object instance given the Token that should represents an authenticated user with administrative access.
Cell(Token token, boolean preloadAllMembers)
          Constructs a new Cell object instance given the Token that should represents an authenticated user with administrative access.
 


JAFS API v2