- GENERIC_ALL - Static variable in class jcifs.smb.ACE
-
- GENERIC_EXECUTE - Static variable in class jcifs.smb.ACE
-
- GENERIC_READ - Static variable in class jcifs.smb.ACE
-
- GENERIC_WRITE - Static variable in class jcifs.smb.ACE
-
- get(String) - Static method in class jcifs.Config
-
Retrieve a property as an Object
.
- getAccessMask() - Method in class jcifs.smb.ACE
-
Returns the access mask accociated with this ACE.
- getAccountName() - Method in class jcifs.smb.SID
-
Return the sAMAccountName of this SID unless it could not
be resolved in which case the numeric RID is returned.
- getAddress() - Method in class jcifs.netbios.NbtAddress
-
Returns the raw IP address of this NbtAddress.
- getAddress() - Method in class jcifs.UniAddress
-
Return the underlying NbtAddress or InetAddress.
- getAllByAddress(String) - Static method in class jcifs.netbios.NbtAddress
-
Retrieve all addresses of a host by it's address.
- getAllByAddress(String, int, String) - Static method in class jcifs.netbios.NbtAddress
-
Retrieve all addresses of a host by it's address.
- getAllByAddress(NbtAddress) - Static method in class jcifs.netbios.NbtAddress
-
Retrieve all addresses of a host by it's address.
- getAllByName(String, int, String, InetAddress) - Static method in class jcifs.netbios.NbtAddress
-
- getAllByName(String, boolean) - Static method in class jcifs.UniAddress
-
- getAnsiHash(byte[]) - Method in class jcifs.smb.NtlmPasswordAuthentication
-
Computes the 24 byte ANSI password hash given the 8 byte server challenge.
- getApplyToText() - Method in class jcifs.smb.ACE
-
Returns the 'Apply To' text for inheritance of ACEs on
directories such as 'This folder, subfolder and files'.
- getAttributes() - Method in class jcifs.smb.SmbFile
-
Return the attributes of this file.
- getBoolean(String, boolean) - Static method in class jcifs.Config
-
Retrieve a boolean value.
- getByName(String) - Static method in class jcifs.netbios.NbtAddress
-
Determines the address of a host given it's host name.
- getByName(String, int, String) - Static method in class jcifs.netbios.NbtAddress
-
Determines the address of a host given it's host name.
- getByName(String, int, String, InetAddress) - Static method in class jcifs.netbios.NbtAddress
-
- getByName(String) - Static method in class jcifs.UniAddress
-
Determines the address of a host given it's host name.
- getByName(String, boolean) - Static method in class jcifs.UniAddress
-
Lookup hostname and return it's UniAddress.
- getCanonicalPath() - Method in class jcifs.smb.SmbFile
-
Returns the full URL of this SMB resource with '.' and '..' components
factored out.
- getContentLength() - Method in class jcifs.smb.SmbFile
-
This URLConnection method just returns the result of length().
- getDate() - Method in class jcifs.smb.SmbFile
-
This URLConnection method just returns the result of lastModified.
- getDfsPath() - Method in class jcifs.smb.SmbFile
-
If the path of this SmbFile
falls within a DFS volume,
this method will return the referral path to which it maps.
- getDiskFreeSpace() - Method in class jcifs.smb.SmbFile
-
This method returns the free disk space in bytes of the drive this share
represents or the drive on which the directory or file resides.
- getDomain() - Method in class jcifs.smb.NtlmPasswordAuthentication
-
Returns the domain.
- getDomainName() - Method in class jcifs.smb.SID
-
Return the domain name of this SID unless it could not be
resolved in which case the numeric representation is returned.
- getDomainSid() - Method in class jcifs.smb.SID
-
- getFilePointer() - Method in class jcifs.smb.SmbRandomAccessFile
-
- getFlags() - Method in class jcifs.smb.ACE
-
Returns the flags for this ACE.
- getGroupMemberSids(String, NtlmPasswordAuthentication, int) - Method in class jcifs.smb.SID
-
- getHostAddress() - Method in class jcifs.netbios.NbtAddress
-
Returns this IP adress as a String
in the form "%d.%d.%d.%d".
- getHostAddress() - Method in class jcifs.UniAddress
-
Return the IP address as text such as "192.168.1.15".
- getHostName() - Method in class jcifs.netbios.NbtAddress
-
The hostname of this address.
- getHostName() - Method in class jcifs.UniAddress
-
Return the hostname of this address such as "MYCOMPUTER".
- getInetAddress(String, InetAddress) - Static method in class jcifs.Config
-
Retrieve an InetAddress
.
- getInetAddress() - Method in class jcifs.netbios.NbtAddress
-
To convert this address to an InetAddress
.
- getInetAddressArray(String, String, InetAddress[]) - Static method in class jcifs.Config
-
Retrieve an array of InetAddress created from a property
value containting a delim separated list of hostnames and/or
ipaddresses.
- getInputStream() - Method in class jcifs.smb.SmbFile
-
This URLConnection method just returns a new SmbFileInputStream created with this file.
- getInstance() - Static method in class jcifs.util.LogStream
-
- getInt(String, int) - Static method in class jcifs.Config
-
Retrieve an int
.
- getInt(String) - Static method in class jcifs.Config
-
Retrieve an int
.
- getLastModified() - Method in class jcifs.smb.SmbFile
-
This URLConnection method just returns the result of lastModified.
- getLMv2Response(String, String, String, byte[], byte[]) - Static method in class jcifs.smb.NtlmPasswordAuthentication
-
Creates the LMv2 response for the supplied information.
- getLMv2Response(byte[], byte[], byte[]) - Static method in class jcifs.smb.NtlmPasswordAuthentication
-
- getLocalHost() - Static method in class jcifs.Config
-
- getLocalHost() - Static method in class jcifs.netbios.NbtAddress
-
Retrieves the local host address.
- getLocalName() - Static method in class jcifs.netbios.NbtAddress
-
- getLong(String, long) - Static method in class jcifs.Config
-
Retrieve a long
.
- getMacAddress() - Method in class jcifs.netbios.NbtAddress
-
Retrieves the MAC address of the remote network interface.
- getName() - Method in class jcifs.smb.NtlmPasswordAuthentication
-
Return the domain and username in the format:
domain\\username.
- getName() - Method in class jcifs.smb.SmbFile
-
Returns the last component of the target URL.
- getNamedPipeInputStream() - Method in class jcifs.smb.SmbNamedPipe
-
Return the InputStream
used to read information
from this pipe instance.
- getNamedPipeOutputStream() - Method in class jcifs.smb.SmbNamedPipe
-
Return the OutputStream
used to write
information to this pipe instance.
- getNameType() - Method in class jcifs.netbios.NbtAddress
-
Returned the hex code associated with this name(e.g.
- getNetbiosName() - Method in class jcifs.smb.NtlmContext
-
- getNodeType() - Method in class jcifs.netbios.NbtAddress
-
Checks the node type of this address.
- getNTLM2Response(byte[], byte[], byte[]) - Static method in class jcifs.smb.NtlmPasswordAuthentication
-
- getNtlmPasswordAuthentication() - Method in class jcifs.smb.NtlmAuthenticator
-
An application extending this class must provide an implementation for this method that returns new user credentials try try when accessing SMB resources described by the getRequestingURL and getRequestingException methods.
- getNTLMResponse(String, byte[]) - Static method in class jcifs.smb.NtlmPasswordAuthentication
-
Generate the Unicode MD4 hash for the password associated with these credentials.
- getNTLMv2Response(byte[], byte[], byte[], long, byte[]) - Static method in class jcifs.smb.NtlmPasswordAuthentication
-
- getNtStatus() - Method in exception jcifs.smb.SmbException
-
- getOutputStream() - Method in class jcifs.smb.SmbFile
-
This URLConnection method just returns a new SmbFileOutputStream created with this file.
- getParent() - Method in class jcifs.smb.SmbFile
-
Everything but the last component of the URL representing this SMB
resource is effectivly it's parent.
- getPassword() - Method in class jcifs.smb.NtlmPasswordAuthentication
-
Returns the password in plain text or null if the raw password
hashes were used to construct this NtlmPasswordAuthentication
object which will be the case when NTLM HTTP Authentication is
used.
- getPath() - Method in class jcifs.smb.SmbFile
-
Returns the full uncanonicalized URL of this SMB resource.
- getPreNTLMResponse(String, byte[]) - Static method in class jcifs.smb.NtlmPasswordAuthentication
-
Generate the ANSI DES hash for the password associated with these credentials.
- getPrincipal() - Method in class jcifs.smb.SmbFile
-
Returns the NtlmPasswordAuthentication object used as
credentials with this file or pipe.
- getProperty(String, String) - Static method in class jcifs.Config
-
Retrieve a String
.
- getProperty(String) - Static method in class jcifs.Config
-
Retrieve a String
.
- getRequestingException() - Method in class jcifs.smb.NtlmAuthenticator
-
- getRequestingURL() - Method in class jcifs.smb.NtlmAuthenticator
-
- getRid() - Method in class jcifs.smb.SID
-
- getRootCause() - Method in exception jcifs.smb.SmbException
-
- getSecurity(boolean) - Method in class jcifs.smb.SmbFile
-
Return an array of Access Control Entry (ACE) objects representing
the security descriptor associated with this file or directory.
- getSecurity() - Method in class jcifs.smb.SmbFile
-
Return an array of Access Control Entry (ACE) objects representing
the security descriptor associated with this file or directory.
- getServer() - Method in class jcifs.smb.SmbFile
-
Retrieve the hostname of the server for this SMB resource.
- getServerChallenge() - Method in class jcifs.smb.NtlmContext
-
- getServerSid(String, NtlmPasswordAuthentication) - Static method in class jcifs.smb.SID
-
- getShare() - Method in class jcifs.smb.SmbFile
-
Retrieves the share associated with this SMB resource.
- getShareSecurity(boolean) - Method in class jcifs.smb.SmbFile
-
Return an array of Access Control Entry (ACE) objects representing
the share permissions on the share exporting this file or directory.
- getSID() - Method in class jcifs.smb.ACE
-
Return the SID associated with this ACE.
- getSigningKey() - Method in class jcifs.smb.NtlmContext
-
- getSigningKey(byte[]) - Method in class jcifs.smb.NtlmPasswordAuthentication
-
- getType() - Method in class jcifs.smb.SID
-
Returns the type of this SID indicating the state or type of account.
- getType() - Method in class jcifs.smb.SmbFile
-
Returns type of of object this SmbFile represents.
- getTypeText() - Method in class jcifs.smb.SID
-
Return text represeting the SID type suitable for display to
users.
- getUncPath() - Method in class jcifs.smb.SmbFile
-
Retuns the Windows UNC style path with backslashs intead of forward slashes.
- getUnicodeHash(byte[]) - Method in class jcifs.smb.NtlmPasswordAuthentication
-
Computes the 24 byte Unicode password hash given the 8 byte server challenge.
- getUsername() - Method in class jcifs.smb.NtlmPasswordAuthentication
-
Returns the username.
- getUserSessionKey(byte[]) - Method in class jcifs.smb.NtlmPasswordAuthentication
-
Returns the effective user session key.
- getWINSAddress() - Static method in class jcifs.netbios.NbtAddress
-
- seek(long) - Method in class jcifs.smb.SmbRandomAccessFile
-
- setAttributes(int) - Method in class jcifs.smb.SmbFile
-
Set the attributes of this file.
- setCreateTime(long) - Method in class jcifs.smb.SmbFile
-
Set the create time of the file.
- setDefault(NtlmAuthenticator) - Static method in class jcifs.smb.NtlmAuthenticator
-
Set the default NtlmAuthenticator.
- setInstance(PrintStream) - Static method in class jcifs.util.LogStream
-
This must be called before getInstance is called or
it will have no effect.
- setLastModified(long) - Method in class jcifs.smb.SmbFile
-
Set the last modified time of the file.
- setLength(long) - Method in class jcifs.smb.SmbRandomAccessFile
-
- setLevel(int) - Static method in class jcifs.util.LogStream
-
- seToIoe(SmbException) - Method in class jcifs.smb.SmbFileInputStream
-
- setProperties(Properties) - Static method in class jcifs.Config
-
Set the default properties of the static Properties used by Config.
- setProperty(String, String) - Static method in class jcifs.Config
-
Add a property.
- setReadOnly() - Method in class jcifs.smb.SmbFile
-
Make this file read-only.
- setReadWrite() - Method in class jcifs.smb.SmbFile
-
Turn off the read-only attribute of this file.
- SID - Class in jcifs.smb
-
A Windows SID is a numeric identifier used to represent Windows
accounts.
- SID(byte[], int) - Constructor for class jcifs.smb.SID
-
- SID(String) - Constructor for class jcifs.smb.SID
-
Construct a SID from it's textual representation such as
S-1-5-21-1496946806-2192648263-3843101252-1029.
- SID(SID, int) - Constructor for class jcifs.smb.SID
-
Construct a SID from a domain SID and an RID
(relative identifier).
- SID(rpc.sid_t, int, String, String, boolean) - Constructor for class jcifs.smb.SID
-
- SID_FLAG_RESOLVE_SIDS - Static variable in class jcifs.smb.SID
-
- SID_TYPE_ALIAS - Static variable in class jcifs.smb.SID
-
- SID_TYPE_DELETED - Static variable in class jcifs.smb.SID
-
- SID_TYPE_DOM_GRP - Static variable in class jcifs.smb.SID
-
- SID_TYPE_DOMAIN - Static variable in class jcifs.smb.SID
-
- SID_TYPE_INVALID - Static variable in class jcifs.smb.SID
-
- SID_TYPE_UNKNOWN - Static variable in class jcifs.smb.SID
-
- SID_TYPE_USE_NONE - Static variable in class jcifs.smb.SID
-
- SID_TYPE_USER - Static variable in class jcifs.smb.SID
-
- SID_TYPE_WKN_GRP - Static variable in class jcifs.smb.SID
-
- skip(long) - Method in class jcifs.smb.SmbFileInputStream
-
Skip n bytes of data on this stream.
- skipBytes(int) - Method in class jcifs.smb.SmbRandomAccessFile
-
- SmbAuthException - Exception in jcifs.smb
-
The SmbAuthException
encapsulates the variety of
authentication related error codes returned by an SMB server.
- SmbException - Exception in jcifs.smb
-
There are hundreds of error codes that may be returned by a CIFS
server.
- SmbException(int, boolean) - Constructor for exception jcifs.smb.SmbException
-
- SmbFile - Class in jcifs.smb
-
This class represents a resource on an SMB network.
- SmbFile(String) - Constructor for class jcifs.smb.SmbFile
-
Constructs an SmbFile representing a resource on an SMB network such as
a file or directory.
- SmbFile(SmbFile, String) - Constructor for class jcifs.smb.SmbFile
-
Constructs an SmbFile representing a resource on an SMB network such
as a file or directory.
- SmbFile(String, String) - Constructor for class jcifs.smb.SmbFile
-
Constructs an SmbFile representing a resource on an SMB network such
as a file or directory.
- SmbFile(String, NtlmPasswordAuthentication) - Constructor for class jcifs.smb.SmbFile
-
Constructs an SmbFile representing a resource on an SMB network such
as a file or directory.
- SmbFile(String, NtlmPasswordAuthentication, int) - Constructor for class jcifs.smb.SmbFile
-
Constructs an SmbFile representing a file on an SMB network.
- SmbFile(String, String, NtlmPasswordAuthentication) - Constructor for class jcifs.smb.SmbFile
-
Constructs an SmbFile representing a resource on an SMB network such
as a file or directory.
- SmbFile(String, String, NtlmPasswordAuthentication, int) - Constructor for class jcifs.smb.SmbFile
-
Constructs an SmbFile representing a resource on an SMB network such
as a file or directory.
- SmbFile(SmbFile, String, int) - Constructor for class jcifs.smb.SmbFile
-
Constructs an SmbFile representing a resource on an SMB network such
as a file or directory.
- SmbFile(URL) - Constructor for class jcifs.smb.SmbFile
-
Constructs an SmbFile representing a resource on an SMB network such
as a file or directory from a URL object.
- SmbFile(URL, NtlmPasswordAuthentication) - Constructor for class jcifs.smb.SmbFile
-
Constructs an SmbFile representing a resource on an SMB network such
as a file or directory from a URL object and an
NtlmPasswordAuthentication object.
- SmbFileFilter - Interface in jcifs.smb
-
- SmbFileInputStream - Class in jcifs.smb
-
This InputStream can read bytes from a file on an SMB file server.
- SmbFileInputStream(String) - Constructor for class jcifs.smb.SmbFileInputStream
-
Creates an InputStream
for reading bytes from a file on
an SMB server addressed by the url
parameter.
- SmbFileInputStream(SmbFile) - Constructor for class jcifs.smb.SmbFileInputStream
-
Creates an
InputStream
for reading bytes from a file on
an SMB server represented by the
SmbFile
parameter.
- SmbFilenameFilter - Interface in jcifs.smb
-
- SmbFileOutputStream - Class in jcifs.smb
-
This OutputStream
can write bytes to a file on an SMB file server.
- SmbFileOutputStream(String) - Constructor for class jcifs.smb.SmbFileOutputStream
-
Creates an OutputStream
for writing to a file
on an SMB server addressed by the URL parameter.
- SmbFileOutputStream(SmbFile) - Constructor for class jcifs.smb.SmbFileOutputStream
-
Creates an
OutputStream
for writing bytes to a file on
an SMB server represented by the
SmbFile
parameter.
- SmbFileOutputStream(String, boolean) - Constructor for class jcifs.smb.SmbFileOutputStream
-
Creates an OutputStream
for writing bytes to a file on an
SMB server addressed by the URL parameter.
- SmbFileOutputStream(SmbFile, boolean) - Constructor for class jcifs.smb.SmbFileOutputStream
-
Creates an OutputStream
for writing bytes to a file
on an SMB server addressed by the SmbFile
parameter.
- SmbFileOutputStream(String, int) - Constructor for class jcifs.smb.SmbFileOutputStream
-
Creates an OutputStream
for writing bytes to a file
on an SMB server addressed by the SmbFile
parameter.
- SmbNamedPipe - Class in jcifs.smb
-
This class will allow a Java program to read and write data to Named
Pipes and Transact NamedPipes.
- SmbNamedPipe(String, int) - Constructor for class jcifs.smb.SmbNamedPipe
-
Open the Named Pipe resource specified by the url
parameter.
- SmbNamedPipe(String, int, NtlmPasswordAuthentication) - Constructor for class jcifs.smb.SmbNamedPipe
-
- SmbNamedPipe(URL, int, NtlmPasswordAuthentication) - Constructor for class jcifs.smb.SmbNamedPipe
-
- SmbRandomAccessFile - Class in jcifs.smb
-
- SmbRandomAccessFile(String, String, int) - Constructor for class jcifs.smb.SmbRandomAccessFile
-
- SmbRandomAccessFile(SmbFile, String) - Constructor for class jcifs.smb.SmbRandomAccessFile
-
- SMBSERVER_NAME - Static variable in class jcifs.netbios.NbtAddress
-
A special generic name specified when connecting to a host for which
a name is not known.
- socketCount - Static variable in class jcifs.Config
-
- store(OutputStream, String) - Static method in class jcifs.Config
-
- SYNCHRONIZE - Static variable in class jcifs.smb.ACE
-
- SYSTEM - Static variable in class jcifs.smb.SID
-