Uses of Interface
net.schmizz.sshj.Service
-
Packages that use Service Package Description net.schmizz.sshj net.schmizz.sshj.connection net.schmizz.sshj.transport net.schmizz.sshj.userauth -
-
Uses of Service in net.schmizz.sshj
Classes in net.schmizz.sshj that implement Service Modifier and Type Class Description classAbstractServiceAn 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 Modifier and Type Class Description classConnectionImplConnectionimplementation. -
Uses of Service in net.schmizz.sshj.transport
Classes in net.schmizz.sshj.transport that implement Service Modifier and Type Class Description private static classTransportImpl.NullServiceFields in net.schmizz.sshj.transport declared as Service Modifier and Type Field Description private ServiceTransportImpl. nextServiceThe next service that will be activated, only set when sending an SSH_MSG_SERVICE_REQUESTprivate ServiceTransportImpl. nullServiceprivate ServiceTransportImpl. serviceCurrently active service e.g.Methods in net.schmizz.sshj.transport that return Service Modifier and Type Method Description ServiceTransport. getService()ServiceTransportImpl. getService()Methods in net.schmizz.sshj.transport with parameters of type Service Modifier and Type Method Description voidTransport. 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 Service Modifier and Type Class Description classUserAuthImplUserAuthimplementation.Fields in net.schmizz.sshj.userauth declared as Service Modifier and Type Field Description private ServiceUserAuthImpl. nextServiceMethods in net.schmizz.sshj.userauth with parameters of type Service Modifier and Type Method Description booleanUserAuth. authenticate(java.lang.String username, Service nextService, AuthMethod methods, int timeoutMs)Attempt to authenticateusernameusing each ofmethodsin order.booleanUserAuthImpl. authenticate(java.lang.String username, Service nextService, AuthMethod method, int timeoutMs)private AuthParamsUserAuthImpl. makeAuthParams(java.lang.String username, Service nextService)
-