| Package | Description |
|---|---|
| com.sshtools.common.auth |
| Modifier and Type | Class and Description |
|---|---|
class |
KeyboardInteractiveAuthenticator |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<KeyboardInteractiveAuthenticationProvider> |
DefaultAuthenticationMechanismFactory.keyboardInteractiveProviders |
| Modifier and Type | Method and Description |
|---|---|
KeyboardInteractiveAuthenticationProvider[] |
DefaultAuthenticationMechanismFactory.getKeyboardInteractiveProviders(SshConnection con) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultAuthenticationMechanismFactory.addKeyboardInteractiveProvider(KeyboardInteractiveAuthenticationProvider provider) |
void |
DefaultAuthenticationMechanismFactory.removeKeyboardInteractiveProvider(KeyboardInteractiveAuthenticationProvider provider) |
| Constructor and Description |
|---|
KeyboardInteractiveAuthentication(AbstractServerTransport<C> transport,
AbstractAuthenticationProtocol<C> authentication,
SshConnection con,
KeyboardInteractiveAuthenticationProvider[] providers) |
Copyright © 2022. All rights reserved.