public class UserAuthKeyboardInteractive extends AbstractUserAuth
Modifier and Type | Field and Description |
---|---|
static String |
NAME |
log
BY_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, toString
debug, debug, debug, debug, debug, error, error, error, error, error, getSimplifiedLogger, info, info, warn, warn, warn, warn, warn, warn, warn, warn
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findByName, findFirstMatchByName, getNameList, getNames, ofName, removeByName, safeCompareByName
public static final String NAME
protected Boolean doAuth(Buffer buffer, boolean init) throws Exception
doAuth
in class AbstractUserAuth
Exception
protected Boolean doInitialAuth(ServerSession session, String username, KeyboardInteractiveAuthenticator auth, Buffer buffer) throws Exception
Exception
protected Boolean doValidateAuthResponse(ServerSession session, String username, KeyboardInteractiveAuthenticator auth, Buffer buffer) throws Exception
Exception
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.