org.apache.sshd.agent
Class AgentForwardSupport

java.lang.Object
  extended by org.apache.sshd.agent.AgentForwardSupport

public class AgentForwardSupport
extends Object

The server side fake agent, acting as an agent, but actually forwarding the requests to the auth channel on the client side.


Nested Class Summary
static class AgentForwardSupport.AgentForwardedChannel
           
 
Constructor Summary
AgentForwardSupport(ServerSession session)
           
 
Method Summary
 void close()
           
 String initialize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AgentForwardSupport

public AgentForwardSupport(ServerSession session)
Method Detail

initialize

public String initialize()
                  throws IOException
Throws:
IOException

close

public void close()


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