Uses of Interface
org.apache.commons.vfs2.provider.sftp.IdentityProvider
Packages that use IdentityProvider
-
Uses of IdentityProvider in org.apache.commons.vfs2.provider.sftp
Classes in org.apache.commons.vfs2.provider.sftp that implement IdentityProviderModifier and TypeClassDescriptionclass
Structure for an identity based on byte arrays.class
Structure for an identity based on Files.Methods in org.apache.commons.vfs2.provider.sftp that return IdentityProviderModifier and TypeMethodDescriptionSftpFileSystemConfigBuilder.getIdentityProvider
(FileSystemOptions options) Gets the identity providers.Methods in org.apache.commons.vfs2.provider.sftp with parameters of type IdentityProviderModifier and TypeMethodDescriptionvoid
SftpFileSystemConfigBuilder.setIdentityProvider
(FileSystemOptions options, IdentityProvider... identities) Sets the identity info (your private key files).