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 SshAgentAbstractAgentClient.agentprivate final SshAgentAgentDelegate.agentConstructors 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 SshAgentFields in org.apache.sshd.agent.local declared as SshAgentModifier and TypeFieldDescriptionprivate SshAgentChannelAgentForwarding.agentprivate final SshAgentLocalAgentFactory.agentMethods 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.client.auth.pubkey
Fields in org.apache.sshd.client.auth.pubkey declared as SshAgentModifier and TypeFieldDescriptionprivate final SshAgentKeyAgentIdentity.agentprivate final SshAgentSshAgentPublicKeyIterator.agentprivate SshAgentUserAuthPublicKeyIterator.agentConstructors in org.apache.sshd.client.auth.pubkey with parameters of type SshAgentModifierConstructorDescriptionKeyAgentIdentity(SshAgent agent, PublicKey key, String comment) SshAgentPublicKeyIterator(ClientSession session, SshAgent agent)