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 SshAgent
SshAgentFactory. 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 class
AbstractAgentProxy
class
AgentDelegate
Fields in org.apache.sshd.agent.common declared as SshAgent Modifier and Type Field Description private SshAgent
AbstractAgentClient. agent
private SshAgent
AgentDelegate. agent
Constructors 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 class
AgentImpl
A local SSH agent implementationFields in org.apache.sshd.agent.local declared as SshAgent Modifier and Type Field Description private SshAgent
ChannelAgentForwarding. agent
private SshAgent
LocalAgentFactory. agent
Methods in org.apache.sshd.agent.local that return SshAgent Modifier and Type Method Description SshAgent
AgentServerProxy. createClient()
SshAgent
LocalAgentFactory. createClient(Session session, FactoryManager manager)
SshAgent
ProxyAgentFactory. createClient(Session session, FactoryManager manager)
SshAgent
AgentForwardedChannel. getAgent()
SshAgent
LocalAgentFactory. 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 SshAgent
KeyAgentIdentity. agent
private SshAgent
SshAgentPublicKeyIterator. agent
private SshAgent
UserAuthPublicKeyIterator. agent
Constructors 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)
-