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.agent.unix 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(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 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(Session session, FactoryManager manager)SshAgentProxyAgentFactory. createClient(Session session, 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.agent.unix
Classes in org.apache.sshd.agent.unix that implement SshAgent Modifier and Type Class Description classAgentClientA client for a remote SSH agentMethods in org.apache.sshd.agent.unix that return SshAgent Modifier and Type Method Description SshAgentUnixAgentFactory. createClient(Session session, FactoryManager manager)SshAgentAgentServer. getAgent()Constructors in org.apache.sshd.agent.unix with parameters of type SshAgent Constructor Description AgentServer(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 SshAgent Constructor Description KeyAgentIdentity(SshAgent agent, PublicKey key, String comment)SshAgentPublicKeyIterator(ClientSession session, SshAgent agent)
-