Package | Description |
---|---|
org.apache.sshd.client.session | |
org.apache.sshd.common | |
org.apache.sshd.common.session | |
org.apache.sshd.common.session.helpers | |
org.apache.sshd.server.session |
Modifier and Type | Class and Description |
---|---|
class |
ClientConnectionService
Client side
ssh-connection service. |
class |
ClientUserAuthService
Client side
ssh-auth service. |
Modifier and Type | Method and Description |
---|---|
Service |
ClientConnectionServiceFactory.create(Session session) |
Service |
ClientUserAuthServiceFactory.create(Session session) |
Modifier and Type | Method and Description |
---|---|
protected List<Service> |
ClientSessionImpl.getServices() |
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.
|
Service |
ServiceFactory.create(Session session) |
Modifier and Type | Interface and Description |
---|---|
interface |
ConnectionService
Interface implementing ssh-connection service.
|
Modifier and Type | Method and Description |
---|---|
<T extends Service> |
Session.getService(Class<T> clazz)
Get the service of the specified type.
|
Modifier and Type | Method and Description |
---|---|
default boolean |
SessionDisconnectHandler.handleAuthCountDisconnectReason(Session session,
Service service,
String serviceName,
String method,
String user,
int currentAuthCount,
int maxAuthCount)
Invoked if the number of authentication attempts exceeded the maximum allowed
|
default boolean |
SessionDisconnectHandler.handleAuthParamsDisconnectReason(Session session,
Service service,
String authUser,
String username,
String authService,
String serviceName)
Invoked if the authentication parameters changed in mid-authentication process.
|
default boolean |
SessionDisconnectHandler.handleSessionsCountDisconnectReason(Session session,
Service service,
String username,
int currentSessionCount,
int maxSessionCount)
Called to inform that the maximum allowed concurrent sessions threshold has been exceeded.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractConnectionService
Base implementation of ConnectionService.
|
Modifier and Type | Method and Description |
---|---|
<T extends Service> |
AbstractSession.getService(Class<T> clazz) |
Modifier and Type | Method and Description |
---|---|
Service |
CurrentService.getService()
Retrieves the current service.
|
Modifier and Type | Method and Description |
---|---|
protected List<Service> |
AbstractSession.getServices() |
Modifier and Type | Method and Description |
---|---|
void |
CurrentService.set(Service service,
String name,
boolean start)
Sets the current service and its name, and optionally starts the service.
|
Modifier and Type | Class and Description |
---|---|
class |
ServerConnectionService
Server side
ssh-connection service. |
class |
ServerUserAuthService |
Modifier and Type | Method and Description |
---|---|
Service |
ServerConnectionServiceFactory.create(Session session) |
Service |
ServerUserAuthServiceFactory.create(Session session) |
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.