| Modifier and Type | Field and Description |
|---|---|
static List<ServiceFactory> |
SshClient.DEFAULT_SERVICE_FACTORIES |
| Modifier and Type | Class and Description |
|---|---|
class |
ClientConnectionServiceFactory |
class |
ClientUserAuthServiceFactory |
| Modifier and Type | Method and Description |
|---|---|
List<? extends ServiceFactory> |
FactoryManager.getServiceFactories()
Retrieve the list of SSH
Service factories. |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractUserAuthServiceFactory |
| Modifier and Type | Field and Description |
|---|---|
protected List<? extends ServiceFactory> |
AbstractFactoryManager.serviceFactories |
| Modifier and Type | Method and Description |
|---|---|
List<? extends ServiceFactory> |
AbstractFactoryManager.getServiceFactories() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractFactoryManager.setServiceFactories(List<? extends ServiceFactory> serviceFactories) |
| Modifier and Type | Field and Description |
|---|---|
static List<ServiceFactory> |
SshServer.DEFAULT_SERVICE_FACTORIES |
| Modifier and Type | Class and Description |
|---|---|
class |
ServerConnectionServiceFactory |
class |
ServerUserAuthServiceFactory |
Copyright © 2008–2021 The Apache Software Foundation. All rights reserved.