Package | Description |
---|---|
org.apache.sshd.client.auth.deprecated |
Modifier and Type | Method and Description |
---|---|
UserAuth.Result |
UserAuthAgent.next(Buffer buffer) |
UserAuth.Result |
UserAuthPassword.next(Buffer buffer) |
UserAuth.Result |
UserAuthKeyboardInteractive.next(Buffer buffer) |
UserAuth.Result |
UserAuth.next(Buffer buffer) |
UserAuth.Result |
UserAuthPublicKey.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.
|
Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.