public class KeyboardInteractiveRegexClientAuthentication
extends AbstractKeyboardInteractiveClientAuthentication
| Modifier and Type | Class and Description |
|---|---|
static class |
KeyboardInteractiveRegexClientAuthentication.Entry
Represents a pre-defined response.
|
| Constructor and Description |
|---|
KeyboardInteractiveRegexClientAuthentication(MessageCodec.Factory codecFactory,
java.lang.String username,
KeyboardInteractiveRegexClientAuthentication.Entry... entries)
Creates a new operation instance.
|
KeyboardInteractiveRegexClientAuthentication(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) |
public KeyboardInteractiveRegexClientAuthentication(MessageCodec.Factory codecFactory,
java.lang.String username,
java.util.List<KeyboardInteractiveRegexClientAuthentication.Entry> entries)
username - an usernameentries - response entriespublic KeyboardInteractiveRegexClientAuthentication(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