|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PublickeyAuthenticator | |
---|---|
org.apache.sshd | Defines the two main classes for the client and server side of SSH protocol support. |
org.apache.sshd.server |
Uses of PublickeyAuthenticator in org.apache.sshd |
---|
Fields in org.apache.sshd declared as PublickeyAuthenticator | |
---|---|
protected PublickeyAuthenticator |
SshServer.publickeyAuthenticator
|
Methods in org.apache.sshd that return PublickeyAuthenticator | |
---|---|
PublickeyAuthenticator |
SshServer.getPublickeyAuthenticator()
|
Methods in org.apache.sshd with parameters of type PublickeyAuthenticator | |
---|---|
void |
SshServer.setPublickeyAuthenticator(PublickeyAuthenticator publickeyAuthenticator)
|
Uses of PublickeyAuthenticator in org.apache.sshd.server |
---|
Methods in org.apache.sshd.server that return PublickeyAuthenticator | |
---|---|
PublickeyAuthenticator |
ServerFactoryManager.getPublickeyAuthenticator()
Retrieve the PublickeyAuthenticator to be used by SSH server. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |