com.cloudbees.jenkins.plugins.sshagent.jna
Class AgentServer

java.lang.Object
  extended by com.cloudbees.jenkins.plugins.sshagent.jna.AgentServer

public class AgentServer
extends java.lang.Object

A server for an SSH Agent. Portions of this code were copied directly from Apache MINA's SSH implementation.


Nested Class Summary
protected  class AgentServer.SshAgentSession
           
 
Constructor Summary
AgentServer()
           
AgentServer(org.apache.sshd.agent.SshAgent agent)
           
 
Method Summary
 void close()
           
 org.apache.sshd.agent.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(org.apache.sshd.agent.SshAgent agent)
Method Detail

getAgent

public org.apache.sshd.agent.SshAgent getAgent()

start

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

close

public void close()


Copyright © 2004-2012. All Rights Reserved.