Package | Description |
---|---|
net.schmizz.sshj | |
net.schmizz.sshj.connection | |
net.schmizz.sshj.transport | |
net.schmizz.sshj.userauth |
Modifier and Type | Class and Description |
---|---|
class |
AbstractService
An abstract class for
Service that implements common or default functionality. |
Modifier and Type | Class and Description |
---|---|
class |
ConnectionImpl
Connection implementation. |
Modifier and Type | Method and Description |
---|---|
Service |
TransportImpl.getService() |
Service |
Transport.getService() |
Modifier and Type | Method and Description |
---|---|
void |
TransportImpl.reqService(Service service) |
void |
Transport.reqService(Service service)
Request a SSH service represented by a
Service instance. |
void |
TransportImpl.setService(Service service) |
void |
Transport.setService(Service service)
Sets the currently active
Service . |
Modifier and Type | Class and Description |
---|---|
class |
UserAuthImpl
UserAuth implementation. |
Modifier and Type | Method and Description |
---|---|
void |
UserAuth.authenticate(String username,
Service nextService,
Iterable<AuthMethod> methods)
Attempt to authenticate
username using each of methods in order. |
void |
UserAuthImpl.authenticate(String username,
Service nextService,
Iterable<AuthMethod> methods) |
Copyright © 2009-2012. All Rights Reserved.