Uses of Interface
org.apache.sshd.agent.SshAgentServer
Packages that use SshAgentServer
-
Uses of SshAgentServer in org.apache.sshd.agent
Methods in org.apache.sshd.agent that return SshAgentServerModifier and TypeMethodDescriptionSshAgentFactory.createServer(ConnectionService service) Create the server side that will be used by other SSH clients. -
Uses of SshAgentServer in org.apache.sshd.agent.common
Fields in org.apache.sshd.agent.common with type parameters of type SshAgentServerModifier and TypeFieldDescriptionprivate final AtomicReference<SshAgentServer> DefaultAgentForwardSupport.agentServerHolderMethods in org.apache.sshd.agent.common that return SshAgentServerModifier and TypeMethodDescriptionprotected SshAgentServerDefaultAgentForwardSupport.createSshAgentServer(ConnectionService service, Session session) -
Uses of SshAgentServer in org.apache.sshd.agent.local
Classes in org.apache.sshd.agent.local that implement SshAgentServerModifier and TypeClassDescriptionclassThe 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 SshAgentServerModifier and TypeMethodDescriptionLocalAgentFactory.createServer(ConnectionService service) ProxyAgentFactory.createServer(ConnectionService service)