| Package | Description |
|---|---|
| ch.ethz.ssh2 | |
| ch.ethz.ssh2.server |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationResult |
ServerAuthenticationCallback.authenticateWithNone(ServerConnection sc,
String username)
Typically, this will be called be the client to get the list of
authentication methods that can continue.
|
AuthenticationResult |
ServerAuthenticationCallback.authenticateWithPassword(ServerConnection sc,
String username,
String password) |
AuthenticationResult |
ServerAuthenticationCallback.authenticateWithPublicKey(ServerConnection sc,
String username,
String algorithm,
byte[] publickey,
byte[] signature)
NOTE: Not implemented yet.
|
String[] |
ServerAuthenticationCallback.getRemainingAuthMethods(ServerConnection sc)
Return the authentication methods that are currently available to the client.
|
String |
ServerAuthenticationCallback.initAuthentication(ServerConnection sc)
Called when the client enters authentication.
|
| Modifier and Type | Field and Description |
|---|---|
ServerConnection |
ServerConnectionState.conn |
| Constructor and Description |
|---|
ServerConnectionState(ServerConnection conn) |
Copyright © 2014. All Rights Reserved.