X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fnetconf%2Fnetconf-netty-util%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fnetconf%2Fnettyutil%2Fhandler%2Fssh%2Fauthentication%2FAuthenticationHandler.java;h=0548b1d371a415569dffc1826c02fae4700df45d;hp=eea2b8693a26449a5f96b8d791f4b07082273bf8;hb=42fba0edd6478327be64b03747e0d839d11b3363;hpb=91eec932865a8b38e9ab33b3fa566f1a0a9534e9 diff --git a/opendaylight/netconf/netconf-netty-util/src/main/java/org/opendaylight/controller/netconf/nettyutil/handler/ssh/authentication/AuthenticationHandler.java b/opendaylight/netconf/netconf-netty-util/src/main/java/org/opendaylight/controller/netconf/nettyutil/handler/ssh/authentication/AuthenticationHandler.java index eea2b8693a..0548b1d371 100644 --- a/opendaylight/netconf/netconf-netty-util/src/main/java/org/opendaylight/controller/netconf/nettyutil/handler/ssh/authentication/AuthenticationHandler.java +++ b/opendaylight/netconf/netconf-netty-util/src/main/java/org/opendaylight/controller/netconf/nettyutil/handler/ssh/authentication/AuthenticationHandler.java @@ -8,7 +8,6 @@ package org.opendaylight.controller.netconf.nettyutil.handler.ssh.authentication; -import ch.ethz.ssh2.Connection; import java.io.IOException; import org.apache.sshd.ClientSession; @@ -16,8 +15,6 @@ import org.apache.sshd.ClientSession; * Class providing authentication facility to SSH handler. */ public abstract class AuthenticationHandler { - public abstract void authenticate(Connection connection) throws IOException; - public abstract String getUsername();