Uses of Class
org.opendaylight.netconf.nettyutil.handler.ssh.authentication.AuthenticationHandler
-
Packages that use AuthenticationHandler Package Description org.opendaylight.netconf.nettyutil.handler.ssh.authentication org.opendaylight.netconf.nettyutil.handler.ssh.client -
-
Uses of AuthenticationHandler in org.opendaylight.netconf.nettyutil.handler.ssh.authentication
Subclasses of AuthenticationHandler in org.opendaylight.netconf.nettyutil.handler.ssh.authentication Modifier and Type Class Description classLoginPasswordHandlerClass Providing username/password authentication option toAsyncSshHandler.classPublicKeyAuthRepresents Auth information for the public key based authentication for netconf. -
Uses of AuthenticationHandler in org.opendaylight.netconf.nettyutil.handler.ssh.client
Methods in org.opendaylight.netconf.nettyutil.handler.ssh.client with parameters of type AuthenticationHandler Modifier and Type Method Description static AsyncSshHandlerAsyncSshHandler. createForNetconfSubsystem(AuthenticationHandler authenticationHandler)static AsyncSshHandlerAsyncSshHandler. createForNetconfSubsystem(AuthenticationHandler authenticationHandler, io.netty.util.concurrent.Future<?> negotiationFuture, @Nullable org.apache.sshd.client.SshClient sshClient)Create AsyncSshHandler for netconf subsystem.Constructors in org.opendaylight.netconf.nettyutil.handler.ssh.client with parameters of type AuthenticationHandler Constructor Description AsyncSshHandler(AuthenticationHandler authenticationHandler, org.apache.sshd.client.SshClient sshClient)Constructor ofAsyncSshHandler.AsyncSshHandler(AuthenticationHandler authenticationHandler, org.apache.sshd.client.SshClient sshClient, io.netty.util.concurrent.Future<?> negotiationFuture)
-