Uses of Interface
net.schmizz.sshj.Service
Packages that use Service
Package
Description
-
Uses of Service in net.schmizz.sshj
Classes in net.schmizz.sshj that implement ServiceModifier and TypeClassDescriptionclass
An abstract class forService
that implements common or default functionality. -
Uses of Service in net.schmizz.sshj.connection
Classes in net.schmizz.sshj.connection that implement Service -
Uses of Service in net.schmizz.sshj.transport
Classes in net.schmizz.sshj.transport that implement ServiceFields in net.schmizz.sshj.transport declared as ServiceModifier and TypeFieldDescriptionprivate Service
TransportImpl.nextService
The next service that will be activated, only set when sending an SSH_MSG_SERVICE_REQUESTprivate final Service
TransportImpl.nullService
private Service
TransportImpl.service
Currently active service e.g.Methods in net.schmizz.sshj.transport that return ServiceMethods in net.schmizz.sshj.transport with parameters of type ServiceModifier and TypeMethodDescriptionvoid
Transport.reqService
(Service service) Request a SSH service represented by aService
instance.void
TransportImpl.reqService
(Service service) void
Transport.setService
(Service service) Sets the currently activeService
.void
TransportImpl.setService
(Service service) -
Uses of Service in net.schmizz.sshj.userauth
Classes in net.schmizz.sshj.userauth that implement ServiceFields in net.schmizz.sshj.userauth declared as ServiceMethods in net.schmizz.sshj.userauth with parameters of type ServiceModifier and TypeMethodDescriptionboolean
UserAuth.authenticate
(String username, Service nextService, AuthMethod methods, int timeoutMs) Attempt to authenticateusername
using each ofmethods
in order.boolean
UserAuthImpl.authenticate
(String username, Service nextService, AuthMethod method, int timeoutMs) private AuthParams
UserAuthImpl.makeAuthParams
(String username, Service nextService)