Package | Description |
---|---|
net.schmizz.sshj | |
net.schmizz.sshj.userauth | |
net.schmizz.sshj.userauth.method |
Modifier and Type | Method and Description |
---|---|
void |
SSHClient.auth(String username,
AuthMethod... methods)
Authenticate
username using the supplied methods . |
Modifier and Type | Method and Description |
---|---|
void |
SSHClient.auth(String username,
Iterable<AuthMethod> methods)
Authenticate
username using the supplied methods . |
Modifier and Type | Method and Description |
---|---|
void |
UserAuthImpl.authenticate(String username,
Service nextService,
Iterable<AuthMethod> methods) |
void |
UserAuth.authenticate(String username,
Service nextService,
Iterable<AuthMethod> methods)
Attempt to authenticate
username using each of methods in order. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAuthMethod
This abstract class for
AuthMethod implements common or default functionality. |
class |
AuthHostbased
Implements the
hostbased SSH authentication method. |
class |
AuthKeyboardInteractive
Implements the
keyboard-interactive authentication method. |
class |
AuthNone
none auth. |
class |
AuthPassword
Implements the
password authentication method. |
class |
AuthPublickey
Implements the
"publickey" SSH authentication method. |
class |
KeyedAuthMethod |
Copyright © 2009–2015. All rights reserved.