public class WindowsRemoteFileSystem extends Object
Constructor and Description |
---|
WindowsRemoteFileSystem(String hostname,
jcifs.smb.NtlmPasswordAuthentication auth) |
WindowsRemoteFileSystem(String hostname,
String username,
String password) |
WindowsRemoteFileSystem(WindowsCredentials cr) |
Modifier and Type | Method and Description |
---|---|
jcifs.smb.NtlmPasswordAuthentication |
getAuthorization() |
String |
getHost() |
public WindowsRemoteFileSystem(WindowsCredentials cr) throws WindowsException
WindowsException
public WindowsRemoteFileSystem(String hostname, jcifs.smb.NtlmPasswordAuthentication auth) throws WindowsException
WindowsException
public WindowsRemoteFileSystem(String hostname, String username, String password) throws WindowsException
WindowsException
public String getHost()
public jcifs.smb.NtlmPasswordAuthentication getAuthorization()
Copyright © 2019. All rights reserved.