public class UserAuthKeyboardInteractive extends AbstractUserAuth
| Modifier and Type | Field and Description |
|---|---|
static String |
NAME |
logBY_NAME_COMPARATOR, NAME_EXTRACTOR| Constructor and Description |
|---|
UserAuthKeyboardInteractive() |
| Modifier and Type | Method and Description |
|---|---|
protected Boolean |
doAuth(Buffer buffer,
boolean init) |
protected Boolean |
doInitialAuth(ServerSession session,
String username,
KeyboardInteractiveAuthenticator auth,
Buffer buffer) |
protected Boolean |
doValidateAuthResponse(ServerSession session,
String username,
KeyboardInteractiveAuthenticator auth,
Buffer buffer) |
auth, destroy, getName, getServerSession, getService, getSession, getUsername, next, toStringgetSimplifiedLoggerclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindByName, getNameList, getNames, ofName, removeByNamepublic static final String NAME
protected Boolean doAuth(Buffer buffer, boolean init) throws Exception
doAuth in class AbstractUserAuthExceptionprotected Boolean doInitialAuth(ServerSession session, String username, KeyboardInteractiveAuthenticator auth, Buffer buffer) throws Exception
Exceptionprotected Boolean doValidateAuthResponse(ServerSession session, String username, KeyboardInteractiveAuthenticator auth, Buffer buffer) throws Exception
ExceptionCopyright © 2008–2020 The Apache Software Foundation. All rights reserved.