Package | Description |
---|---|
org.apache.sshd |
Defines the two main classes for the client and server side of SSH protocol support.
|
org.apache.sshd.server |
Modifier and Type | Field and Description |
---|---|
protected GSSAuthenticator |
SshServer.gssAuthenticator |
Modifier and Type | Method and Description |
---|---|
GSSAuthenticator |
SshServer.getGSSAuthenticator() |
Modifier and Type | Method and Description |
---|---|
void |
SshServer.setGSSAuthenticator(GSSAuthenticator gssAuthenticator) |
Modifier and Type | Method and Description |
---|---|
GSSAuthenticator |
ServerFactoryManager.getGSSAuthenticator()
Retrieve the
GSSAuthenticator to be used by the SSH server. |
Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.