Package org.opendaylight.netconf.ssh
Class SshProxyServerConfiguration
java.lang.Object
org.opendaylight.netconf.ssh.SshProxyServerConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionorg.opendaylight.netconf.auth.AuthProviderintorg.opendaylight.netconf.shaded.sshd.common.keyprovider.KeyPairProviderio.netty.channel.local.LocalAddressOptional<org.opendaylight.netconf.shaded.sshd.server.auth.pubkey.PublickeyAuthenticator>
-
Method Details
-
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()
-