public abstract class AuthenticationHandler extends Object
| Constructor and Description |
|---|
AuthenticationHandler() |
| Modifier and Type | Method and Description |
|---|---|
abstract org.apache.sshd.client.future.AuthFuture |
authenticate(org.apache.sshd.ClientSession session) |
abstract String |
getUsername() |
public abstract String getUsername()
public abstract org.apache.sshd.client.future.AuthFuture authenticate(org.apache.sshd.ClientSession session)
throws IOException
IOExceptionCopyright © 2017 OpenDaylight. All rights reserved.