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

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

Uses of SshAgent in org.apache.sshd.agent
 

Methods in org.apache.sshd.agent that return SshAgent
 SshAgent SshAgentFactory.createClient(Session session)
          Create an SshAgent that can be used on the client side by the authentication process to send possible keys.
 

Uses of SshAgent in org.apache.sshd.agent.common
 

Classes in org.apache.sshd.agent.common that implement SshAgent
 class AbstractAgentProxy
           
 class AgentDelegate
           
 

Constructors in org.apache.sshd.agent.common with parameters of type SshAgent
AbstractAgentClient(SshAgent agent)
           
AgentDelegate(SshAgent agent)
           
 

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

Classes in org.apache.sshd.agent.local that implement SshAgent
 class AgentImpl
          A local SSH agent implementation
 

Methods in org.apache.sshd.agent.local that return SshAgent
 SshAgent AgentServerProxy.createClient()
           
 SshAgent ProxyAgentFactory.createClient(Session session)
           
 SshAgent LocalAgentFactory.createClient(Session session)
           
 SshAgent LocalAgentFactory.getAgent()
           
 SshAgent AgentForwardedChannel.getAgent()
           
 

Constructors in org.apache.sshd.agent.local with parameters of type SshAgent
LocalAgentFactory(SshAgent agent)
           
 

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

Classes in org.apache.sshd.agent.unix that implement SshAgent
 class AgentClient
          A client for a remote SSH agent
 

Methods in org.apache.sshd.agent.unix that return SshAgent
 SshAgent UnixAgentFactory.createClient(Session session)
           
 SshAgent AgentServer.getAgent()
           
 

Constructors in org.apache.sshd.agent.unix with parameters of type SshAgent
AgentServer.SshAgentSession(long socket, SshAgent agent)
           
AgentServer(SshAgent agent)
           
 



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