Uses of Interface
org.apache.sshd.agent.SshAgentFactory

Packages that use SshAgentFactory
org.apache.sshd.agent.local   
org.apache.sshd.agent.unix   
org.apache.sshd.common   
 

Uses of SshAgentFactory in org.apache.sshd.agent.local
 

Classes in org.apache.sshd.agent.local that implement SshAgentFactory
 class LocalAgentFactory
           
 class ProxyAgentFactory
           
 

Uses of SshAgentFactory in org.apache.sshd.agent.unix
 

Classes in org.apache.sshd.agent.unix that implement SshAgentFactory
 class UnixAgentFactory
           
 

Uses of SshAgentFactory in org.apache.sshd.common
 

Fields in org.apache.sshd.common declared as SshAgentFactory
protected  SshAgentFactory AbstractFactoryManager.agentFactory
           
 

Methods in org.apache.sshd.common that return SshAgentFactory
 SshAgentFactory FactoryManager.getAgentFactory()
          Retrieve the agent factory for creating SshAgent objects.
 SshAgentFactory AbstractFactoryManager.getAgentFactory()
           
 

Methods in org.apache.sshd.common with parameters of type SshAgentFactory
 void AbstractFactoryManager.setAgentFactory(SshAgentFactory agentFactory)
           
 



Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.