Uses of Interface
org.apache.sshd.agent.SshAgentServer
-
Packages that use SshAgentServer Package Description org.apache.sshd.agent org.apache.sshd.agent.common org.apache.sshd.agent.local org.apache.sshd.agent.unix -
-
Uses of SshAgentServer in org.apache.sshd.agent
Methods in org.apache.sshd.agent that return SshAgentServer Modifier and Type Method Description SshAgentServerSshAgentFactory. createServer(ConnectionService service)Create the server side that will be used by other SSH clients. -
Uses of SshAgentServer in org.apache.sshd.agent.common
Methods in org.apache.sshd.agent.common that return SshAgentServer Modifier and Type Method Description protected SshAgentServerDefaultAgentForwardSupport. createSshAgentServer(ConnectionService service, Session session) -
Uses of SshAgentServer in org.apache.sshd.agent.local
Classes in org.apache.sshd.agent.local that implement SshAgentServer Modifier and Type Class Description classAgentServerProxyThe server side fake agent, acting as an agent, but actually forwarding the requests to the auth channel on the client side.Methods in org.apache.sshd.agent.local that return SshAgentServer Modifier and Type Method Description SshAgentServerLocalAgentFactory. createServer(ConnectionService service)SshAgentServerProxyAgentFactory. createServer(ConnectionService service) -
Uses of SshAgentServer in org.apache.sshd.agent.unix
Classes in org.apache.sshd.agent.unix that implement SshAgentServer Modifier and Type Class Description classAgentServerProxyThe server side fake agent, acting as an agent, but actually forwarding the requests to the auth channel on the client side.Methods in org.apache.sshd.agent.unix that return SshAgentServer Modifier and Type Method Description SshAgentServerUnixAgentFactory. createServer(ConnectionService service)
-