Uses of Class
org.apache.sshd.sftp.client.fs.SftpFileSystemInitializationContext
Packages that use SftpFileSystemInitializationContext
-
Uses of SftpFileSystemInitializationContext in org.apache.sshd.sftp.client.fs
Methods in org.apache.sshd.sftp.client.fs with parameters of type SftpFileSystemInitializationContextModifier and TypeMethodDescriptiondefault voidSftpFileSystemClientSessionInitializer.authenticateClientSession(SftpFileSystemProvider provider, SftpFileSystemInitializationContext context, ClientSession session) Invoked by theSftpFileSystemProvider.newFileSystem(java.net.URI, Map)method in order to authenticate the session obtained fromSftpFileSystemClientSessionInitializer.createClientSession(SftpFileSystemProvider, SftpFileSystemInitializationContext)default ClientSessionSftpFileSystemClientSessionInitializer.createClientSession(SftpFileSystemProvider provider, SftpFileSystemInitializationContext context) Invoked by theSftpFileSystemProvider.newFileSystem(java.net.URI, Map)method in order to obtain an initial (non-authenticated)ClientSession.default SftpFileSystemSftpFileSystemClientSessionInitializer.createSftpFileSystem(SftpFileSystemProvider provider, SftpFileSystemInitializationContext context, ClientSession session, SftpVersionSelector selector, SftpErrorDataHandler errorDataHandler) Deprecated.since 2.10.1default SftpFileSystemSftpFileSystemClientSessionInitializer.createSftpFileSystem(SftpFileSystemProvider provider, SftpFileSystemInitializationContext context, org.apache.sshd.common.util.io.functors.IOFunction<Boolean, ClientSession> sessionProvider, SftpVersionSelector selector, SftpErrorDataHandler errorDataHandler) Invoked by theSftpFileSystemProvider.newFileSystem(java.net.URI, Map)method in order to create theSftpFileSystemonce session has been authenticated.