public class KeyboardInteractiveConsoleClientAuthentication
extends AbstractKeyboardInteractiveClientAuthentication
| Constructor and Description |
|---|
KeyboardInteractiveConsoleClientAuthentication(MessageCodec.Factory codecFactory,
java.lang.String username,
Console console)
Creates a new operation instance.
|
| Modifier and Type | Method and Description |
|---|---|
static KeyboardInteractiveConsoleClientAuthentication |
systemConsoleAuthentication(MessageCodec.Factory codecFactory,
java.lang.String username)
Returns an authentication operation which uses a system console.
|
static KeyboardInteractiveConsoleClientAuthentication |
systemConsoleAuthentication(java.lang.String username)
Returns an authentication operation which uses a system console.
|
public KeyboardInteractiveConsoleClientAuthentication(MessageCodec.Factory codecFactory,
java.lang.String username,
Console console)
username - an usernameconsole - console instancepublic static KeyboardInteractiveConsoleClientAuthentication systemConsoleAuthentication(MessageCodec.Factory codecFactory, java.lang.String username)
username - an usernamepublic static KeyboardInteractiveConsoleClientAuthentication systemConsoleAuthentication(java.lang.String username)
username - an usernameCopyright © JSCAPE LLC. 1999-2021. All Rights Reserved