Uses of Interface
org.apache.sshd.agent.SshAgent
Packages that use SshAgent
Package
Description
-
Uses of SshAgent in org.apache.sshd.agent
Methods in org.apache.sshd.agent that return SshAgentModifier and TypeMethodDescriptionSshAgentFactory.createClient
(Session session, 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 SshAgentFields in org.apache.sshd.agent.common declared as SshAgentModifier and TypeFieldDescriptionprivate final SshAgent
AbstractAgentClient.agent
private final SshAgent
AgentDelegate.agent
Constructors in org.apache.sshd.agent.common with parameters of type SshAgentModifierConstructorDescriptionprotected
AbstractAgentClient
(SshAgent agent) AgentDelegate
(SshAgent agent) -
Uses of SshAgent in org.apache.sshd.agent.local
Classes in org.apache.sshd.agent.local that implement SshAgentFields in org.apache.sshd.agent.local declared as SshAgentModifier and TypeFieldDescriptionprivate SshAgent
ChannelAgentForwarding.agent
private final SshAgent
LocalAgentFactory.agent
Methods in org.apache.sshd.agent.local that return SshAgentModifier and TypeMethodDescriptionAgentServerProxy.createClient()
LocalAgentFactory.createClient
(Session session, FactoryManager manager) ProxyAgentFactory.createClient
(Session session, FactoryManager manager) AgentForwardedChannel.getAgent()
LocalAgentFactory.getAgent()
Constructors in org.apache.sshd.agent.local with parameters of type SshAgent -
Uses of SshAgent in org.apache.sshd.agent.unix
Classes in org.apache.sshd.agent.unix that implement SshAgentFields in org.apache.sshd.agent.unix declared as SshAgentMethods in org.apache.sshd.agent.unix that return SshAgentModifier and TypeMethodDescriptionUnixAgentFactory.createClient
(Session session, FactoryManager manager) AgentServer.getAgent()
Constructors in org.apache.sshd.agent.unix with parameters of type SshAgentModifierConstructorDescriptionAgentServer
(SshAgent agent, CloseableExecutorService executor) SshAgentSession
(long socket, SshAgent agent) -
Uses of SshAgent in org.apache.sshd.client.auth.pubkey
Fields in org.apache.sshd.client.auth.pubkey declared as SshAgentModifier and TypeFieldDescriptionprivate final SshAgent
KeyAgentIdentity.agent
private final SshAgent
SshAgentPublicKeyIterator.agent
private SshAgent
UserAuthPublicKeyIterator.agent
Constructors in org.apache.sshd.client.auth.pubkey with parameters of type SshAgentModifierConstructorDescriptionKeyAgentIdentity
(SshAgent agent, PublicKey key, String comment) SshAgentPublicKeyIterator
(ClientSession session, SshAgent agent)