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 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
-
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 List<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(Collection<? extends ServiceFactory> factories, 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 List<ServiceFactory>
AbstractFactoryManager. serviceFactories
Methods in org.apache.sshd.common.helpers that return types with arguments of type ServiceFactory Modifier and Type Method Description List<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(List<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 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
-