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 SshAgentSshAgentFactory. 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 classAbstractAgentProxyclassAgentDelegateConstructors 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 classAgentImplA local SSH agent implementationMethods in org.apache.sshd.agent.local that return SshAgent Modifier and Type Method Description SshAgentAgentServerProxy. createClient()SshAgentLocalAgentFactory. createClient(FactoryManager manager)SshAgentProxyAgentFactory. createClient(FactoryManager manager)SshAgentAgentForwardedChannel. getAgent()SshAgentLocalAgentFactory. 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)
-