Package org.opendaylight.netconf.ssh
Class SshProxyServerConfigurationBuilder
java.lang.Object
org.opendaylight.netconf.ssh.SshProxyServerConfigurationBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate()setAuthenticator(org.opendaylight.netconf.auth.AuthProvider authenticator) setBindingAddress(InetSocketAddress bindingAddress) setIdleTimeout(int idleTimeout) setKeyPairProvider(org.opendaylight.netconf.shaded.sshd.common.keyprovider.KeyPairProvider keyPairProvider) setLocalAddress(io.netty.channel.local.LocalAddress localAddress) setPublickeyAuthenticator(org.opendaylight.netconf.shaded.sshd.server.auth.pubkey.PublickeyAuthenticator publickeyAuthenticator)
-
Constructor Details
-
SshProxyServerConfigurationBuilder
public SshProxyServerConfigurationBuilder()
-
-
Method Details
-
setBindingAddress
-
setLocalAddress
public SshProxyServerConfigurationBuilder setLocalAddress(io.netty.channel.local.LocalAddress localAddress) -
setAuthenticator
public SshProxyServerConfigurationBuilder setAuthenticator(org.opendaylight.netconf.auth.AuthProvider authenticator) -
setPublickeyAuthenticator
public SshProxyServerConfigurationBuilder setPublickeyAuthenticator(org.opendaylight.netconf.shaded.sshd.server.auth.pubkey.PublickeyAuthenticator publickeyAuthenticator) -
setKeyPairProvider
public SshProxyServerConfigurationBuilder setKeyPairProvider(org.opendaylight.netconf.shaded.sshd.common.keyprovider.KeyPairProvider keyPairProvider) -
setIdleTimeout
-
createSshProxyServerConfiguration
-
create
-