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
Classes in net.schmizz.sshj.transport that implement ServiceFields in net.schmizz.sshj.transport declared as ServiceModifier and TypeFieldDescriptionprivate ServiceTransportImpl.nextServiceThe next service that will be activated, only set when sending an SSH_MSG_SERVICE_REQUESTprivate final ServiceTransportImpl.nullServiceprivate ServiceTransportImpl.serviceCurrently active service e.g.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 ServiceFields in net.schmizz.sshj.userauth declared as 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) private AuthParamsUserAuthImpl.makeAuthParams(String username, Service nextService)