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 options)
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 options, IdentityRepositoryFactory factory)
Sets the identity repository.
-