| Package | Description |
|---|---|
| org.apache.sshd.server | |
| org.apache.sshd.server.auth.gss |
| Modifier and Type | Field and Description |
|---|---|
protected GSSAuthenticator |
SshServer.gssAuthenticator |
| Modifier and Type | Method and Description |
|---|---|
GSSAuthenticator |
SshServer.getGSSAuthenticator() |
GSSAuthenticator |
ServerFactoryManager.getGSSAuthenticator()
Retrieve the
GSSAuthenticator to be used by the SSH server. |
| Modifier and Type | Method and Description |
|---|---|
void |
SshServer.setGSSAuthenticator(GSSAuthenticator gssAuthenticator) |
| Modifier and Type | Method and Description |
|---|---|
protected GSSAuthenticator |
UserAuthGSS.getAuthenticator(ServerSession session)
Utility to get the configured GSS authenticator for the server, throwing an exception if none is available.
|
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.