|
Java AFS Admin API v1.3 | ||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Cell in org.openafs.jafsadm |
Methods in org.openafs.jafsadm that return Cell | |
Cell |
K5User.getCell()
Returns the Cell/Realm this user belongs to. |
Cell |
PTSEntry.getCell()
Returns the Cell this PTS user or group belongs to. |
Cell |
User.getCell()
Returns the Cell this user belongs to. |
Cell |
Server.getCell()
Returns the Cell object with which this Server
was constructed. |
Cell |
Group.getCell()
Returns the Cell this group belongs to. |
Methods in org.openafs.jafsadm with parameters of type Cell | |
boolean |
Cell.equals(Cell otherCell)
Tests whether two Cell objects are equal, based on their
names. |
Constructors in org.openafs.jafsadm with parameters of type Cell | |
K5User(String name,
Cell cell)
Constructs a new K5User object instance given the name of the AFS user
and the AFS cell, represented by cell , to which it belongs. |
|
K5User(String name,
Cell cell,
K5PasswordPolicy passwordPolicy)
Constructs a new K5User object instance given the name of the AFS user
and the AFS cell, represented by cell , to which it belongs and the
Kerberos 5 Password Policy to be applied. |
|
User(String name,
Cell cell)
Constructs a new User object instance given the name
of the AFS user and the AFS cell, represented by
cell , to which it belongs. |
|
User(String name,
Cell cell,
boolean preloadAllMembers)
Constructs a new User object instance given the name
of the AFS user and the AFS cell, represented by
cell , to which it belongs. |
|
Server(String name,
Cell cell)
Constructs a new Server object instance given the
name of the AFS server and the AFS cell, represented by
cell , to which it belongs. |
|
Server(String name,
Cell cell,
boolean preloadAllMembers)
Constructs a new Server object instance given the name
of the AFS server and the AFS cell, represented by cell ,
to which it belongs. |
|
Group(String name,
Cell cell)
Constructs a new Group object instance given the name
of the AFS group and the AFS cell, represented by
cell , to which it belongs. |
|
Group(String name,
Cell cell,
boolean preloadAllMembers)
Constructs a new Group object instance given the name
of the AFS group and the AFS cell, represented by
cell , to which it belongs. |
|
Java AFS Admin (jafsadm) API for OpenAFS | ||||||||
PREV NEXT | FRAMES NO FRAMES |