public interface

AuthParams

net.schmizz.sshj.userauth.AuthParams

Class Overview

The parameters available to authentication methods.

Summary

Public Methods
abstract String getNextServiceName()
abstract Transport getTransport()
abstract String getUsername()

Public Methods

public abstract String getNextServiceName ()

Returns
  • name of the next service being requested

public abstract Transport getTransport ()

Returns
  • the transport which will allow sending packets; retrieving information like the session-id, remote host/port etc. which is needed by some method.

public abstract String getUsername ()

Returns
  • all userauth requests need to include the username