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 TypeClassDescriptionclassAn abstract class forServicethat 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
Methods in net.schmizz.sshj.transport that return ServiceMethods in net.schmizz.sshj.transport with parameters of type ServiceModifier and TypeMethodDescriptionvoidTransport.reqService(Service service) Request a SSH service represented by aServiceinstance.voidTransportImpl.reqService(Service service) voidTransport.setService(Service service) Sets the currently activeService.voidTransportImpl.setService(Service service) -
Uses of Service in net.schmizz.sshj.userauth
Classes in net.schmizz.sshj.userauth that implement ServiceMethods in net.schmizz.sshj.userauth with parameters of type ServiceModifier and TypeMethodDescriptionbooleanUserAuth.authenticate(String username, Service nextService, AuthMethod methods, int timeoutMs) Attempt to authenticateusernameusing each ofmethodsin order.booleanUserAuthImpl.authenticate(String username, Service nextService, AuthMethod method, int timeoutMs)