| net.schmizz.sshj.userauth.method.AuthMethod |
Known Indirect Subclasses
|
Summary
| Public Methods |
|
abstract
String
|
getName()
|
|
abstract
void
|
init(AuthParams params)
This method must be called before requesting authentication with this method.
|
|
abstract
void
|
request()
|
|
abstract
boolean
|
shouldRetry()
|
Public Methods
public
abstract
String
getName
()
Returns
- assigned name of this authentication method
public
abstract
void
init
(AuthParams params)
This method must be called before requesting authentication with this method.
Parameters
| params
| Parameters needed for authentication
|
public
abstract
void
request
()
public
abstract
boolean
shouldRetry
()
Returns
- whether authentication should be reattempted if it failed.