Java AFS Admin API v1.3

Serialized Form


Package org.openafs.jafsadm

Class org.openafs.jafsadm.AFSAdminException implements Serializable

Serialized Fields

errno

int errno
The AFS specific error code (number).
See Also:
getErrorCode()

Class org.openafs.jafsadm.Cell implements Serializable

Serialized Fields

users

ArrayList users

userNames

ArrayList userNames

groups

ArrayList groups

groupNames

ArrayList groupNames

servers

ArrayList servers

serverNames

ArrayList serverNames

name

String name

cellHandle

int cellHandle

tokenHandle

int tokenHandle

maxGroupID

int maxGroupID

maxUserID

int maxUserID

tokenExpiration

GregorianCalendar tokenExpiration

cachedInfo

boolean cachedInfo

Class org.openafs.jafsadm.Group implements Serializable

Serialized Fields

cell

Cell cell

cellHandle

int cellHandle

name

String name

membershipCount

int membershipCount

nameUID

int nameUID

ownerUID

int ownerUID

creatorUID

int creatorUID

owner

String owner

creator

String creator

listStatus

int listStatus
who is allowed to execute PTS examine for this group. Valid values are:

listGroupsOwned

int listGroupsOwned
who is allowed to execute PTS examine for this group. Valid values are:

listMembership

int listMembership
who is allowed to execute PTS listowned for this group. Valid values are:

listAdd

int listAdd
who is allowed to execute PTS adduser for this group. Valid values are:

listDelete

int listDelete
who is allowed to execute PTS removeuser for this group. Valid values are:

members

ArrayList members

memberNames

ArrayList memberNames

groupsOwned

ArrayList groupsOwned

groupsOwnedNames

ArrayList groupsOwnedNames

cachedInfo

boolean cachedInfo
Whether or not the information fields of this group have been filled.

Class org.openafs.jafsadm.Key implements Serializable

Serialized Fields

server

Server server

version

int version

checkSum

long checkSum

encryptionKey

String encryptionKey

lastModDate

int lastModDate

lastModMs

int lastModMs

lastModDateDate

GregorianCalendar lastModDateDate

cachedInfo

boolean cachedInfo

Class org.openafs.jafsadm.Partition implements Serializable

Serialized Fields

cell

Cell cell

server

Server server

name

String name

id

int id

deviceName

String deviceName

lockFileDescriptor

int lockFileDescriptor

totalSpace

int totalSpace

totalFreeSpace

int totalFreeSpace

totalQuota

int totalQuota

volumes

ArrayList volumes

volumeNames

ArrayList volumeNames

cachedInfo

boolean cachedInfo

Class org.openafs.jafsadm.Process implements Serializable

Serialized Fields

name

String name

server

Server server

serverHandle

int serverHandle

type

int type

state

int state

goal

int goal

startTime

long startTime

numberStarts

long numberStarts

exitTime

long exitTime

exitErrorTime

long exitErrorTime

errorCode

long errorCode

errorSignal

long errorSignal

stateOk

boolean stateOk

stateTooManyErrors

boolean stateTooManyErrors

stateBadFileAccess

boolean stateBadFileAccess

startTimeDate

GregorianCalendar startTimeDate

exitTimeDate

GregorianCalendar exitTimeDate

exitErrorTimeDate

GregorianCalendar exitErrorTimeDate

cachedInfo

boolean cachedInfo

Class org.openafs.jafsadm.Server implements Serializable

Serialized Fields

name

String name

cell

Cell cell

vosHandle

int vosHandle

bosHandle

int bosHandle

database

boolean database

fileServer

boolean fileServer

badFileServer

boolean badFileServer

badDatabase

boolean badDatabase

ipAddresses

String[] ipAddresses

partitionNames

ArrayList partitionNames

partitions

ArrayList partitions

adminNames

ArrayList adminNames

admins

ArrayList admins

keys

ArrayList keys

processNames

ArrayList processNames

processes

ArrayList processes

totalSpace

int totalSpace

totalQuota

int totalQuota

totalFreeSpace

int totalFreeSpace

totalUsedSpace

int totalUsedSpace

genRestartTime

Server.ExecutableTime genRestartTime

binRestartTime

Server.ExecutableTime binRestartTime

cachedInfo

boolean cachedInfo

Class org.openafs.jafsadm.Server.ExecutableTime implements Serializable

Serialized Fields

second

short second

minute

short minute

hour

short hour

day

short day

now

boolean now

never

boolean never

Class org.openafs.jafsadm.User implements Serializable

Serialized Fields

cell

Cell cell

cellHandle

int cellHandle

name

String name

kas

boolean kas
Does this user have a kas entry?

pts

boolean pts
Does this user have a pts entry?

groupCreationQuota

int groupCreationQuota

groupMembershipCount

int groupMembershipCount

nameUID

int nameUID

ownerUID

int ownerUID

creatorUID

int creatorUID

listStatus

int listStatus
who is allowed to execute pts examine for this user. Valid values are:

listGroupsOwned

int listGroupsOwned
who is allowed to execute pts listowned for this user. Valid values are:

listMembership

int listMembership
who is allowed to execute pts membership for this user. Valid values are:

owner

String owner

creator

String creator

groups

ArrayList groups

groupNames

ArrayList groupNames

groupsOwned

ArrayList groupsOwned

groupsOwnedNames

ArrayList groupsOwnedNames

adminSetting

int adminSetting
whether or not this user has kas administrative privileges. Valid values are:

tgsSetting

int tgsSetting
whether the TGS will grant tickets for this user. Valid values are:

encSetting

int encSetting
whether the TGS can use this user's key as an encryption key. Valid values are:

cpwSetting

int cpwSetting
whether this user is allowed to change its password. Valid values are:

rpwSetting

int rpwSetting
whether this user is allowed to reuse its password. Valid values are:

userExpiration

int userExpiration

lastModTime

int lastModTime

lastModName

String lastModName

lastChangePasswordTime

int lastChangePasswordTime

maxTicketLifetime

int maxTicketLifetime

keyVersion

int keyVersion

encryptionKey

String encryptionKey

keyCheckSum

long keyCheckSum

daysToPasswordExpire

int daysToPasswordExpire

failLoginCount

int failLoginCount

lockTime

int lockTime

lockedUntil

int lockedUntil

lockedUntilDate

GregorianCalendar lockedUntilDate

userExpirationDate

GregorianCalendar userExpirationDate

lastModTimeDate

GregorianCalendar lastModTimeDate

lastChangePasswordTimeDate

GregorianCalendar lastChangePasswordTimeDate

cachedInfo

boolean cachedInfo
Whether or not the information fields of this user have been filled.

Class org.openafs.jafsadm.Volume implements Serializable

Serialized Fields

cell

Cell cell

server

Server server

partition

Partition partition

name

String name

id

int id

readWriteID

int readWriteID

readOnlyID

int readOnlyID

backupID

int backupID

creationDate

long creationDate

lastAccessDate

long lastAccessDate

lastUpdateDate

long lastUpdateDate

lastBackupDate

long lastBackupDate

copyCreationDate

long copyCreationDate

accessesSinceMidnight

int accessesSinceMidnight

fileCount

int fileCount

maxQuota

int maxQuota

currentSize

int currentSize

status

int status

disposition

int disposition

type

int type

creationDateCal

GregorianCalendar creationDateCal

lastUpdateDateCal

GregorianCalendar lastUpdateDateCal

copyCreationDateCal

GregorianCalendar copyCreationDateCal

cachedInfo

boolean cachedInfo


Java AFS Admin (jafsadm) API for OpenAFS

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