Package | Description |
---|---|
com.maverick.agent.client | |
com.maverick.agent.server |
Modifier and Type | Method and Description |
---|---|
static Socket |
SshAgentClient.connectAgentSocket(String location,
AgentSocketType type)
Connect a socket to the agent at the location specified.
|
static SshAgentClient |
SshAgentClient.connectLocalAgent(String application,
String location,
AgentSocketType type,
boolean RFCAgent)
Connect to the local agent.
|
static SshAgentClient |
SshAgentClient.connectOpenSSHAgent(String application) |
static SshAgentClient |
SshAgentClient.connectOpenSSHAgent(String application,
String location)
Determines operating system type (windows or not) and connects using the appropriate
socket type for the platform.
|
Constructor and Description |
---|
SshAgentSocketListener(String location,
KeyStore keystore)
Creates a new SshAgentSocketListener object.
|
Copyright © 2024. All rights reserved.