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 SshAgentConstructors in org.apache.sshd.agent.common with parameters of type SshAgentModifierConstructorDescriptionprotectedAbstractAgentClient(SshAgent agent) AgentDelegate(SshAgent agent) -
Uses of SshAgent in org.apache.sshd.agent.local
Classes in org.apache.sshd.agent.local that implement SshAgentMethods 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 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
Constructors in org.apache.sshd.client.auth.pubkey with parameters of type SshAgentModifierConstructorDescriptionKeyAgentIdentity(SshAgent agent, PublicKey key, String comment) SshAgentPublicKeyIterator(ClientSession session, SshAgent agent)