Class AuthenticationHandler
- java.lang.Object
-
- org.opendaylight.netconf.nettyutil.handler.ssh.authentication.AuthenticationHandler
-
- Direct Known Subclasses:
LoginPasswordHandler
public abstract class AuthenticationHandler extends Object
Class providing authentication facility to SSH handler.
-
-
Constructor Summary
Constructors Constructor Description AuthenticationHandler()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract org.opendaylight.netconf.shaded.sshd.client.future.AuthFutureauthenticate(org.opendaylight.netconf.shaded.sshd.client.session.ClientSession session)abstract StringgetUsername()
-
-
-
Method Detail
-
getUsername
public abstract String getUsername()
-
authenticate
public abstract org.opendaylight.netconf.shaded.sshd.client.future.AuthFuture authenticate(org.opendaylight.netconf.shaded.sshd.client.session.ClientSession session) throws IOException- Throws:
IOException
-
-