public class LoginPassword extends AuthenticationHandler
AsyncSshHandler.| Modifier and Type | Field and Description |
|---|---|
protected org.opendaylight.aaa.encrypt.AAAEncryptionService |
encryptionService |
protected String |
password |
protected String |
username |
| Constructor and Description |
|---|
LoginPassword(String username,
String password) |
LoginPassword(String username,
String password,
org.opendaylight.aaa.encrypt.AAAEncryptionService encryptionService) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.sshd.client.future.AuthFuture |
authenticate(org.apache.sshd.ClientSession session) |
String |
getUsername() |
protected final String username
protected final String password
protected final org.opendaylight.aaa.encrypt.AAAEncryptionService encryptionService
public String getUsername()
getUsername in class AuthenticationHandlerpublic org.apache.sshd.client.future.AuthFuture authenticate(org.apache.sshd.ClientSession session)
throws IOException
authenticate in class AuthenticationHandlerIOExceptionCopyright © 2017 OpenDaylight. All rights reserved.