public class KeyboardInteractiveRegexClientAuthentication
extends com.jscape.inet.ssh.protocol.v2.authentication.AbstractKeyboardInteractiveClientAuthentication
| Modifier and Type | Class and Description |
|---|---|
static class |
KeyboardInteractiveRegexClientAuthentication.Entry
Represents a pre-defined response.
|
ClientAuthentication.InvalidCredentialsException, ClientAuthentication.PartialSuccessException| Constructor and Description |
|---|
KeyboardInteractiveRegexClientAuthentication(com.jscape.inet.ssh.protocol.v2.marshaling.MessageCodec.Factory codecFactory,
java.lang.String username,
KeyboardInteractiveRegexClientAuthentication.Entry... entries)
Creates a new operation instance.
|
KeyboardInteractiveRegexClientAuthentication(com.jscape.inet.ssh.protocol.v2.marshaling.MessageCodec.Factory codecFactory,
java.lang.String username,
java.util.List<KeyboardInteractiveRegexClientAuthentication.Entry> entries)
Creates a new operation instance.
|
| Modifier and Type | Method and Description |
|---|---|
static KeyboardInteractiveRegexClientAuthentication |
defaultAuthentication(java.lang.String username,
KeyboardInteractiveRegexClientAuthentication.Entry... entries) |
static KeyboardInteractiveRegexClientAuthentication |
defaultAuthentication(java.lang.String username,
java.util.List<KeyboardInteractiveRegexClientAuthentication.Entry> entries) |
applyTopublic KeyboardInteractiveRegexClientAuthentication(com.jscape.inet.ssh.protocol.v2.marshaling.MessageCodec.Factory codecFactory,
java.lang.String username,
java.util.List<KeyboardInteractiveRegexClientAuthentication.Entry> entries)
username - an usernameentries - response entriespublic KeyboardInteractiveRegexClientAuthentication(com.jscape.inet.ssh.protocol.v2.marshaling.MessageCodec.Factory codecFactory,
java.lang.String username,
KeyboardInteractiveRegexClientAuthentication.Entry... entries)
username - an usernameentries - response entriespublic static KeyboardInteractiveRegexClientAuthentication defaultAuthentication(java.lang.String username, java.util.List<KeyboardInteractiveRegexClientAuthentication.Entry> entries)
public static KeyboardInteractiveRegexClientAuthentication defaultAuthentication(java.lang.String username, KeyboardInteractiveRegexClientAuthentication.Entry... entries)
Copyright © JSCAPE LLC. 1999-2021. All Rights Reserved