| Package | Description |
|---|---|
| com.sshtools.common.auth |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<PasswordAuthenticationProvider> |
DefaultAuthenticationMechanismFactory.passwordProviders |
| Modifier and Type | Method and Description |
|---|---|
PasswordAuthenticationProvider[] |
DefaultAuthenticationMechanismFactory.getPasswordAuthenticationProviders(SshConnection con) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultAuthenticationMechanismFactory.addPasswordAuthenticationProvider(PasswordAuthenticationProvider provider) |
void |
DefaultAuthenticationMechanismFactory.removePasswordAuthenticationProvider(PasswordAuthenticationProvider provider) |
| Constructor and Description |
|---|
PasswordAuthentication(AbstractServerTransport<C> transport,
AbstractAuthenticationProtocol<C> authentication,
SshConnection con,
PasswordAuthenticationProvider[] providers) |
PasswordKeyboardInteractiveProvider(PasswordAuthenticationProvider[] providers,
SshConnection con) |
Copyright © 2022. All rights reserved.