Package com.dtolabs.rundeck.core.utils
Class SSHAgentProcess
- java.lang.Object
-
- com.dtolabs.rundeck.core.utils.SSHAgentProcess
-
public class SSHAgentProcess extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SSHAgentProcess()SSHAgentProcess(java.lang.Integer timeToLive)SSHAgentProcess(java.lang.String sshAgentPath, java.lang.Integer timeToLive)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetSocketPath()voidsetSocketPath(java.lang.String socketPath)voidstopAgent()
-
-
-
Constructor Detail
-
SSHAgentProcess
public SSHAgentProcess() throws com.jcraft.jsch.agentproxy.AgentProxyException- Throws:
com.jcraft.jsch.agentproxy.AgentProxyException
-
SSHAgentProcess
public SSHAgentProcess(java.lang.Integer timeToLive) throws com.jcraft.jsch.agentproxy.AgentProxyException- Throws:
com.jcraft.jsch.agentproxy.AgentProxyException
-
SSHAgentProcess
public SSHAgentProcess(java.lang.String sshAgentPath, java.lang.Integer timeToLive) throws com.jcraft.jsch.agentproxy.AgentProxyException- Throws:
com.jcraft.jsch.agentproxy.AgentProxyException
-
-