| Package | Description |
|---|---|
| org.apache.sshd.server | |
| org.apache.sshd.server.session |
| 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 | Method and Description |
|---|---|
GSSAuthenticator |
AbstractServerSession.getGSSAuthenticator() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractServerSession.setGSSAuthenticator(GSSAuthenticator gssAuthenticator) |
Copyright © 2008–2021 The Apache Software Foundation. All rights reserved.