Uses of Interface
org.apache.sshd.common.ServiceFactory
-
-
Uses of ServiceFactory in org.apache.sshd.client
Fields in org.apache.sshd.client with type parameters of type ServiceFactory Modifier and Type Field Description static java.util.List<ServiceFactory>
SshClient. DEFAULT_SERVICE_FACTORIES
-
Uses of ServiceFactory in org.apache.sshd.client.session
Classes in org.apache.sshd.client.session that implement ServiceFactory Modifier and Type Class Description class
ClientConnectionServiceFactory
class
ClientUserAuthServiceFactory
Method parameters in org.apache.sshd.client.session with type arguments of type ServiceFactory Modifier and Type Method Description (package private) void
ClientSessionImpl.Services. initialize(java.util.List<? extends ServiceFactory> factories)
-
Uses of ServiceFactory in org.apache.sshd.common
Methods in org.apache.sshd.common that return types with arguments of type ServiceFactory Modifier and Type Method Description java.util.List<? extends ServiceFactory>
FactoryManager. getServiceFactories()
Retrieve the list of SSHService
factories.Method parameters in org.apache.sshd.common with type arguments of type ServiceFactory Modifier and Type Method Description static Service
ServiceFactory. create(java.util.Collection<? extends ServiceFactory> factories, java.lang.String name, Session session)
Create an instance of the specified name by looking up the needed factory in the list (case insensitive. -
Uses of ServiceFactory in org.apache.sshd.common.auth
Classes in org.apache.sshd.common.auth that implement ServiceFactory Modifier and Type Class Description class
AbstractUserAuthServiceFactory
-
Uses of ServiceFactory in org.apache.sshd.common.helpers
Fields in org.apache.sshd.common.helpers with type parameters of type ServiceFactory Modifier and Type Field Description protected java.util.List<? extends ServiceFactory>
AbstractFactoryManager. serviceFactories
Methods in org.apache.sshd.common.helpers that return types with arguments of type ServiceFactory Modifier and Type Method Description java.util.List<? extends ServiceFactory>
AbstractFactoryManager. getServiceFactories()
Method parameters in org.apache.sshd.common.helpers with type arguments of type ServiceFactory Modifier and Type Method Description void
AbstractFactoryManager. setServiceFactories(java.util.List<? extends ServiceFactory> serviceFactories)
-
Uses of ServiceFactory in org.apache.sshd.server
Fields in org.apache.sshd.server with type parameters of type ServiceFactory Modifier and Type Field Description static java.util.List<ServiceFactory>
SshServer. DEFAULT_SERVICE_FACTORIES
-
Uses of ServiceFactory in org.apache.sshd.server.session
Classes in org.apache.sshd.server.session that implement ServiceFactory Modifier and Type Class Description class
ServerConnectionServiceFactory
class
ServerUserAuthServiceFactory
-