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 classBytesIdentityInfoStructure for an identity based on byte arrays.classIdentityInfoStructure 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 voidSftpFileSystemConfigBuilder. setIdentityProvider(FileSystemOptions options, IdentityProvider... identities)Sets the identity info (your private key files).
-