public interface AuthenticationMechanismFactory
| Modifier and Type | Field and Description |
|---|---|
static String |
KEYBOARD_INTERACTIVE_AUTHENTICATION |
static String |
NONE |
static String |
PASSWORD_AUTHENTICATION |
static String |
PUBLICKEY_AUTHENTICATION |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationMechanism |
createInstance(String name,
org.apache.mina.core.session.IoSession session,
SshTransport transport,
AuthenticationProtocol authentication,
Connection con) |
String[] |
getSupportedMechanisms() |
static final String NONE
static final String PASSWORD_AUTHENTICATION
static final String PUBLICKEY_AUTHENTICATION
static final String KEYBOARD_INTERACTIVE_AUTHENTICATION
AuthenticationMechanism createInstance(String name, org.apache.mina.core.session.IoSession session, SshTransport transport, AuthenticationProtocol authentication, Connection con) throws UnsupportedChannelException
UnsupportedChannelExceptionString[] getSupportedMechanisms()
Copyright © 2012. All Rights Reserved.