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(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 classAbstractAgentProxyclassAgentDelegateFields in org.apache.sshd.agent.common declared as SshAgent Modifier and Type Field Description private SshAgentAbstractAgentClient. agentprivate SshAgentAgentDelegate. agentConstructors 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 implementationFields in org.apache.sshd.agent.local declared as SshAgent Modifier and Type Field Description private SshAgentChannelAgentForwarding. agentprivate SshAgentLocalAgentFactory. agentMethods 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.client.auth.pubkey
Fields in org.apache.sshd.client.auth.pubkey declared as SshAgent Modifier and Type Field Description private SshAgentKeyAgentIdentity. agentprivate SshAgentSshAgentPublicKeyIterator. agentprivate SshAgentUserAuthPublicKeyIterator. agentConstructors in org.apache.sshd.client.auth.pubkey with parameters of type SshAgent Constructor Description KeyAgentIdentity(SshAgent agent, java.security.PublicKey key, java.lang.String comment)SshAgentPublicKeyIterator(ClientSession session, SshAgent agent)
-