| Package | Description |
|---|---|
| ch.ethz.ssh2 |
| 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.
|
static AuthenticationResult |
AuthenticationResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthenticationResult[] |
AuthenticationResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014. All Rights Reserved.