|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.cloudbees.jenkins.plugins.sshagent.jna.AgentServer
public class AgentServer
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 |
|---|
public AgentServer()
public AgentServer(org.apache.sshd.agent.SshAgent agent)
| Method Detail |
|---|
public org.apache.sshd.agent.SshAgent getAgent()
public java.lang.String start()
throws java.lang.Exception
java.lang.Exceptionpublic void close()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||