| Package | Description |
|---|---|
| org.apache.sshd.client | |
| org.apache.sshd.client.auth |
| Modifier and Type | Method and Description |
|---|---|
UserAuth.Result |
UserAuth.next(Buffer buffer) |
static UserAuth.Result |
UserAuth.Result.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserAuth.Result[] |
UserAuth.Result.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
UserAuth.Result |
UserAuthPublicKey.next(Buffer buffer) |
UserAuth.Result |
UserAuthPassword.next(Buffer buffer) |
UserAuth.Result |
UserAuthAgent.next(Buffer buffer) |
Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.