Uses of Interface
adams.core.net.SMBAuthenticationProvider
-
Packages that use SMBAuthenticationProvider Package Description adams.core.io.fileoperations adams.core.io.lister adams.core.net adams.flow.standalone adams.gui.chooser -
-
Uses of SMBAuthenticationProvider in adams.core.io.fileoperations
Fields in adams.core.io.fileoperations declared as SMBAuthenticationProvider Modifier and Type Field Description protected SMBAuthenticationProvider
SmbFileOperations. m_Provider
the authentication provider to use.Methods in adams.core.io.fileoperations that return SMBAuthenticationProvider Modifier and Type Method Description SMBAuthenticationProvider
SmbFileOperations. getProvider()
Returns the authentication provider in use.Methods in adams.core.io.fileoperations with parameters of type SMBAuthenticationProvider Modifier and Type Method Description void
SmbFileOperations. setProvider(SMBAuthenticationProvider value)
Sets the authentication provider to use. -
Uses of SMBAuthenticationProvider in adams.core.io.lister
Fields in adams.core.io.lister declared as SMBAuthenticationProvider Modifier and Type Field Description protected SMBAuthenticationProvider
SmbDirectoryLister. m_AuthenticationProvider
the authentication provider to use.Methods in adams.core.io.lister that return SMBAuthenticationProvider Modifier and Type Method Description SMBAuthenticationProvider
SmbDirectoryLister. getAuthenticationProvider()
Returns the authentication provider to use.Methods in adams.core.io.lister with parameters of type SMBAuthenticationProvider Modifier and Type Method Description void
SmbDirectoryLister. setAuthenticationProvider(SMBAuthenticationProvider value)
Sets the authentication provider to use. -
Uses of SMBAuthenticationProvider in adams.core.net
Methods in adams.core.net with parameters of type SMBAuthenticationProvider Modifier and Type Method Description static String
SMB. copyFrom(LoggingObject owner, SMBAuthenticationProvider provider, String remoteFile, File localFile)
Copies a remote file onto the local machine.static String
SMB. copyTo(LoggingObject owner, SMBAuthenticationProvider provider, File localFile, String remoteFile)
Copies a local file to a remote server. -
Uses of SMBAuthenticationProvider in adams.flow.standalone
Classes in adams.flow.standalone that implement SMBAuthenticationProvider Modifier and Type Class Description class
SMBConnection
Provides access to a remote host via SMB. -
Uses of SMBAuthenticationProvider in adams.gui.chooser
Classes in adams.gui.chooser that implement SMBAuthenticationProvider Modifier and Type Class Description class
SmbRemoteDirectorySetup
For configuring an SMB connection and remote directory.Fields in adams.gui.chooser declared as SMBAuthenticationProvider Modifier and Type Field Description protected SMBAuthenticationProvider
SmbDirectoryChooserPanel. m_Provider
the session provider.Methods in adams.gui.chooser that return SMBAuthenticationProvider Modifier and Type Method Description protected SMBAuthenticationProvider
SmbDirectoryChooserPanel. getProvider()
-