Package | Description |
---|---|
org.apache.sshd |
Defines the two main classes for the client and server side of SSH protocol support.
|
org.apache.sshd.server | |
org.apache.sshd.server.auth |
Modifier and Type | Field and Description |
---|---|
protected PublickeyAuthenticator |
SshServer.publickeyAuthenticator |
Modifier and Type | Method and Description |
---|---|
PublickeyAuthenticator |
SshServer.getPublickeyAuthenticator() |
Modifier and Type | Method and Description |
---|---|
void |
SshServer.setPublickeyAuthenticator(PublickeyAuthenticator publickeyAuthenticator) |
Modifier and Type | Method and Description |
---|---|
PublickeyAuthenticator |
ServerFactoryManager.getPublickeyAuthenticator()
Retrieve the
PublickeyAuthenticator to be used by SSH server. |
Modifier and Type | Class and Description |
---|---|
class |
CachingPublicKeyAuthenticator
TODO Add javadoc
|
Modifier and Type | Field and Description |
---|---|
protected PublickeyAuthenticator |
CachingPublicKeyAuthenticator.authenticator |
Constructor and Description |
---|
CachingPublicKeyAuthenticator(PublickeyAuthenticator authenticator) |
Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.