Uses of Interface
org.apache.sshd.agent.SshAgentFactory
-
Packages that use SshAgentFactory Package Description org.apache.sshd.agent.local org.apache.sshd.common org.apache.sshd.common.helpers -
-
Uses of SshAgentFactory in org.apache.sshd.agent.local
Classes in org.apache.sshd.agent.local that implement SshAgentFactory Modifier and Type Class Description class
LocalAgentFactory
class
ProxyAgentFactory
-
Uses of SshAgentFactory in org.apache.sshd.common
Methods in org.apache.sshd.common that return SshAgentFactory Modifier and Type Method Description SshAgentFactory
FactoryManager. getAgentFactory()
Retrieve the agent factory for creatingSshAgent
objects. -
Uses of SshAgentFactory in org.apache.sshd.common.helpers
Fields in org.apache.sshd.common.helpers declared as SshAgentFactory Modifier and Type Field Description protected SshAgentFactory
AbstractFactoryManager. agentFactory
Methods in org.apache.sshd.common.helpers that return SshAgentFactory Modifier and Type Method Description SshAgentFactory
AbstractFactoryManager. getAgentFactory()
Methods in org.apache.sshd.common.helpers with parameters of type SshAgentFactory Modifier and Type Method Description void
AbstractFactoryManager. setAgentFactory(SshAgentFactory agentFactory)
-