public class UserAuthKeyboardInteractiveFactory extends AbstractUserAuthFactory
| Modifier and Type | Field and Description |
|---|---|
static UserAuthKeyboardInteractiveFactory |
INSTANCE |
static java.lang.String |
NAME |
logALLOW_INSECURE_AUTH, ALLOW_NON_INTEGRITY_AUTH, DEFAULT_ALLOW_INSECURE_AUTH, DEFAULT_ALLOW_NON_INTEGRITY_AUTH, HOST_BASED, KB_INTERACTIVE, PASSWORD, PUBLIC_KEYBY_NAME_COMPARATOR, NAME_EXTRACTOR| Constructor and Description |
|---|
UserAuthKeyboardInteractiveFactory() |
| Modifier and Type | Method and Description |
|---|---|
UserAuthKeyboardInteractive |
createUserAuth(ClientSession session) |
getName, toStringgetSimplifiedLoggerclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcreateUserAuth, isDataIntegrityAuthenticationTransport, isSecureAuthenticationTransportfindByName, getName, getNameList, getNames, ofName, removeByNamepublic static final java.lang.String NAME
public static final UserAuthKeyboardInteractiveFactory INSTANCE
public UserAuthKeyboardInteractive createUserAuth(ClientSession session) throws java.io.IOException
session - The session for which authentication is requiredjava.io.IOException - If failed to create the instance