public class UserAuthKeyboardInteractive extends AbstractUserAuth
| Modifier and Type | Field and Description |
|---|---|
static boolean |
DEFAULT_KB_INTERACTIVE_ECHO_PROMPT |
static String |
DEFAULT_KB_INTERACTIVE_INSTRUCTION |
static String |
DEFAULT_KB_INTERACTIVE_LANG |
static String |
DEFAULT_KB_INTERACTIVE_NAME |
static String |
DEFAULT_KB_INTERACTIVE_PROMPT |
static String |
KB_INTERACTIVE_ECHO_PROMPT_PROP |
static String |
KB_INTERACTIVE_INSTRUCTION_PROP |
static String |
KB_INTERACTIVE_LANG_PROP |
static String |
KB_INTERACTIVE_NAME_PROP |
static String |
KB_INTERACTIVE_PROMPT_PROP |
service, session, usernamelog| Constructor and Description |
|---|
UserAuthKeyboardInteractive() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
checkPassword(ServerSession session,
String username,
String password) |
protected Boolean |
doAuth(Buffer buffer,
boolean init) |
protected String |
getInteractionInstruction() |
protected String |
getInteractionLanguage() |
protected String |
getInteractionName() |
protected String |
getInteractionPrompt() |
protected boolean |
isInteractionPromptEchoEnabled() |
auth, destroy, getService, getUserName, nextpublic static final String KB_INTERACTIVE_NAME_PROP
public static final String DEFAULT_KB_INTERACTIVE_NAME
public static final String KB_INTERACTIVE_INSTRUCTION_PROP
public static final String DEFAULT_KB_INTERACTIVE_INSTRUCTION
public static final String KB_INTERACTIVE_LANG_PROP
public static final String DEFAULT_KB_INTERACTIVE_LANG
public static final String KB_INTERACTIVE_PROMPT_PROP
public static final String DEFAULT_KB_INTERACTIVE_PROMPT
public static final String KB_INTERACTIVE_ECHO_PROMPT_PROP
public static final boolean DEFAULT_KB_INTERACTIVE_ECHO_PROMPT
protected Boolean doAuth(Buffer buffer, boolean init) throws Exception
doAuth in class AbstractUserAuthExceptionprotected String getInteractionName()
protected String getInteractionInstruction()
protected String getInteractionLanguage()
protected String getInteractionPrompt()
protected boolean isInteractionPromptEchoEnabled()
protected boolean checkPassword(ServerSession session, String username, String password) throws Exception
ExceptionCopyright © 2008–2015 The Apache Software Foundation. All rights reserved.