Alphabetical Index

_ A B C D E F G H I L M N O P R S T U V W X Z

_

_S00027C3() - method in class com.sun.gssapi.C018FE95
Retrieves the mechanism options.
_S000EEFF() - method in class com.sun.gssapi.C018FE95
Returns the context initiator name.
Checks the integrity of the supplied tokens.
_S011CEF9() - method in class com.sun.gssapi.C018FE95
Returns the context acceptor name.
_S0200735() - method in class com.sun.gssapi.C018FE95
Returns the mechanism oid.
_S020B957() - method in class com.sun.gssapi.C018FE95
Releases context resources and terminates the context between 2 peer.
_S0293FFA() - method in class com.sun.gssapi.C018FE95
Returns the delegated credential for the context.
_S0AC8F9E(byte[]) - method in class com.sun.gssapi.C018FE95
Imports a previously exported context.
_S0E039DB(InputStream,OutputStream) - method in class com.sun.gssapi.C018FE95
Initiator context establishment call.
_S1116FAA() - method in class com.sun.gssapi.C018FE95
Tests if the context can be used for per-message service.
_S123049E() - method in class com.sun.gssapi.C018FE95
Tests if this is the initiator side of the context.
Provides per-message token encapsulation.
Applies per-message integrity services.
Retrieves the message token previously encapsulated in the wrap call.
Sets the mechanism options to be used during context creation on the initiator's side.
_S4080EED() - method in class com.sun.gssapi.C018FE95
Inquire the remaining lifetime.
_S725B2DA() - method in class com.sun.gssapi.C018FE95
Produces a token representing this context.
_S808028B(int,boolean,int) - method in class com.sun.gssapi.C018FE95
Queries the context for largest data size to accomodate the specified protection and for the token to remain less then maxTokSize.
_S80A2F2C(InputStream,OutputStream) - method in class com.sun.gssapi.C018FE95
Acceptor's context establishment call.
_S90010CC(com.sun.gssapi.GSSCredSpi) - method in class com.sun.gssapi.C018FE95
Sets the mechanism options to be used during context creation on the acceptor's side.
_S9B00AB2(com.sun.gssapi.ChannelBinding) - method in class com.sun.gssapi.C018FE95
Sets the channel bindings to be used during context establishment.

A

accept(byte[],int,int) - method in class com.sun.gssapi.GSSContext
Called by the context acceptor upon receiving a token from the peer.
accept(com.sun.xfile.XFile,String) - method in class com.sun.xfile.XFilenameFilter
Tests if a specified file should be included in a file list.
accept(InputStream,OutputStream) - method in class com.sun.gssapi.GSSContext
Called by the context acceptor upon receiving a token from the peer.
ACCEPT_ONLY - static field in class com.sun.gssapi.GSSCredential
Credential usage flag requesting that it be able to be used for context acceptance only.
This method enables the construction of credentials one mechanism at a time.
ANON - static field in class com.sun.gssapi.GSSContext
Context option flag - anonymity.
AUTH_BADCRED - static field in class com.sun.rpc.MsgRejectedException
AUTH_BADVERF - static field in class com.sun.rpc.MsgRejectedException
AUTH_ERROR - static field in class com.sun.rpc.MsgRejectedException
AUTH_FAILED - static field in class com.sun.rpc.MsgRejectedException
AUTH_INVALIDRESP - static field in class com.sun.rpc.MsgRejectedException
AUTH_REJECTEDCRED - static field in class com.sun.rpc.MsgRejectedException
AUTH_REJECTEDVERF - static field in class com.sun.rpc.MsgRejectedException
AUTH_TOOWEAK - static field in class com.sun.rpc.MsgRejectedException
available() - method in class com.sun.xfile.XFileInputStream
Returns the number of bytes yet to be read from this file.

B

BAD_BINDINGS - static field in class com.sun.gssapi.GSSException
Channel bindings mismatch error.
BAD_MECH - static field in class com.sun.gssapi.GSSException
Unsupported mechanism requested error.
BAD_MIC - static field in class com.sun.gssapi.GSSException
Token had invalid integrity check error.
BAD_NAME - static field in class com.sun.gssapi.GSSException
Invalid name provided error.
BAD_NAMETYPE - static field in class com.sun.gssapi.GSSException
Name of unsupported type provided error.
BAD_QOP - static field in class com.sun.gssapi.GSSException
Unsupported QOP value error.
BAD_STATUS - static field in class com.sun.gssapi.GSSException
Invalid status code error - this is the default status value.
BeanXFile - class com.sun.xfilechooser.BeanXFile
The BeanXFile class is the interface that makes an XFile object look like a File object.
BeanXFile(File,String) - constructor for class com.sun.xfilechooser.BeanXFile
BeanXFile(String) - constructor for class com.sun.xfilechooser.BeanXFile
Buffer - class com.sun.nfs.Buffer
Here we do all the NFS read and write buffering.
Buffer(com.sun.nfs.Nfs,int,int) - constructor for class com.sun.nfs.Buffer

C

C018FE95 - interface com.sun.gssapi.C018FE95
An object of this class implements the functionality of a GSSContext for a specific mechanism.
canonicalize(com.sun.gssapi.Oid) - method in class com.sun.gssapi.GSSName
Creates a new name which is guaranteed to be mechanism specific (MN).
canRead() - method in class com.sun.xfilechooser.BeanXFile
canRead() - method in class com.sun.xfile.XFile
Tests if the application can read from the specified file.
canRead() - method in class com.sun.file.XFileAccessor
Tests if the application can read from the specified file.
canRead() - method in class com.sun.http.XFileAccessor
Tests if the application can read from the specified file.
canRead() - method in class com.sun.nfs.XFileAccessor
Tests if the application can read from the specified file.
canRead() - method in class com.sun.xfile.XFileAccessor
Tests if the application can read from the specified file.
canRead() - method in class com.sun.zip.XFileAccessor
Tests if the application can read from the specified file.
canWrite() - method in class com.sun.xfilechooser.BeanXFile
canWrite() - method in class com.sun.xfile.XFile
Tests if the application can write to this file.
canWrite() - method in class com.sun.file.XFileAccessor
Tests if the application can write to this file.
canWrite() - method in class com.sun.http.XFileAccessor
Tests if the application can write to this file.
canWrite() - method in class com.sun.nfs.XFileAccessor
Tests if the application can write to this file.
canWrite() - method in class com.sun.xfile.XFileAccessor
Tests if the application can write to this file.
canWrite() - method in class com.sun.zip.XFileAccessor
Tests if the application can write to this file.
ChannelBinding - class com.sun.gssapi.ChannelBinding
The JGSS accommodates the concept of caller-provided channel binding information.
ChannelBinding(byte[]) - constructor for class com.sun.gssapi.ChannelBinding
Construct a channel bindings object without any addressing information.
ChannelBinding(InetAddress,InetAddress,byte[]) - constructor for class com.sun.gssapi.ChannelBinding
Construct a channel bindings object that contains all the user specified tags.
clone() - method in class com.sun.gssapi.GSSName
Creates a duplicate of this object.
clone() - method in class com.sun.gssapi.GSSNameSpi
Produces a copy of this object.
close() - method in class com.sun.nfs.Nfs
Close the file by flushing data and deallocating buffers.
close() - method in class com.sun.file.XFileAccessor
Close the file
close() - method in class com.sun.http.XFileAccessor
Close the Streams
close() - method in class com.sun.nfs.XFileAccessor
Close the file Since NFS has no concept of file close, we just flush any buffered data.
close() - method in class com.sun.xfile.XFileAccessor
Close the file.
close() - method in class com.sun.zip.XFileAccessor
Close the file
close() - method in class com.sun.xfile.XFileInputStream
Closes this file input stream and releases any system resources associated with the stream.
close() - method in class com.sun.xfile.XFileOutputStream
Closes this file output stream, flushes any buffered, unwritten data, and releases any system resources associated with this stream.
close() - method in class com.sun.xfile.XRandomAccessFile
Closes this random access file and flushes any unwritten data to the file.
com.sun.file - package
com.sun.gssapi - package
com.sun.http - package
com.sun.nfs - package
com.sun.rpc - package
com.sun.xfile - package
com.sun.zip - package
COMPLETE - static field in class com.sun.gssapi.GSSContext
Return value from either accept or init stating that the context creation phase is complete for this peer.
CONF - static field in class com.sun.gssapi.GSSContext
Context option flag - confidentiality.
conn - field in class com.sun.rpc.Rpc
ConnectDatagram - class com.sun.rpc.ConnectDatagram
Sets up a UDP connection to the server.
ConnectDatagram(String,int,int) - constructor for class com.sun.rpc.ConnectDatagram
Construct a new connection to a specified server and port.
Connection - class com.sun.rpc.Connection
Sets up a connection to the server using either UDP or TCP as determined by the subclass.
Connection(String,int,String,int) - constructor for class com.sun.rpc.Connection
Construct a new connection to a specified server and port using protocol proto with a reply buffer of size maxsize.
ConnectSocket - class com.sun.rpc.ConnectSocket
Sets up a TCP connection to the server.
ConnectSocket(String,int,int) - constructor for class com.sun.rpc.ConnectSocket
Construct a new connection to a specified server and port.
containedIn(com.sun.gssapi.Oid[]) - method in class com.sun.gssapi.Oid
A utility method which takes an array of Oids and checks if it contains this oid object.
CONTEXT_EXPIRED - static field in class com.sun.gssapi.GSSException
Specified security context expired error.
CONTINUE_NEEDED - static field in class com.sun.gssapi.GSSContext
Return value from either accept or init stating that another token is required from the peer to continue context creation.
createFileObject(File,String) - method in class com.sun.xfilechooser.XFileSystemView
Creates a File object constructed from File obj and filename
createFileObject(String) - method in class com.sun.xfilechooser.XFileSystemView
Creates a file object constructed from give pathname
Cred - class com.sun.rpc.Cred
RPC Credentials Extended by each credential class
CRED_DELEG - static field in class com.sun.gssapi.GSSContext
Context option flag - credential delegation.
CREDENTIALS_EXPIRED - static field in class com.sun.gssapi.GSSException
Expired credentials detected error.
CredGss - class com.sun.rpc.CredGss
The credential class for the RPCSEC_GSS security flavor.
CredGss(String,com.sun.gssapi.Oid,int,int) - constructor for class com.sun.rpc.CredGss
Constructor creates an instance of RPCSEC_GSS credential with given service name, mechanism, service type and qop number.
CredGss(String,String,int,int) - constructor for class com.sun.rpc.CredGss
Constructor creates an instance of RPCSEC_GSS credential with given service name, mechanism, service type and qop number.
CredNone - class com.sun.rpc.CredNone
This is the "NONE" credential, i.e.
CredUnix - class com.sun.rpc.CredUnix
The Unix credential.
CredUnix() - constructor for class com.sun.rpc.CredUnix
Constructor creates an instance of Unix credential and sets default uid/gid to "nobody".
CredUnix(int,int) - constructor for class com.sun.rpc.CredUnix
Constructor creates an instance of Unix credential with given uid/gid

D

DEFECTIVE_CREDENTIAL - static field in class com.sun.gssapi.GSSException
Defective credential error.
DEFECTIVE_TOKEN - static field in class com.sun.gssapi.GSSException
Defective token error.
delCred() - method in class com.sun.rpc.Rpc
Delete the RPC credential data and destroy its security context with the server.
delete() - method in class com.sun.xfilechooser.BeanXFile
delete() - method in class com.sun.xfile.XFile
Deletes the file specified by this object.
delete() - method in class com.sun.file.XFileAccessor
Deletes the file specified by this object.
delete() - method in class com.sun.http.XFileAccessor
Deletes the file specified by this object.
delete() - method in class com.sun.nfs.XFileAccessor
Deletes the file specified by this object.
delete() - method in class com.sun.xfile.XFileAccessor
Deletes the file specified by this object.
delete() - method in class com.sun.zip.XFileAccessor
Deletes the file specified by this object.
destroy(com.sun.rpc.Rpc) - method in class com.sun.rpc.CredUnix
Destroy the cred data and its security context with the server
DialogEditor - class com.sun.xfilechooser.DialogEditor
An editor to set the Dialog Type of XFileChooser.
dispose() - method in class com.sun.gssapi.GSSContext
Release any system resources and cryptographic information stored in the context object.
dispose() - method in class com.sun.gssapi.GSSCredential
Used to dispose of any sensitive information that the GSSCredential may be containing.
dispose() - method in class com.sun.gssapi.GSSCredSpi
Called to invalidate this credential element and release any system recourses and cryptographic information owned by the credential.
DUPLICATE_ELEMENT - static field in class com.sun.gssapi.GSSException
Duplicate credential element requested error.
DUPLICATE_TOKEN - static field in class com.sun.gssapi.GSSException
The token was a duplicate of an earlier token.

E

EditorResource - class com.sun.xfilechooser.EditorResource
EditorResource class is needed for I8N.
ensureFileIsVisible(com.sun.xfile.XFile) - method in class com.sun.xfilechooser.XFileChooser
Make sure that the specified file is viewable, and not hidden.
equals(com.sun.gssapi.GSSName) - method in class com.sun.gssapi.GSSName
A variation of equals method which may throw a GSSException when the names cannot be compared.
equals(com.sun.gssapi.GSSNameSpi) - method in class com.sun.gssapi.GSSNameSpi
Equal method for the GSSNameSpi objects.
equals(Object) - method in class com.sun.xfilechooser.BeanXFile
equals(Object) - method in class com.sun.gssapi.ChannelBinding
Compares two instances of ChannelBinding
equals(Object) - method in class com.sun.gssapi.GSSCredential
Tests if this GSSCredential refers to the same entity as the supplied object.
equals(Object) - method in class com.sun.gssapi.GSSName
Compares this name with the specified GSSName for equality.
equals(Object) - method in class com.sun.gssapi.Oid
Equality test for oid objects.
equals(Object) - method in class com.sun.xfile.XFile
Compares this object against the specified object.
error - field in class com.sun.rpc.RpcException
exists() - method in class com.sun.xfilechooser.BeanXFile
exists() - method in class com.sun.xfile.XFile
Tests if this XFile exists.
exists() - method in class com.sun.file.XFileAccessor
Tests if this XFileAccessor object exists.
exists() - method in class com.sun.http.XFileAccessor
Tests if this XFileAccessor object exists.
exists() - method in class com.sun.nfs.XFileAccessor
Tests if this XFileAccessor object exists.
exists() - method in class com.sun.xfile.XFileAccessor
Tests if this XFile object exists.
exists() - method in class com.sun.zip.XFileAccessor
Tests if this XFileAccessor object exists.
export() - method in class com.sun.gssapi.GSSContext
Provided to support the sharing of work between multiple processes.
export() - method in class com.sun.gssapi.GSSName
Returns a flat name representation for this GSSName object.
export() - method in class com.sun.gssapi.GSSNameSpi
Returns a flat name representation for this object.

F

FAILURE - static field in class com.sun.gssapi.GSSException
General failure, unspecified at GSS-API level.
Fattr - class com.sun.nfs.Fattr
NFS file attributes This is essentially a container class that holds the attributes, but it also has methods to encode and decode the attributes in an Xdr buffer.
fetchCred(String,String,String) - method in class com.sun.rpc.CredUnix
Given a username and passwd, obtain Unix creds from the named server.
FileModeEditor - class com.sun.xfilechooser.FileModeEditor
An editor to set the File Selection Mode of XFileChooser.
finalize() - method in class com.sun.rpc.ConnectDatagram
finalize() - method in class com.sun.rpc.ConnectSocket
finalize() - method in class com.sun.nfs.Nfs
finalize() - method in class com.sun.xfile.XFileOutputStream
Ensures that the close method of this XFile output stream is called when there are no more references to this stream.
flush() - method in class com.sun.nfs.Nfs
Flush any buffered writes to the file.
flush() - method in class com.sun.file.XFileAccessor
Forces any buffered output bytes to be written out.
flush() - method in class com.sun.http.XFileAccessor
Forces any buffered output bytes to be written out.
flush() - method in class com.sun.nfs.XFileAccessor
Forces any buffered output bytes to be written out.
flush() - method in class com.sun.xfile.XFileAccessor
Forces any buffered output bytes to be written out.
flush() - method in class com.sun.zip.XFileAccessor
Forces any buffered output bytes to be written out.
flush() - method in class com.sun.xfile.XFileOutputStream
Flushes this output stream and forces any buffered output bytes to be written out.
flush() - method in class com.sun.xfile.XRandomAccessFile
Forces any buffered output bytes to be written out.

G

GAP_TOKEN - static field in class com.sun.gssapi.GSSException
An expected per-message token was not received.
GARBAGE_ARGS - static field in class com.sun.rpc.MsgAcceptedException
getAbsolutePath() - method in class com.sun.xfilechooser.BeanXFile
getAbsolutePath() - method in class com.sun.xfile.XFile
Returns the absolute pathname of the file represented by this object.
getAcceptLifetime() - method in class com.sun.gssapi.GSSCredSpi
Returns the accept lifetime remaining.
getAcceptorAddress() - method in class com.sun.gssapi.ChannelBinding
Get the acceptor's address for this channel binding.
getAnonymityState() - method in class com.sun.gssapi.GSSContext
Returns true if this is an anonymous context.
getApplicationData() - method in class com.sun.gssapi.ChannelBinding
Get the application specified data for this channel binding.
getAsText() - method in class com.sun.xfilechooser.DialogEditor
Gets the integer value of current selected dialog type and returns the corresponding string of dialog type.
getAsText() - method in class com.sun.xfilechooser.FileModeEditor
Gets the integer value of current selection file mode and returns the corresponding string of file mode.
getAsText() - method in class com.sun.xfilechooser.XFileChooserEditor
Gets the String representation of XFile object
getCache(String,int,String) - static method in class com.sun.rpc.Connection
Get a cached connection for the specified server, port and protocol
getCanonicalPath() - method in class com.sun.xfilechooser.BeanXFile
getCanonicalPath() - method in class com.sun.xfile.XFile
Returns the canonical form of this XFile object's pathname.
getConfState() - method in class com.sun.gssapi.GSSContext
Returns the confidentiality service state over the context.
getContents() - method in class com.sun.xfilechooser.EditorResource
getCred() - static method in class com.sun.nfs.NfsConnect
Get the credential as a Unix cred
getCred() - method in class com.sun.rpc.Rpc
Return the RPC credential
getCred(com.sun.rpc.Xdr) - method in class com.sun.rpc.CredGss
Get creds from an XDR buffer
getCurrentXDirectory() - method in class com.sun.xfilechooser.XFileChooser
Returns XFile Object of the current directory.
getDefault() - static method in class com.sun.nfs.NfsSecurity
Get the default security flavor number if it is specified in the nfssec.properties file, otherwise, simply return "1" for AUTH_SYS.
getDefaultMech() - static method in class com.sun.gssapi.GSSManager
Determines the default mechanism.
getDelegCred() - method in class com.sun.gssapi.GSSContext
Returns the delegated credential object on the acceptor's side.
getDelegCredState() - method in class com.sun.gssapi.GSSContext
Returns the state of the delegated credentials for the context.
getDER() - method in class com.sun.gssapi.Oid
Returns the full ASN.1 DER encoding for this oid object.
getExports() - method in class com.sun.nfs.XFileExtensionAccessor
Get server's export list
getExtensionAccessor() - method in class com.sun.xfile.XFile
Get the XFileExtensionAccessor
getFile() - method in class com.sun.nfs.NfsURL
getFilePointer() - method in class com.sun.xfile.XRandomAccessFile
Returns the current offset in this file.
getFiles(File,boolean) - method in class com.sun.xfilechooser.XFileSystemView
Returns the list of files in a directory
getFileSystemName() - method in class com.sun.xfile.XFile
Returns the name of the filesystem, the string before the colon of the URL.
getFileSystemView() - static method in class com.sun.xfilechooser.XFileSystemView
Depending on type of operating system (e.g.
getGid() - method in class com.sun.rpc.CredUnix
Get the Unix group id for the user
getGids() - method in class com.sun.rpc.CredUnix
Get the Unix group list for the user
getGSSName() - method in class com.sun.gssapi.GSSCredential
Retrieves the name of the entity that the credential has been acquired for.
getGSSName(com.sun.gssapi.Oid) - method in class com.sun.gssapi.GSSCredential
Queries the selected mechanism for the principal name of the credential.
getHome() - method in class com.sun.rpc.CredUnix
Get the user's home directory path
getHomeDirectory() - method in class com.sun.xfilechooser.XFileSystemView
Returns the user's home directory
getHost() - method in class com.sun.nfs.NfsURL
getIcon(int) - method in class com.sun.xfilechooser.XFileChooserBeanInfo
getInitiatorAddress() - method in class com.sun.gssapi.ChannelBinding
Get the initiator's address for this channel binding.
getInitLifetime() - method in class com.sun.gssapi.GSSCredSpi
Returns the init lifetime remaining.
getIntegState() - method in class com.sun.gssapi.GSSContext
Returns the integrity service state over the context.
getLifetime() - method in class com.sun.gssapi.GSSContext
Returns the context lifetime in seconds.
getLifetime() - method in class com.sun.gssapi.GSSCredSpi
Returns the lifetime remaining.
getLocation() - method in class com.sun.nfs.NfsURL
getLocation() - method in class com.sun.zip.ZipURL
getMajor() - method in class com.sun.gssapi.GSSException
Returns the major code representing the error that caused this exception to be thrown.
getMajorString() - method in class com.sun.gssapi.GSSException
Returns a string explaining the major code in this exception.
getMech() - method in class com.sun.gssapi.GSSContext
Returns the mechanism oid for the context.
getMech() - method in class com.sun.gssapi.GSSNameSpi
Get the mechanism type that this NameElement corresponds to.
getMech(String) - static method in class com.sun.nfs.NfsSecurity
getMech will get the security mechanism OID string from the second token in the value.
getMechanism() - method in class com.sun.gssapi.GSSCredSpi
Returns the oid representing the underlying credential mechanism oid.
getMechs() - method in class com.sun.gssapi.GSSCredential
Returns the mechanism oids over which the credential has been acquired.
getMechs() - static method in class com.sun.gssapi.GSSManager
Indicates which mechanisms are configured within JGSS.
getMechsForName(com.sun.gssapi.Oid) - static method in class com.sun.gssapi.GSSManager
Returns all the mechanisms that support the specific name type.
getMessage() - method in class com.sun.gssapi.GSSException
Returns string representing both the major and minor status codes.
Returns a token containing a cryptographic MIC for the supplied message, for transfer to the peer application.
Produces a token containing a cryptographic MIC for the supplied message, for transfer to the peer application.
getMinor() - method in class com.sun.gssapi.GSSException
Returns the mechanism error that caused this exception.
getMinorString() - method in class com.sun.gssapi.GSSException
Returns a string explaining the mechanism specific error code.
getMutualAuthState() - method in class com.sun.gssapi.GSSContext
Returns the state of the mutual authentication option for the context.
getName() - method in class com.sun.xfilechooser.BeanXFile
getName() - method in class com.sun.gssapi.GSSCredSpi
Returns the principal name for this credential.
getName() - method in class com.sun.xfile.XFile
Returns the name of the file represented by this object.
getName(String) - static method in class com.sun.nfs.NfsSecurity
getName will get the NFS security flavor name from the first token in the value.
getNamesForMech(com.sun.gssapi.Oid) - static method in class com.sun.gssapi.GSSManager
Returns name types (Oids) supported by the selected mechanism.
getNameType() - method in class com.sun.gssapi.GSSNameSpi
Returns the name type oid for this name.
getNfs() - method in class com.sun.nfs.XFileAccessor
getParent() - method in class com.sun.xfilechooser.BeanXFile
getParent() - method in class com.sun.xfile.XFile
Returns the parent part of the pathname of this XFile object, or null if the name has no parent part.
getParent(com.sun.xfile.XFile) - method in class com.sun.nfs.XFileAccessor
getParentDirectory(File) - method in class com.sun.xfilechooser.XFileSystemView
Returns the parent directory of specified directory/file object
getPath() - method in class com.sun.xfilechooser.BeanXFile
getPath() - method in class com.sun.xfile.XFile
Returns the pathname of the file represented by this object.
getPath() - method in class com.sun.zip.ZipURL
getPeer() - method in class com.sun.rpc.Rpc
Since this returns the address of the server it may seem redundant - but if you receive a reply to a broadcast RPC you need to know who is replying.
getPort() - method in class com.sun.nfs.NfsURL
getPrefer() - static method in class com.sun.nfs.NfsSecurity
Get the preferred nfs security flavor number if it is specified in the nfssec.properties file, otherwise, return null.
getPrivacy() - method in class com.sun.gssapi.MessageProp
Retrieves the privacy state.
getPropertyDescriptors() - method in class com.sun.xfilechooser.XFileChooserBeanInfo
getProtocol() - method in class com.sun.nfs.NfsURL
getProtocol() - method in class com.sun.zip.ZipURL
getQOP() - method in class com.sun.gssapi.MessageProp
Retrieves the QOP value.
getQop(String) - static method in class com.sun.nfs.NfsSecurity
getQop will get the Quality of Protection number from the fourth token in the value.
Returns the remaining lifetime in seconds for the credential to remain capable of accepting security context under the specified mechanism.
Returns the remaining lifetime in seconds for the credential to remain capable of initiating security context under the specified mechanism.
getRemainingLifetime() - method in class com.sun.gssapi.GSSCredential
Obtains the remaining lifetime for a credential.
getReplayDetState() - method in class com.sun.gssapi.GSSContext
Returns the state of the replay detection service for the context.
getSelectedXFile() - method in class com.sun.xfilechooser.XFileChooser
Returns the XFile object of the selected file.
getSelectedXFileInputStream() - method in class com.sun.xfilechooser.XFileChooser
Returns the XFileInputStream object of the selected file
getSelectedXFileOutputStream() - method in class com.sun.xfilechooser.XFileChooser
Returns the XFileOutputStream object of the selected file
getSelectedXFiles() - method in class com.sun.xfilechooser.XFileChooser
Returns a list of selected files if the filechooser is set to allow multi-selection.
getSequenceDetState() - method in class com.sun.gssapi.GSSContext
Returns the state of the sequence detection service for the context.
getService(String) - static method in class com.sun.nfs.NfsSecurity
getService will get the security service type from the third token in the value.
getSrcName() - method in class com.sun.gssapi.GSSContext
Retrieves the name of the context initiator.
getStringNameType() - method in class com.sun.gssapi.GSSName
Returns the name type for the printed name.
getStringNameType() - method in class com.sun.gssapi.GSSNameSpi
Returns the oid describing the format of the printable name.
getTags() - method in class com.sun.xfilechooser.DialogEditor
Provides the valid dialog type: Open, Save, or Custom
getTags() - method in class com.sun.xfilechooser.FileModeEditor
Provides the valid selection file modes: Files, Directories or Files/Directories
getTargName() - method in class com.sun.gssapi.GSSContext
Retrieves the name of the context target (acceptor).
getUid() - method in class com.sun.rpc.CredUnix
Get the Unix user id for the user
getUmask() - method in class com.sun.rpc.CredUnix
Get the user's home Unix umask
getUsage() - method in class com.sun.gssapi.GSSCredential
Retrieve the credential usage flag, which is one of INITIATE_ONLY, ACCEPT_ONLY, INITIATE_AND_ACCEPT.
getUsage() - method in class com.sun.gssapi.GSSCredSpi
Returns the credential usage.
getUsage(com.sun.gssapi.Oid) - method in class com.sun.gssapi.GSSCredential
Retrieve the credential usage flag, which is one of INITIATE_ONLY, ACCEPT_ONLY, INITIATE_AND_ACCEPT, for a specific credential mechanism.
getWrapSizeLimit(int,boolean,int) - method in class com.sun.gssapi.GSSContext
Returns the maximum message size that, if presented to the wrap method with the same confReq and qop parameters will result in an output token containing no more then maxTokenSize bytes.
getXFile() - method in class com.sun.file.XFileAccessor
Get the XFile for this Accessor
getXFile() - method in class com.sun.http.XFileAccessor
Get the XFile for this Accessor
getXFile() - method in class com.sun.nfs.XFileAccessor
getXFile() - method in class com.sun.xfile.XFileAccessor
Return the XFile for this Accessor
getXFile() - method in class com.sun.zip.XFileAccessor
Get the XFile for this Accessor
GSSContext - class com.sun.gssapi.GSSContext
This class represents the JGSS security context and its associated operations.
GSSContext(byte[]) - constructor for class com.sun.gssapi.GSSContext
Constructor for creating a GSSContext from a previously exported context.
GSSContext(com.sun.gssapi.GSSCredential) - constructor for class com.sun.gssapi.GSSContext
Constructor for creating a context on the acceptor' side.
Constructor for creating a context on the initiator's side.
GSSCredential - class com.sun.gssapi.GSSCredential
This class manages GSS-API credentials and their associated operations.
GSSCredential(com.sun.gssapi.GSSName,int) - constructor for class com.sun.gssapi.GSSCredential
Constructor for default mechanism credential.
Constructor for a single mechanism credential.
Constructor for a credential over a set of mechanisms.
GSSCredential(int) - constructor for class com.sun.gssapi.GSSCredential
Constructor for default credentials.
GSSCredSpi - interface com.sun.gssapi.GSSCredSpi
This interface is implemented by each mechanism to provide the functionality of a credential.
GSSException - class com.sun.gssapi.GSSException
This exception is thrown whenever a fatal GSS-API error occurs including mechanism specific errors.
GSSException(int) - constructor for class com.sun.gssapi.GSSException
Construct a GSSException object with a specified major code.
GSSException(int,int,String) - constructor for class com.sun.gssapi.GSSException
Construct a GSSException object with a specified major and minor codes and minor explanation string.
GSSManager - class com.sun.gssapi.GSSManager
This class implements functionality common to the entire GSS-API package.
GSSName - class com.sun.gssapi.GSSName
An object of this class encapsulates a single GSS-API principal entity.
GSSName(byte[],com.sun.gssapi.Oid) - constructor for class com.sun.gssapi.GSSName
Creates a new GSSName object from the specified type.
GSSName(byte[],com.sun.gssapi.Oid,com.sun.gssapi.Oid) - constructor for class com.sun.gssapi.GSSName
Creates a new GSSName object from the specified type.
GSSName(String,com.sun.gssapi.Oid) - constructor for class com.sun.gssapi.GSSName
Converts a contiguous string name to a GSSName object of the specified type.
GSSName(String,com.sun.gssapi.Oid,com.sun.gssapi.Oid) - constructor for class com.sun.gssapi.GSSName
Creates a new GSSName object of the specified type.
GSSNameSpi - interface com.sun.gssapi.GSSNameSpi
This class represents a mechanism specific name element.

H

hashCode() - method in class com.sun.xfile.XFile
Computes a hashcode for the file.
hasValue(String) - static method in class com.sun.nfs.NfsSecurity
Does the key have a value defined in the nfssec.properties file? (i.e.
hi - field in class com.sun.rpc.RpcException

I

INDEFINITE - static field in class com.sun.gssapi.GSSContext
Indefinite lifetime value for a context.
INDEFINITE - static field in class com.sun.gssapi.GSSCredential
Indefinite lifetime for a credential.
init(byte[],com.sun.gssapi.Oid) - method in class com.sun.gssapi.GSSNameSpi
Initializer for the GSSNameSpi object using a byte array.
init(byte[],int,int) - method in class com.sun.gssapi.GSSContext
Called by the context initiator to start the context creation process.
Initialized the credential object.
init(com.sun.rpc.Connection,int,int) - method in class com.sun.rpc.CredUnix
Initiate a security context with peers
init(InputStream,OutputStream) - method in class com.sun.gssapi.GSSContext
Called by the context initiator to start the context creation process.
init(String,com.sun.gssapi.Oid) - method in class com.sun.gssapi.GSSNameSpi
Initializer for the GSSNameSpi object using a String.
INITIATE_AND_ACCEPT - static field in class com.sun.gssapi.GSSCredential
Credential usage flag requesting that it be able to be used for both context initiation and acceptance.
INITIATE_ONLY - static field in class com.sun.gssapi.GSSCredential
Credential usage flag requesting that it be able to be used for context initiation only.
INTG - static field in class com.sun.gssapi.GSSContext
Context option flag - integrity.
isAbsolute() - method in class com.sun.xfilechooser.BeanXFile
isAbsolute() - method in class com.sun.xfile.XFile
Tests if the file represented by this XFile object is an absolute pathname.
isAnonymousName() - method in class com.sun.gssapi.GSSName
Tests if this is an Anonymous name object.
isAnonymousName() - method in class com.sun.gssapi.GSSNameSpi
Indicates if this name object represents an Anonymous name.
isDirectory() - method in class com.sun.xfilechooser.BeanXFile
isDirectory() - method in class com.sun.xfile.XFile
Tests if the file represented by this XFile object is a directory.
isDirectory() - method in class com.sun.file.XFileAccessor
Tests if the file represented by this XFileAccessor object is a directory.
isDirectory() - method in class com.sun.http.XFileAccessor
Tests if the file represented by this XFileAccessor object is a directory.
isDirectory() - method in class com.sun.nfs.XFileAccessor
Tests if the file represented by this XFileAccessor object is a directory.
isDirectory() - method in class com.sun.xfile.XFileAccessor
Tests if the file represented by this XFileAccessor object is a directory.
isDirectory() - method in class com.sun.zip.XFileAccessor
Tests if the file represented by this XFileAccessor object is a directory.
isDuplicateToken() - method in class com.sun.gssapi.MessageProp
Method to signal supplementary information.
isEstablished() - method in class com.sun.gssapi.GSSContext
Returns true is this is a fully established context.
isFile() - method in class com.sun.xfilechooser.BeanXFile
isFile() - method in class com.sun.xfile.XFile
Tests if the file represented by this XFile object is a "normal" file.
isFile() - method in class com.sun.file.XFileAccessor
Tests if the file represented by this object is a "normal" file.
isFile() - method in class com.sun.http.XFileAccessor
Tests if the file represented by this object is a "normal" file.
isFile() - method in class com.sun.nfs.XFileAccessor
Tests if the file represented by this object is a "normal" nfs.
isFile() - method in class com.sun.xfile.XFileAccessor
Tests if the file represented by this object is a "normal" file.
isFile() - method in class com.sun.zip.XFileAccessor
Tests if the file represented by this object is a "normal" file.
isGapToken() - method in class com.sun.gssapi.MessageProp
Method to signal supplementary information.
isInitiator() - method in class com.sun.gssapi.GSSContext
Returns true if this is the initiator of the context.
isOldToken() - method in class com.sun.gssapi.MessageProp
Method to signal supplementary information.
isProtReady() - method in class com.sun.gssapi.GSSContext
Indicates if the per message operations can be applied over the context.
isRoot(File) - method in class com.sun.xfilechooser.XFileSystemView
Returns true if the given file object is root.
isTransferable() - method in class com.sun.gssapi.GSSContext
Indicates if the context is transferable to other processes through the use of the export method.
isUnseqToken() - method in class com.sun.gssapi.MessageProp
Method to signal supplementary information.

L

lastModified() - method in class com.sun.xfilechooser.BeanXFile
lastModified() - method in class com.sun.xfile.XFile
Returns the time that the file represented by this XFile object was last modified.
lastModified() - method in class com.sun.file.XFileAccessor
Returns the time that the file represented by this XFile object was last modified.
lastModified() - method in class com.sun.http.XFileAccessor
Returns the time that the file represented by this XFile object was last modified.
lastModified() - method in class com.sun.nfs.XFileAccessor
Returns the time that the file represented by this XFile object was last modified.
lastModified() - method in class com.sun.xfile.XFileAccessor
Returns the time that the file represented by this XFile object was last modified.
lastModified() - method in class com.sun.zip.XFileAccessor
Returns the time that the file represented by this XFile object was last modified.
length() - method in class com.sun.xfilechooser.BeanXFile
length() - method in class com.sun.xfile.XFile
Returns the length of the file represented by this XFile object.
length() - method in class com.sun.file.XFileAccessor
Returns the length of the file represented by this XFileAccessor object.
length() - method in class com.sun.http.XFileAccessor
Returns the length of the file represented by this XFileAccessor object.
length() - method in class com.sun.nfs.XFileAccessor
Returns the length of the file represented by this XFileAccessor object.
length() - method in class com.sun.xfile.XFileAccessor
Returns the length of the file represented by this XFileAccessor object.
length() - method in class com.sun.zip.XFileAccessor
Returns the length of the file represented by this XFileAccessor object.
length() - method in class com.sun.xfile.XRandomAccessFile
Returns the length of this file.
list() - method in class com.sun.xfilechooser.BeanXFile
list() - method in class com.sun.xfile.XFile
Returns a list of the files in the directory specified by this XFile object.
list() - method in class com.sun.file.XFileAccessor
Returns a list of the files in the directory specified by this XFileAccessor object.
list() - method in class com.sun.http.XFileAccessor
Returns a list of the files in the directory specified by this XFileAccessor object.
list() - method in class com.sun.nfs.XFileAccessor
Returns a list of the files in the directory specified by this XFileAccessor object.
list() - method in class com.sun.xfile.XFileAccessor
Returns a list of the files in the directory specified by this XFileAccessor object.
list() - method in class com.sun.zip.XFileAccessor
Returns a list of the files in the directory specified by this XFileAccessor object.
list(com.sun.xfile.XFilenameFilter) - method in class com.sun.xfile.XFile
Returns a list of the files in the directory specified by this XFile that satisfy the specified filter.
lo - field in class com.sun.rpc.RpcException
Sets the user's RPC credential from Login name and password.
loginUGID(int,int,int[]) - method in class com.sun.nfs.XFileExtensionAccessor
Sets the user's RPC credential to a known uid/gid.
logoutPCNFSD() - method in class com.sun.nfs.XFileExtensionAccessor
Sets the user's RPC credential to "nobody"
logoutUGID() - method in class com.sun.nfs.XFileExtensionAccessor
Sets the user's RPC credential to "nobody"
lookupSec() - method in class com.sun.nfs.Nfs2

M

main(args[]) - static method in class com.sun.xfilechooser.XFileChooser
Used only for testing of bean
MessageProp - class com.sun.gssapi.MessageProp
This class conveys information about the per-message security services requested/provided through the GSSContext class in the wrap and getMIC methods.
MessageProp() - constructor for class com.sun.gssapi.MessageProp
Default constructor for the class.
MessageProp(int,boolean) - constructor for class com.sun.gssapi.MessageProp
Constructor allowing the setting of the qop and the privacy state.
mkdir() - method in class com.sun.xfilechooser.BeanXFile
mkdir() - method in class com.sun.xfile.XFile
Creates a directory whose pathname is specified by this XFile object.
mkdir() - method in class com.sun.file.XFileAccessor
Creates a directory whose pathname is specified by this XFileAccessor object.
mkdir() - method in class com.sun.http.XFileAccessor
Creates a directory whose pathname is specified by this XFileAccessor object.
mkdir() - method in class com.sun.nfs.XFileAccessor
Creates a directory whose pathname is specified by this XFileAccessor object.
mkdir() - method in class com.sun.xfile.XFileAccessor
Creates a directory whose pathname is specified by this XFileAccessor object.
mkdir() - method in class com.sun.zip.XFileAccessor
Creates a directory whose pathname is specified by this XFileAccessor object.
mkdirs() - method in class com.sun.xfilechooser.BeanXFile
mkdirs() - method in class com.sun.xfile.XFile
Creates a directory whose pathname is specified by this XFile object, including any necessary parent directories.
mkfile() - method in class com.sun.file.XFileAccessor
Creates a file whose pathname is specified by this XFileAccessor object.
mkfile() - method in class com.sun.http.XFileAccessor
Creates a file whose pathname is specified by this XFileAccessor object.
mkfile() - method in class com.sun.nfs.XFileAccessor
Creates a file whose pathname is specified by this XFileAccessor object.
mkfile() - method in class com.sun.xfile.XFileAccessor
Creates an empty file whose pathname is specified by this XFileAccessor object.
mkfile() - method in class com.sun.zip.XFileAccessor
Creates a file whose pathname is specified by this XFileAccessor object.
Handle the RPC "message accepted" class of errors.
MsgAcceptedException(int) - constructor for class com.sun.rpc.MsgAcceptedException
MsgAcceptedException(int,int,int) - constructor for class com.sun.rpc.MsgAcceptedException
Handle the RPC "message rejected" class of errors.
MsgRejectedException(int) - constructor for class com.sun.rpc.MsgRejectedException
MsgRejectedException(int,int) - constructor for class com.sun.rpc.MsgRejectedException
MsgRejectedException(int,int,int) - constructor for class com.sun.rpc.MsgRejectedException
MUTUAL_AUTH - static field in class com.sun.gssapi.GSSContext
Context option flag - mutual authentication.

N

NAME_NOT_MN - static field in class com.sun.gssapi.GSSException
Name contains multi-mechanism elements error.
newAccessor() - method in class com.sun.xfile.XFile
Nfs - class com.sun.nfs.Nfs
Container class for an NFS object: either a file or a directory.
Nfs2 - class com.sun.nfs.Nfs2
This class contains the methods specific to NFS version 2.
Construct a new NFS version 2 object (file or directory)
NFS_OK - static field in class com.sun.nfs.NfsException
NfsConnect - class com.sun.nfs.NfsConnect
Connect to an NFS server and return an Nfs file object.
NFSERR_ACCES - static field in class com.sun.nfs.NfsException
NFSERR_BAD_COOKIE - static field in class com.sun.nfs.NfsException
NFSERR_BADHANDLE - static field in class com.sun.nfs.NfsException
NFSERR_BADTYPE - static field in class com.sun.nfs.NfsException
NFSERR_DQUOT - static field in class com.sun.nfs.NfsException
NFSERR_EXIST - static field in class com.sun.nfs.NfsException
NFSERR_FBIG - static field in class com.sun.nfs.NfsException
NFSERR_INVAL - static field in class com.sun.nfs.NfsException
NFSERR_IO - static field in class com.sun.nfs.NfsException
NFSERR_ISDIR - static field in class com.sun.nfs.NfsException
NFSERR_JUKEBOX - static field in class com.sun.nfs.NfsException
NFSERR_MLINK - static field in class com.sun.nfs.NfsException
NFSERR_NAMETOOLONG - static field in class com.sun.nfs.NfsException
NFSERR_NODEV - static field in class com.sun.nfs.NfsException
NFSERR_NOENT - static field in class com.sun.nfs.NfsException
NFSERR_NOSPC - static field in class com.sun.nfs.NfsException
NFSERR_NOT_SYNC - static field in class com.sun.nfs.NfsException
NFSERR_NOTDIR - static field in class com.sun.nfs.NfsException
NFSERR_NOTEMPTY - static field in class com.sun.nfs.NfsException
NFSERR_NOTSUPP - static field in class com.sun.nfs.NfsException
NFSERR_NXIO - static field in class com.sun.nfs.NfsException
NFSERR_PERM - static field in class com.sun.nfs.NfsException
NFSERR_REMOTE - static field in class com.sun.nfs.NfsException
NFSERR_ROFS - static field in class com.sun.nfs.NfsException
NFSERR_SERVERFAULT - static field in class com.sun.nfs.NfsException
NFSERR_STALE - static field in class com.sun.nfs.NfsException
NFSERR_TOOSMALL - static field in class com.sun.nfs.NfsException
NFSERR_XDEV - static field in class com.sun.nfs.NfsException
NfsException - class com.sun.nfs.NfsException
This exception is thrown whenever an NFS error occurs.
NfsException(int) - constructor for class com.sun.nfs.NfsException
Create a new NfsException
NfsHandler - class com.sun.nfs.NfsHandler
This handler is implemented by the NFS application if it wishes to be notifed of retransmissions.
NfsSecurity - class com.sun.nfs.NfsSecurity
NfsSecurity is a static class.
NfsURL - class com.sun.nfs.NfsURL
This is just a dumb URL parser class.
NfsURL(String) - constructor for class com.sun.nfs.NfsURL
This is a compatibility stub for the NFS XFileExtensionAccessor
NO_CONTEXT - static field in class com.sun.gssapi.GSSException
Invalid security context error.
NO_CRED - static field in class com.sun.gssapi.GSSException
Invalid credentials error.
NT_ANONYMOUS - static field in class com.sun.gssapi.GSSName
Name type used to represent an Anonymous identity.
NT_EXPORT_NAME - static field in class com.sun.gssapi.GSSName
Name type used to indicate an exported name produced by the export method.
NT_HOSTBASED_SERVICE - static field in class com.sun.gssapi.GSSName
Name type used to indicate a host-based service name form.
NT_MACHINE_UID_NAME - static field in class com.sun.gssapi.GSSName
Name type used to indicate a numeric user identifier corresponding to a user on a local system.
NT_STRING_UID_NAME - static field in class com.sun.gssapi.GSSName
Name type used to indicate a string of digits representing the numeric user identifier of a user on a local system.
NT_USER_NAME - static field in class com.sun.gssapi.GSSName
Name type used to indicate a named user on a local system.

O

Oid - class com.sun.gssapi.Oid
This class represents Universal Object Identifiers (Oids) and their associated operations.
Oid(byte[]) - constructor for class com.sun.gssapi.Oid
Constructs an Oid object from its DER encoding.
Oid(byte[],int) - constructor for class com.sun.gssapi.Oid
Constructs an Oid object from its DER encoding.
Oid(InputStream) - constructor for class com.sun.gssapi.Oid
Constructs an Oid object from its DER encoding.
Oid(String) - constructor for class com.sun.gssapi.Oid
Constructs an Oid object from a string representation of its integer components.
ok(String) - method in class com.sun.nfs.NfsHandler
Called when a server reply is recieved after a timeout.
ok(String) - method in class com.sun.rpc.RpcHandler
Called when the server responds after a timeout
OLD_TOKEN - static field in class com.sun.gssapi.GSSException
The token's validity period has expired.
Open this file object
Open this file object
Open this NFS object
Open a file in this filesystem.
Open this file object

P

port - field in class com.sun.rpc.Connection
PROC_UNAVAIL - static field in class com.sun.rpc.MsgAcceptedException
PROG_MISMATCH - static field in class com.sun.rpc.MsgAcceptedException
PROG_UNAVAIL - static field in class com.sun.rpc.MsgAcceptedException
propertyChange(PropertyChangeEvent) - method in class com.sun.xfilechooser.XFileChooser
This method gets called when certain bound properties has changed on the associated JFileChooser.
putCache(com.sun.rpc.Connection) - static method in class com.sun.rpc.Connection
Stash a new connection in the cache

R

read() - method in class com.sun.xfile.XFileInputStream
Reads a byte of data from this XFile.
read() - method in class com.sun.xfile.XRandomAccessFile
Reads a byte of data from this file.
read(b[]) - method in class com.sun.xfile.XFileInputStream
Reads up to b.length bytes of data from this file into an array of bytes.
read(b[]) - method in class com.sun.xfile.XRandomAccessFile
Reads up to b.length bytes of data from this file into an array of bytes.
read(b[],int,int) - method in class com.sun.xfile.XFileInputStream
Reads up to len bytes of data from this file into an array of bytes.
read(b[],int,int) - method in class com.sun.xfile.XRandomAccessFile
Reads up to len bytes of data from this file into an array of bytes.
read(b[],int,int,long) - method in class com.sun.file.XFileAccessor
Reads a subarray as a sequence of bytes.
read(b[],int,int,long) - method in class com.sun.http.XFileAccessor
Reads a subarray as a sequence of bytes.
read(b[],int,int,long) - method in class com.sun.nfs.XFileAccessor
Reads a subarray as a sequence of bytes.
read(b[],int,int,long) - method in class com.sun.xfile.XFileAccessor
Reads a subarray as a sequence of bytes.
read(b[],int,int,long) - method in class com.sun.zip.XFileAccessor
Reads a subarray as a sequence of bytes.
readBoolean() - method in class com.sun.xfile.XRandomAccessFile
Reads a boolean from this file.
readByte() - method in class com.sun.xfile.XRandomAccessFile
Reads a signed 8-bit value from this file.
readChar() - method in class com.sun.xfile.XRandomAccessFile
Reads a Unicode character from this file.
readDouble() - method in class com.sun.xfile.XRandomAccessFile
Reads a double from this file.
readFloat() - method in class com.sun.xfile.XRandomAccessFile
Reads a float from this file.
readFully(b[]) - method in class com.sun.xfile.XRandomAccessFile
Reads b.length bytes from this file into the byte array.
readFully(b[],int,int) - method in class com.sun.xfile.XRandomAccessFile
Reads exactly len bytes from this file into the byte array.
readInt() - method in class com.sun.xfile.XRandomAccessFile
Reads a signed 32-bit integer from this file.
readLine() - method in class com.sun.xfile.XRandomAccessFile
Reads the next line of text from this file.
readLong() - method in class com.sun.xfile.XRandomAccessFile
Reads a signed 64-bit integer from this file.
readShort() - method in class com.sun.xfile.XRandomAccessFile
Reads a signed 16-bit number from this file.
readUnsignedByte() - method in class com.sun.xfile.XRandomAccessFile
Reads an unsigned 8-bit number from this file.
readUnsignedShort() - method in class com.sun.xfile.XRandomAccessFile
Reads an unsigned 16-bit number from this file.
readUTF() - method in class com.sun.xfile.XRandomAccessFile
Reads in a string from this file.
Refresh the cred
renameTo(com.sun.xfile.XFile) - method in class com.sun.xfile.XFile
Renames the file specified by this XFile object to have the pathname given by the XFile argument.
renameTo(com.sun.xfile.XFile) - method in class com.sun.file.XFileAccessor
Renames the file specified by this XFileAccessor object to have the pathname given by the XFileAccessor object argument.
renameTo(com.sun.xfile.XFile) - method in class com.sun.http.XFileAccessor
Renames the file specified by this XFileAccessor object to have the pathname given by the XFileAccessor object argument.
renameTo(com.sun.xfile.XFile) - method in class com.sun.nfs.XFileAccessor
Renames the file specified by this XFileAccessor object to have the pathname given by the XFileAccessor object argument.
renameTo(com.sun.xfile.XFile) - method in class com.sun.xfile.XFileAccessor
Renames the file specified by this XFileAccessor object to have the pathname given by the XFileAccessor object argument.
renameTo(com.sun.xfile.XFile) - method in class com.sun.zip.XFileAccessor
Renames the file specified by this XFileAccessor object to have the pathname given by the XFileAccessor object argument.
renameTo(File) - method in class com.sun.xfilechooser.BeanXFile
REPLAY_DET - static field in class com.sun.gssapi.GSSContext
Context option flag - replay detection.
requestAnonymity(boolean) - method in class com.sun.gssapi.GSSContext
Requests anonymous support over the context.
requestConf(boolean) - method in class com.sun.gssapi.GSSContext
Requests that confidentiality service be available over the context.
requestCredDeleg(boolean) - method in class com.sun.gssapi.GSSContext
Sets the request state of the credential delegation flag for the context.
requestInteg(boolean) - method in class com.sun.gssapi.GSSContext
Requests that integrity service be available over the context.
requestLifetime(int) - method in class com.sun.gssapi.GSSContext
Sets the desired lifetime for the context in seconds.
requestMutualAuth(boolean) - method in class com.sun.gssapi.GSSContext
Sets the request state of the mutual authentication flag for the context.
requestReplayDet(boolean) - method in class com.sun.gssapi.GSSContext
Sets the request state of the replay detection service for the context.
requestSequenceDet(boolean) - method in class com.sun.gssapi.GSSContext
Sets the request state of the sequence checking service for the context.
Rpc - class com.sun.rpc.Rpc
This class transmits and receives RPC calls to an RPC service at a specific host and port.
Rpc(com.sun.rpc.Connection,int,int) - constructor for class com.sun.rpc.Rpc
Construct a new Rpc object - equivalent to a "client handle" using an AUTH_NONE cred handle.
Rpc(com.sun.rpc.Connection,int,int,com.sun.rpc.Cred) - constructor for class com.sun.rpc.Rpc
Construct a new Rpc object - equivalent to a "client handle" using a given cred handle "cr"
Rpc(String,int,int,int,String,int) - constructor for class com.sun.rpc.Rpc
Construct a new Rpc object - equivalent to a "client handle"
rpc_call(com.sun.rpc.Xdr,int,int) - method in class com.sun.rpc.Rpc
Make an RPC call but retry if necessary Retries use exponential backoff up to MAX_TIMEOUT ms.
rpc_call_one(com.sun.rpc.Xdr,byte[],int) - method in class com.sun.rpc.Rpc
Transmit the XDR call buffer containing an RPC header followed by a protocol header and receive the reply.
rpc_header(com.sun.rpc.Xdr,int) - method in class com.sun.rpc.Rpc
Construct an RPC header in the XDR buffer
RPC_MISMATCH - static field in class com.sun.rpc.MsgRejectedException
RpcException - class com.sun.rpc.RpcException
Handle the RPC exceptions.
RpcException(int) - constructor for class com.sun.rpc.RpcException
RpcException(String) - constructor for class com.sun.rpc.RpcException
RpcHandler - class com.sun.rpc.RpcHandler
This handler is implemented by the RPC application if it wishes to be notifed of retransmissions.
RPCSEC_GSS - static field in class com.sun.rpc.CredGss
RPCSEC_GSS_CONTINUE_INIT - static field in class com.sun.rpc.CredGss
RPCSEC_GSS_DATA - static field in class com.sun.rpc.CredGss
RPCSEC_GSS_DESTROY - static field in class com.sun.rpc.CredGss
RPCSEC_GSS_FAILED - static field in class com.sun.rpc.MsgRejectedException
RPCSEC_GSS_INIT - static field in class com.sun.rpc.CredGss
RPCSEC_GSS_NOCRED - static field in class com.sun.rpc.MsgRejectedException
RPCSEC_GSS_VERS_1 - static field in class com.sun.rpc.CredGss
run() - method in class com.sun.nfs.Buffer
run() - method in class com.sun.rpc.Connection

S

seek(long) - method in class com.sun.xfile.XRandomAccessFile
Sets the offset from the beginning of this file at which the next read or write occurs.
SELECTED_XFILE_CHANGED_PROPERTY - static field in class com.sun.xfilechooser.XFileChooser
Identifes change in user's single-file selection.
SELECTED_XFILES_CHANGED_PROPERTY - static field in class com.sun.xfilechooser.XFileChooser
Identifes change in user's multiple-file selection.
SEQUENCE_DET - static field in class com.sun.gssapi.GSSContext
Context option flag - sequence detection.
server - field in class com.sun.rpc.Connection
serviceType - field in class com.sun.rpc.CredGss
setAsText(String) - method in class com.sun.xfilechooser.DialogEditor
Sets the selected dialog type
setAsText(String) - method in class com.sun.xfilechooser.FileModeEditor
Sets the selected file mode
setAsText(String) - method in class com.sun.xfilechooser.XFileChooserEditor
Sets the selected file path
Sets the channel bindings to be used during context establishment.
setCred() - method in class com.sun.rpc.CredUnix
Set the cred back to the default: nobody/nobody
setCred(com.sun.rpc.Cred) - method in class com.sun.rpc.Rpc
Set the RPC credential
setCred(int,int,int[]) - method in class com.sun.rpc.CredUnix
Set the uid, gid
setCurrentXDirectory(com.sun.xfile.XFile) - method in class com.sun.xfilechooser.XFileChooser
Sets the current directory.
setDuplicateTokenStatus() - method in class com.sun.gssapi.MessageProp
Used by mechanism packages to set supplementary status value.
setGapTokenStatus() - method in class com.sun.gssapi.MessageProp
Used by mechanism packages to set supplementary status value.
setMinor(int,String) - method in class com.sun.gssapi.GSSException
Used by the exception thrower to set the mechanism error code and its string explanation.
Assigns an NfsHandler class that allows the application to receive RPC timeout notifications.
setOldTokenState() - method in class com.sun.gssapi.MessageProp
Used by mechanism packages to set supplementary status value.
setPrivacy(boolean) - method in class com.sun.gssapi.MessageProp
Sets the privacy state.
setQOP(int) - method in class com.sun.gssapi.MessageProp
Sets the QOP value.
setRpcHandler(com.sun.rpc.RpcHandler) - static method in class com.sun.nfs.NfsConnect
Set the timeout handler
setRpcHandler(com.sun.rpc.RpcHandler) - method in class com.sun.rpc.Rpc
setSelectedXFile(com.sun.xfile.XFile) - method in class com.sun.xfilechooser.XFileChooser
Sets the XFile object of the selected file.
setSelectedXFiles(com.sun.xfile.XFile[]) - method in class com.sun.xfilechooser.XFileChooser
Sets the list of selected files if the filechooser is set to allow multi-selection.
setUnseqTokenStatus() - method in class com.sun.gssapi.MessageProp
Used by mechanism packages to set supplementary status value.
skip(long) - method in class com.sun.xfile.XFileInputStream
Skips over and discards n bytes of data from the file.
skipBytes(int) - method in class com.sun.xfile.XRandomAccessFile
Skips exactly n bytes of input.
status - field in class com.sun.rpc.CredUnix
SVC_INTEGRITY - static field in class com.sun.rpc.Cred
SVC_NONE - static field in class com.sun.rpc.Cred
SVC_PRIVACY - static field in class com.sun.rpc.Cred
SYSTEM_ERR - static field in class com.sun.rpc.MsgAcceptedException

T

timeout(String,int,int) - method in class com.sun.nfs.NfsHandler
Called when an NFS request has timed out The RPC code will retransmit NFS requests until the server responds.
timeout(String,int,int) - method in class com.sun.rpc.RpcHandler
Called when the RPC times out.
toRFC2078String() - method in class com.sun.gssapi.Oid
Returns a string representation of the Oid's integer components in the format specified within RFC 2078.
toString() - method in class com.sun.xfilechooser.BeanXFile
toString() - method in class com.sun.nfs.Buffer
toString() - method in class com.sun.rpc.Connection
Return information about the connection
toString() - method in class com.sun.rpc.CredUnix
toString() - method in class com.sun.gssapi.GSSCredential
Debugging aid.
toString() - method in class com.sun.gssapi.GSSException
Returns string representing both the major and minor status codes.
toString() - method in class com.sun.gssapi.GSSName
Returns a string representation of the GSSName object.
toString() - method in class com.sun.gssapi.GSSNameSpi
Returns a string representation for this name.
toString() - method in class com.sun.rpc.MsgAcceptedException
toString() - method in class com.sun.rpc.MsgRejectedException
toString() - method in class com.sun.nfs.Nfs
toString() - method in class com.sun.nfs.NfsException
toString() - method in class com.sun.nfs.NfsURL
toString() - method in class com.sun.gssapi.Oid
Returns a string representation of the oid's integer components in dot separated notation.
toString() - method in class com.sun.xfile.XFile
Returns a string representation of this object.
toString() - method in class com.sun.file.XFileAccessor
Returns a string representation of this object.
toString() - method in class com.sun.http.XFileAccessor
Returns a string representation of this object.
toString() - method in class com.sun.nfs.XFileAccessor
Returns a string representation of this object.
toString() - method in class com.sun.zip.XFileAccessor
Returns a string representation of this object.
toString() - method in class com.sun.zip.ZipURL
TRANS - static field in class com.sun.gssapi.GSSContext
Context option flag - transferability (output flag only).

U

UNAUTHORIZED - static field in class com.sun.gssapi.GSSException
Operation unauthorized error.
UNAVAILABLE - static field in class com.sun.gssapi.GSSException
Operation unavailable error.
UNSEQ_TOKEN - static field in class com.sun.gssapi.GSSException
A later token has already been processed.
Used by the peer application to process tokens generated with the wrap call.
unwrap(com.sun.rpc.Xdr) - method in class com.sun.rpc.CredUnix
Descrypt an XDR buffer
Used by the peer application to process tokens generated with the wrap call.

V

validate(byte[],int) - method in class com.sun.rpc.CredUnix
Validate the response verifier from server
Verifies the cryptographic MIC, contained in the token parameter, over the supplied message.
Verifies the cryptographic MIC, contained in the token parameter, over the supplied message.

W

why - field in class com.sun.rpc.RpcException
Allows to apply per-message security services over the established security context.
wrap(com.sun.rpc.Xdr,byte[]) - method in class com.sun.rpc.CredUnix
Encrypt an XDR buffer
Allows to apply per-message security services over the established security context.
write(b[]) - method in class com.sun.xfile.XFileOutputStream
Writes b.length bytes from the specified byte array to this file output stream.
write(b[]) - method in class com.sun.xfile.XRandomAccessFile
Writes b.length bytes from the specified byte array starting at offset off to this file.
write(b[],int,int) - method in class com.sun.xfile.XFileOutputStream
Writes len bytes from the specified byte array starting at offset off to this XFile output stream.
write(b[],int,int) - method in class com.sun.xfile.XRandomAccessFile
Writes len bytes from the specified byte array starting at offset off to this file.
write(b[],int,int,long) - method in class com.sun.file.XFileAccessor
Writes a sub array as a sequence of bytes.
write(b[],int,int,long) - method in class com.sun.http.XFileAccessor
Writes a sub array as a sequence of bytes.
write(b[],int,int,long) - method in class com.sun.nfs.XFileAccessor
Writes a sub array as a sequence of bytes.
write(b[],int,int,long) - method in class com.sun.xfile.XFileAccessor
Writes a sub array as a sequence of bytes.
write(b[],int,int,long) - method in class com.sun.zip.XFileAccessor
Writes a sub array as a sequence of bytes.
write(int) - method in class com.sun.xfile.XFileOutputStream
Writes the specified byte to this file output stream.
write(int) - method in class com.sun.xfile.XRandomAccessFile
Writes the specified byte to this file.
writeBoolean(boolean) - method in class com.sun.xfile.XRandomAccessFile
Writes a boolean to the file as a 1-byte value.
writeByte(int) - method in class com.sun.xfile.XRandomAccessFile
Writes a byte to the file as a 1-byte value.
writeBytes(String) - method in class com.sun.xfile.XRandomAccessFile
Writes the string to the file as a sequence of bytes.
writeChar(int) - method in class com.sun.xfile.XRandomAccessFile
Writes a char to the file as a 2-byte value, high byte first.
writeChars(String) - method in class com.sun.xfile.XRandomAccessFile
Writes a string to the file as a sequence of characters.
writeDouble(double) - method in class com.sun.xfile.XRandomAccessFile
Converts the double argument to a long using the doubleToLongBits method in class Double, and then writes that long value to the file as an 8-byte quantity, high byte first.
writeFloat(float) - method in class com.sun.xfile.XRandomAccessFile
Converts the float argument to an int using the floatToIntBits method in class Float, and then writes that int value to the file as a 4-byte quantity, high byte first.
writeInt(int) - method in class com.sun.xfile.XRandomAccessFile
Writes an int to the file as four bytes, high byte first.
writeLong(long) - method in class com.sun.xfile.XRandomAccessFile
Writes a long to the file as eight bytes, high byte first.
writeShort(int) - method in class com.sun.xfile.XRandomAccessFile
Writes a short to the file as two bytes, high byte first.
writeUTF(String) - method in class com.sun.xfile.XRandomAccessFile
Writes a string to the file using UTF-8 encoding in a machine-independent manner.

X

XDIRECTORY_CHANGED_PROPERTY - static field in class com.sun.xfilechooser.XFileChooser
Identifies user's directory change.
Xdr - class com.sun.rpc.Xdr
This class handles the marshalling/unmarshalling of primitive data types into and out of a buffer.
Xdr(int) - constructor for class com.sun.rpc.Xdr
Build a new Xdr object with a buffer of given size
xdr_bool() - method in class com.sun.rpc.Xdr
Get a boolean from the buffer
xdr_bool(boolean) - method in class com.sun.rpc.Xdr
Put a boolean into the buffer
xdr_buf() - method in class com.sun.rpc.Xdr
Return the entire Xdr buffer
xdr_bytes() - method in class com.sun.rpc.Xdr
Get a counted array of bytes from the buffer
xdr_bytes(byte[]) - method in class com.sun.rpc.Xdr
Put a counted array of bytes into the buffer.
xdr_bytes(byte[],int) - method in class com.sun.rpc.Xdr
Put a counted array of bytes into the buffer
xdr_bytes(byte[],int,int) - method in class com.sun.rpc.Xdr
Put a counted array of bytes into the buffer
xdr_bytes(com.sun.rpc.Xdr) - method in class com.sun.rpc.Xdr
Put an Xdr buffer into the buffer
This is used to encode the RPC credentials
xdr_float() - method in class com.sun.rpc.Xdr
Get a floating point number from the buffer
xdr_float(float) - method in class com.sun.rpc.Xdr
Put a floating point number into the buffer
xdr_hyper() - method in class com.sun.rpc.Xdr
Get a long from the buffer
xdr_hyper(long) - method in class com.sun.rpc.Xdr
Put a long into the buffer
xdr_int() - method in class com.sun.rpc.Xdr
Get an integer from the buffer
xdr_int(int) - method in class com.sun.rpc.Xdr
Put an integer into the buffer
xdr_offset() - method in class com.sun.rpc.Xdr
Return the current offset
xdr_offset(int) - method in class com.sun.rpc.Xdr
Set the current offset
xdr_raw(byte[]) - method in class com.sun.rpc.Xdr
Put a fixed number of bytes into the buffer The length is not encoded.
xdr_raw(byte[],int) - method in class com.sun.rpc.Xdr
Put a fixed number of bytes into the buffer at offset off.
xdr_raw(byte[],int,int) - method in class com.sun.rpc.Xdr
Put a counted array of bytes into the buffer.
xdr_raw(int) - method in class com.sun.rpc.Xdr
Get a fixed number of bytes from the buffer e.g.
xdr_raw(int,int) - method in class com.sun.rpc.Xdr
Get a fixed number (len) of bytes from the buffer at offset off.
xdr_size() - method in class com.sun.rpc.Xdr
Return the current size of the XDR buffer
xdr_size(int) - method in class com.sun.rpc.Xdr
Set the current size of the XDR buffer
xdr_skip(int) - method in class com.sun.rpc.Xdr
Skip a number of bytes.
xdr_string() - method in class com.sun.rpc.Xdr
Get a string from the buffer
xdr_string(String) - method in class com.sun.rpc.Xdr
Put a string into the buffer
xdr_u_int() - method in class com.sun.rpc.Xdr
Get an unsigned integer from the buffer
Note that Java has no unsigned integer type so we must return it as a long.
xdr_u_int(long) - method in class com.sun.rpc.Xdr
Put an unsigned integer into the buffer Note that Java has no unsigned integer type so we must submit it as a long.
xdr_wrap_offset() - method in class com.sun.rpc.Xdr
Return the starting point of the bytes that will be encrypted.
xdr_wrap_offset(int) - method in class com.sun.rpc.Xdr
Set the starting point of the bytes that will be encrypted.
XFile - class com.sun.xfile.XFile
Instances of this class represent the name of a file or directory.
XFile(com.sun.xfile.XFile,String) - constructor for class com.sun.xfile.XFile
Creates a XFile instance that represents the file with the specified name in the specified directory.
XFile(String) - constructor for class com.sun.xfile.XFile
Creates a XFile instance that represents the file whose pathname is the given url argument.
XFileAccessor - class com.sun.file.XFileAccessor
The XFileAccessor interface is implemented by filesystems that need to be accessed via the XFile API.
XFileAccessor - class com.sun.http.XFileAccessor
The XFileAccessor interface is implemented by filesystems that need to be accessed via the XFile API.
XFileAccessor - class com.sun.nfs.XFileAccessor
The XFileAccessor interface is implemented by filesystems that need to be accessed via the XFile API.
XFileAccessor - interface com.sun.xfile.XFileAccessor
The XFileAccessor interface is implemented by filesystems that need to be accessed via the XFile API.
XFileAccessor - class com.sun.zip.XFileAccessor
The XFileAccessor interface is implemented by filesystems that need to be accessed via the XFile API.
XFileChooser - class com.sun.xfilechooser.XFileChooser
XFileChooser is an extension of the JFileChooser.
XFileChooser() - constructor for class com.sun.xfilechooser.XFileChooser
Creates a XFileChooser pointing to the user's home directory.
XFileChooser(com.sun.xfile.XFile) - constructor for class com.sun.xfilechooser.XFileChooser
Creates a XFileChooser using the given XFile as the path.
XFileChooser(String) - constructor for class com.sun.xfilechooser.XFileChooser
Creates a XFileChooser using the given path.
XFileChooserBeanInfo - class com.sun.xfilechooser.XFileChooserBeanInfo
Describes the XFileChooser properties that is modifiable by user in the beans editor.
XFileChooserEditor - class com.sun.xfilechooser.XFileChooserEditor
An editor to set the current Directory and selected file.
This is an abstract class to intended to be extended with filesystem-specific methods.
XFileInputStream - class com.sun.xfile.XFileInputStream
An XFile input stream is an input stream for reading data from an XFile.
XFileInputStream(com.sun.xfile.XFile) - constructor for class com.sun.xfile.XFileInputStream
Creates an input file stream to read from the specified XFile object.
XFileInputStream(String) - constructor for class com.sun.xfile.XFileInputStream
Creates an input file stream to read from a file with the specified name.
XFilenameFilter - interface com.sun.xfile.XFilenameFilter
Instances of classes that implement this interface are used to filter filenames.
XFileOutputStream - class com.sun.xfile.XFileOutputStream
An XFile output stream is an output stream for writing data to an XFile.
XFileOutputStream(com.sun.xfile.XFile) - constructor for class com.sun.xfile.XFileOutputStream
Creates an XFile output stream to write to the specified XFile object.
Creates an output file for the specified XFile object.
XFileOutputStream(String) - constructor for class com.sun.xfile.XFileOutputStream
Creates an output XFile stream to write to the file with the specified name.
XFileOutputStream(String,boolean) - constructor for class com.sun.xfile.XFileOutputStream
Creates an output file with the specified name or URL.
XFileReader - class com.sun.xfile.XFileReader
Convenience class for reading character files.
XFileReader(com.sun.xfile.XFile) - constructor for class com.sun.xfile.XFileReader
XFileReader(String) - constructor for class com.sun.xfile.XFileReader
XFileSystemView - class com.sun.xfilechooser.XFileSystemView
XFileSystemView class allows the XFileChooser to provide XFile object data to the FileSystemView of the JFileChooser.
XFileWriter - class com.sun.xfile.XFileWriter
Convenience class for writing character files.
XFileWriter(com.sun.xfile.XFile) - constructor for class com.sun.xfile.XFileWriter
XFileWriter(String) - constructor for class com.sun.xfile.XFileWriter
XFileWriter(String,boolean) - constructor for class com.sun.xfile.XFileWriter
XRandomAccessFile - class com.sun.xfile.XRandomAccessFile
Instances of this class support both reading and writing to a random access file.
Creates a random access file stream to read from, and optionally to write to, the file specified by the XFile argument.
XRandomAccessFile(String,String) - constructor for class com.sun.xfile.XRandomAccessFile
Creates a random access file to read from, and optionally to write to, a file with the specified name.

Z

ZipURL - class com.sun.zip.ZipURL
ZipURL(String) - constructor for class com.sun.zip.ZipURL