Class SshProxyServerConfiguration

java.lang.Object
org.opendaylight.netconf.ssh.SshProxyServerConfiguration

public final class SshProxyServerConfiguration extends Object
  • Method Details

    • getBindingAddress

      public InetSocketAddress getBindingAddress()
    • getLocalAddress

      public io.netty.channel.local.LocalAddress getLocalAddress()
    • getAuthenticator

      public org.opendaylight.netconf.auth.AuthProvider getAuthenticator()
    • getKeyPairProvider

      public org.opendaylight.netconf.shaded.sshd.common.keyprovider.KeyPairProvider getKeyPairProvider()
    • getIdleTimeout

      public int getIdleTimeout()
    • getPublickeyAuthenticator

      public Optional<org.opendaylight.netconf.shaded.sshd.server.auth.pubkey.PublickeyAuthenticator> getPublickeyAuthenticator()