Uses of Interface
org.apache.commons.vfs2.provider.sftp.IdentityRepositoryFactory
-
Packages that use IdentityRepositoryFactory Package Description org.apache.commons.vfs2.provider.sftp The SFTP Provider. -
-
Uses of IdentityRepositoryFactory in org.apache.commons.vfs2.provider.sftp
Methods in org.apache.commons.vfs2.provider.sftp that return IdentityRepositoryFactory Modifier and Type Method Description IdentityRepositoryFactory
SftpFileSystemConfigBuilder. getIdentityRepositoryFactory(FileSystemOptions opts)
Get the identity repository factory.Methods in org.apache.commons.vfs2.provider.sftp with parameters of type IdentityRepositoryFactory Modifier and Type Method Description void
SftpFileSystemConfigBuilder. setIdentityRepositoryFactory(FileSystemOptions opts, IdentityRepositoryFactory factory)
Set the identity repository.
-