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 Utilities for integration between Apache SSHD and Netty. -
-
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 NetconfSshClient 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, NetconfSshClient sshClient)Constructor ofAsyncSshHandler.AsyncSshHandler(AuthenticationHandler authenticationHandler, NetconfSshClient sshClient, io.netty.util.concurrent.Future<?> negotiationFuture)
-