org.apache.sshd.agent.unix
Class AgentServer

java.lang.Object
  extended by org.apache.sshd.agent.unix.AgentServer

public class AgentServer
extends java.lang.Object

A server for an SSH Agent


Nested Class Summary
protected static class AgentServer.SshAgentSession
           
 
Constructor Summary
AgentServer()
           
AgentServer(SshAgent agent)
           
 
Method Summary
 void close()
           
 SshAgent getAgent()
           
 java.lang.String start()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AgentServer

public AgentServer()

AgentServer

public AgentServer(SshAgent agent)
Method Detail

getAgent

public SshAgent getAgent()

start

public java.lang.String start()
                       throws java.lang.Exception
Throws:
java.lang.Exception

close

public void close()


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