Uses of Interface
org.apache.sshd.agent.SshAgentFactory
-
Packages that use SshAgentFactory Package Description org.apache.sshd.agent.local org.apache.sshd.agent.unix 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 classLocalAgentFactoryclassProxyAgentFactory -
Uses of SshAgentFactory in org.apache.sshd.agent.unix
Classes in org.apache.sshd.agent.unix that implement SshAgentFactory Modifier and Type Class Description classUnixAgentFactory -
Uses of SshAgentFactory in org.apache.sshd.common
Methods in org.apache.sshd.common that return SshAgentFactory Modifier and Type Method Description SshAgentFactoryFactoryManager. getAgentFactory()Retrieve the agent factory for creatingSshAgentobjects. -
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 SshAgentFactoryAbstractFactoryManager. agentFactoryMethods in org.apache.sshd.common.helpers that return SshAgentFactory Modifier and Type Method Description SshAgentFactoryAbstractFactoryManager. getAgentFactory()Methods in org.apache.sshd.common.helpers with parameters of type SshAgentFactory Modifier and Type Method Description voidAbstractFactoryManager. setAgentFactory(SshAgentFactory agentFactory)
-