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
WindowsExceptionpublic WindowsRemoteFileSystem(String hostname, jcifs.smb.NtlmPasswordAuthentication auth) throws WindowsException
WindowsExceptionpublic WindowsRemoteFileSystem(String hostname, String username, String password) throws WindowsException
WindowsExceptionpublic String getHost()
public jcifs.smb.NtlmPasswordAuthentication getAuthorization()
Copyright © 2019. All rights reserved.