Uses of Interface
org.apache.commons.vfs2.provider.sftp.IdentityProvider
-
Packages that use IdentityProvider Package Description org.apache.commons.vfs2.provider.sftp The SFTP Provider. -
-
Uses of IdentityProvider in org.apache.commons.vfs2.provider.sftp
Classes in org.apache.commons.vfs2.provider.sftp that implement IdentityProvider Modifier and Type Class Description class
BytesIdentityInfo
Structure for an identity based on byte arrays.class
IdentityInfo
Structure for an identity based on Files.Methods in org.apache.commons.vfs2.provider.sftp that return IdentityProvider Modifier and Type Method Description IdentityProvider[]
SftpFileSystemConfigBuilder. getIdentityProvider(FileSystemOptions options)
Gets the identity providers.Methods in org.apache.commons.vfs2.provider.sftp with parameters of type IdentityProvider Modifier and Type Method Description private static void
SftpClientFactory. addIdentities(com.jcraft.jsch.JSch jsch, java.io.File sshDir, IdentityProvider[] identities)
private static void
SftpClientFactory. addIdentity(com.jcraft.jsch.JSch jsch, IdentityProvider identity)
void
SftpFileSystemConfigBuilder. setIdentityProvider(FileSystemOptions options, IdentityProvider... identites)
Sets the identity info (your private key files).
-