| Package | Description |
|---|---|
| org.apache.sshd.server | |
| org.apache.sshd.server.session |
| Modifier and Type | Field and Description |
|---|---|
private GSSAuthenticator |
SshServer.gssAuthenticator |
| Modifier and Type | Method and Description |
|---|---|
GSSAuthenticator |
SshServer.getGSSAuthenticator() |
GSSAuthenticator |
ServerAuthenticationManager.getGSSAuthenticator()
Retrieve the
GSSAuthenticator to be used by the SSH server. |
| Modifier and Type | Method and Description |
|---|---|
void |
SshServer.setGSSAuthenticator(GSSAuthenticator gssAuthenticator) |
void |
ServerAuthenticationManager.setGSSAuthenticator(GSSAuthenticator gssAuthenticator) |
| Modifier and Type | Field and Description |
|---|---|
private GSSAuthenticator |
AbstractServerSession.gssAuthenticator |
| Modifier and Type | Method and Description |
|---|---|
GSSAuthenticator |
AbstractServerSession.getGSSAuthenticator() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractServerSession.setGSSAuthenticator(GSSAuthenticator gssAuthenticator) |