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

Packages that use SshAgentServer
org.apache.sshd.agent   
org.apache.sshd.agent.local   
org.apache.sshd.agent.unix   
 

Uses of SshAgentServer in org.apache.sshd.agent
 

Methods in org.apache.sshd.agent that return SshAgentServer
 SshAgentServer SshAgentFactory.createServer(Session session)
          Create the server side that will be used by other SSH clients.
 

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

Classes in org.apache.sshd.agent.local that implement SshAgentServer
 class AgentServerProxy
          The server side fake agent, acting as an agent, but actually forwarding the requests to the auth channel on the client side.
 

Methods in org.apache.sshd.agent.local that return SshAgentServer
 SshAgentServer ProxyAgentFactory.createServer(Session session)
           
 SshAgentServer LocalAgentFactory.createServer(Session session)
           
 

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

Methods in org.apache.sshd.agent.unix that return SshAgentServer
 SshAgentServer UnixAgentFactory.createServer(Session session)
           
 



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