org.apache.sshd.agent.unix
Class AgentServerProxy

java.lang.Object
  extended by org.apache.sshd.agent.unix.AgentServerProxy
All Implemented Interfaces:
SshAgentServer

public class AgentServerProxy
extends java.lang.Object
implements SshAgentServer

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


Constructor Summary
AgentServerProxy(ServerSession session)
           
 
Method Summary
 void close()
           
 java.lang.String getId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AgentServerProxy

public AgentServerProxy(ServerSession session)
                 throws java.io.IOException
Throws:
java.io.IOException
Method Detail

getId

public java.lang.String getId()
Specified by:
getId in interface SshAgentServer

close

public void close()
Specified by:
close in interface SshAgentServer


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