| Package | Description |
|---|---|
| org.apache.sshd.server | |
| org.apache.sshd.server.auth.hostbased | |
| org.apache.sshd.server.session |
| Modifier and Type | Method and Description |
|---|---|
HostBasedAuthenticator |
SshServer.getHostBasedAuthenticator() |
HostBasedAuthenticator |
ServerAuthenticationManager.getHostBasedAuthenticator()
Retrieve the
HostBasedAuthenticator to be used by the SSH server. |
| Modifier and Type | Method and Description |
|---|---|
void |
SshServer.setHostBasedAuthenticator(HostBasedAuthenticator hostBasedAuthenticator) |
void |
ServerAuthenticationManager.setHostBasedAuthenticator(HostBasedAuthenticator hostBasedAuthenticator) |
| Modifier and Type | Class and Description |
|---|---|
class |
AcceptAllHostBasedAuthenticator |
class |
RejectAllHostBasedAuthenticator |
class |
StaticHostBasedAuthenticator |
| Modifier and Type | Method and Description |
|---|---|
HostBasedAuthenticator |
AbstractServerSession.getHostBasedAuthenticator() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractServerSession.setHostBasedAuthenticator(HostBasedAuthenticator hostBasedAuthenticator) |
Copyright © 2008–2017 The Apache Software Foundation. All rights reserved.