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 classClientConnectionServiceFactoryclassClientUserAuthServiceFactory -
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<? extends ServiceFactory>FactoryManager. getServiceFactories()Retrieve the list of SSHServicefactories.Method parameters in org.apache.sshd.common with type arguments of type ServiceFactory Modifier and Type Method Description static ServiceServiceFactory. 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 classAbstractUserAuthServiceFactory -
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<? extends ServiceFactory>AbstractFactoryManager. serviceFactoriesMethods in org.apache.sshd.common.helpers that return types with arguments of type ServiceFactory Modifier and Type Method Description List<? extends ServiceFactory>AbstractFactoryManager. getServiceFactories()Method parameters in org.apache.sshd.common.helpers with type arguments of type ServiceFactory Modifier and Type Method Description voidAbstractFactoryManager. setServiceFactories(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 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 classServerConnectionServiceFactoryclassServerUserAuthServiceFactory
-