Uses of Interface
org.apache.sshd.common.FactoryManager
-
-
Uses of FactoryManager in org.apache.sshd.agent
Methods in org.apache.sshd.agent with parameters of type FactoryManager Modifier and Type Method Description SshAgentSshAgentFactory. createClient(Session session, FactoryManager manager)Create an SshAgent that can be used on the client side by the authentication process to send possible keys.List<ChannelFactory>SshAgentFactory. getChannelForwardingFactories(FactoryManager manager)The channels are requested by the ssh server when forwarding a client request. -
Uses of FactoryManager in org.apache.sshd.agent.local
Methods in org.apache.sshd.agent.local with parameters of type FactoryManager Modifier and Type Method Description SshAgentLocalAgentFactory. createClient(Session session, FactoryManager manager)SshAgentProxyAgentFactory. createClient(Session session, FactoryManager manager)List<ChannelFactory>LocalAgentFactory. getChannelForwardingFactories(FactoryManager manager)List<ChannelFactory>ProxyAgentFactory. getChannelForwardingFactories(FactoryManager manager) -
Uses of FactoryManager in org.apache.sshd.agent.unix
Methods in org.apache.sshd.agent.unix that return FactoryManager Modifier and Type Method Description FactoryManagerAgentClient. getFactoryManager()Methods in org.apache.sshd.agent.unix with parameters of type FactoryManager Modifier and Type Method Description SshAgentUnixAgentFactory. createClient(Session session, FactoryManager manager)List<ChannelFactory>UnixAgentFactory. getChannelForwardingFactories(FactoryManager manager)Constructors in org.apache.sshd.agent.unix with parameters of type FactoryManager Constructor Description AgentClient(FactoryManager manager, String authSocket)AgentClient(FactoryManager manager, String authSocket, CloseableExecutorService executor) -
Uses of FactoryManager in org.apache.sshd.client
Subinterfaces of FactoryManager in org.apache.sshd.client Modifier and Type Interface Description interfaceClientFactoryManagerTheClientFactoryManagerenable the retrieval of additional configuration needed specifically for the client side.Classes in org.apache.sshd.client that implement FactoryManager Modifier and Type Class Description classSshClientEntry point for the client side of the SSH protocol. -
Uses of FactoryManager in org.apache.sshd.client.session
Methods in org.apache.sshd.client.session with parameters of type FactoryManager Modifier and Type Method Description protected StringAbstractClientSession. resolveAvailableSignaturesProposal(FactoryManager manager) -
Uses of FactoryManager in org.apache.sshd.common
Methods in org.apache.sshd.common that return FactoryManager Modifier and Type Method Description FactoryManagerFactoryManagerHolder. getFactoryManager()Methods in org.apache.sshd.common with parameters of type FactoryManager Modifier and Type Method Description static <T> TFactoryManager. resolveAttribute(FactoryManager manager, AttributeRepository.AttributeKey<T> key) -
Uses of FactoryManager in org.apache.sshd.common.helpers
Classes in org.apache.sshd.common.helpers that implement FactoryManager Modifier and Type Class Description classAbstractFactoryManager -
Uses of FactoryManager in org.apache.sshd.common.io
Methods in org.apache.sshd.common.io that return FactoryManager Modifier and Type Method Description FactoryManagerAbstractIoServiceFactory. getFactoryManager()Methods in org.apache.sshd.common.io with parameters of type FactoryManager Modifier and Type Method Description IoServiceFactoryDefaultIoServiceFactoryFactory. create(FactoryManager manager)IoServiceFactoryIoServiceFactoryFactory. create(FactoryManager manager)static intAbstractIoServiceFactory. getNioWorkers(FactoryManager manager)Constructors in org.apache.sshd.common.io with parameters of type FactoryManager Constructor Description AbstractIoServiceFactory(FactoryManager factoryManager, CloseableExecutorService executorService) -
Uses of FactoryManager in org.apache.sshd.common.io.nio2
Methods in org.apache.sshd.common.io.nio2 with parameters of type FactoryManager Modifier and Type Method Description IoServiceFactoryNio2ServiceFactoryFactory. create(FactoryManager manager)Constructors in org.apache.sshd.common.io.nio2 with parameters of type FactoryManager Constructor Description Nio2ServiceFactory(FactoryManager factoryManager, CloseableExecutorService service, CloseableExecutorService resumeTasks) -
Uses of FactoryManager in org.apache.sshd.common.session.helpers
Classes in org.apache.sshd.common.session.helpers with type parameters of type FactoryManager Modifier and Type Class Description classAbstractSessionFactory<M extends FactoryManager,S extends AbstractSession>An abstract base factory of sessions.Methods in org.apache.sshd.common.session.helpers that return FactoryManager Modifier and Type Method Description FactoryManagerSessionHelper. getFactoryManager()Methods in org.apache.sshd.common.session.helpers with parameters of type FactoryManager Modifier and Type Method Description protected abstract StringSessionHelper. resolveAvailableSignaturesProposal(FactoryManager manager)Computes the list of available host key signature algorithms supported.Constructors in org.apache.sshd.common.session.helpers with parameters of type FactoryManager Constructor Description AbstractSession(boolean serverSession, FactoryManager factoryManager, IoSession ioSession)Create a new session.SessionHelper(boolean serverSession, FactoryManager factoryManager, IoSession ioSession)Create a new session. -
Uses of FactoryManager in org.apache.sshd.server
Subinterfaces of FactoryManager in org.apache.sshd.server Modifier and Type Interface Description interfaceServerFactoryManagerTheServerFactoryManagerenable the retrieval of additional configuration needed specifically for the server side.Classes in org.apache.sshd.server that implement FactoryManager Modifier and Type Class Description classSshServerThe SshServer class is the main entry point for the server side of the SSH protocol. -
Uses of FactoryManager in org.apache.sshd.server.session
Methods in org.apache.sshd.server.session with parameters of type FactoryManager Modifier and Type Method Description protected StringAbstractServerSession. resolveAvailableSignaturesProposal(FactoryManager proposedManager)
-