Uses of Interface
org.apache.sshd.agent.SshAgent
-
Packages that use SshAgent Package Description org.apache.sshd.agent org.apache.sshd.agent.common org.apache.sshd.agent.local org.apache.sshd.client.auth.pubkey -
-
Uses of SshAgent in org.apache.sshd.agent
Methods in org.apache.sshd.agent that return SshAgent Modifier and Type Method Description SshAgent
SshAgentFactory. createClient(FactoryManager manager)
Create an SshAgent that can be used on the client side by the authentication process to send possible keys. -
Uses of SshAgent in org.apache.sshd.agent.common
Classes in org.apache.sshd.agent.common that implement SshAgent Modifier and Type Class Description class
AbstractAgentProxy
class
AgentDelegate
Constructors in org.apache.sshd.agent.common with parameters of type SshAgent Constructor Description AbstractAgentClient(SshAgent agent)
AgentDelegate(SshAgent agent)
-
Uses of SshAgent in org.apache.sshd.agent.local
Classes in org.apache.sshd.agent.local that implement SshAgent Modifier and Type Class Description class
AgentImpl
A local SSH agent implementationMethods in org.apache.sshd.agent.local that return SshAgent Modifier and Type Method Description SshAgent
AgentServerProxy. createClient()
SshAgent
LocalAgentFactory. createClient(FactoryManager manager)
SshAgent
ProxyAgentFactory. createClient(FactoryManager manager)
SshAgent
AgentForwardedChannel. getAgent()
SshAgent
LocalAgentFactory. getAgent()
Constructors in org.apache.sshd.agent.local with parameters of type SshAgent Constructor Description LocalAgentFactory(SshAgent agent)
-
Uses of SshAgent in org.apache.sshd.client.auth.pubkey
Constructors in org.apache.sshd.client.auth.pubkey with parameters of type SshAgent Constructor Description KeyAgentIdentity(SshAgent agent, PublicKey key, String comment)
SshAgentPublicKeyIterator(ClientSession session, SshAgent agent)
-