Example usage for org.apache.commons.vfs2.provider.sftp IdentityRepositoryFactory interface-usage

List of usage examples for org.apache.commons.vfs2.provider.sftp IdentityRepositoryFactory interface-usage

Introduction

In this page you can find the example usage for org.apache.commons.vfs2.provider.sftp IdentityRepositoryFactory interface-usage.

Usage

From source file maspack.fileutil.vfs.SimpleIdRepoFactory.java

/**
 * An "IdentityFactor" that stores a set of private keys to use for
 * authentication. 
 * 
 * @author "Antonio Sanchez" Creation date: 24 Oct 2012
 * 

From source file com.jcraft.jsch.TestIdentityRepositoryFactory.java

/**
 * Simple JSch identity repository factory (that just returns the default factory).
 *
 * This class is packaged in {@code com.jcraft.jsch} because {@code com.jcraft.jsch.LocalIdentityRepository} is
 * declared with default scope.
 *