Uses of Class
org.apache.sshd.server.auth.gss.GSSAuthenticator
Packages that use GSSAuthenticator
-
Uses of GSSAuthenticator in org.apache.sshd.server
Fields in org.apache.sshd.server declared as GSSAuthenticatorMethods in org.apache.sshd.server that return GSSAuthenticatorModifier and TypeMethodDescriptionServerAuthenticationManager.getGSSAuthenticator()
Retrieve theGSSAuthenticator
to be used by the SSH server.SshServer.getGSSAuthenticator()
Methods in org.apache.sshd.server with parameters of type GSSAuthenticatorModifier and TypeMethodDescriptionvoid
ServerAuthenticationManager.setGSSAuthenticator
(GSSAuthenticator gssAuthenticator) void
SshServer.setGSSAuthenticator
(GSSAuthenticator gssAuthenticator) -
Uses of GSSAuthenticator in org.apache.sshd.server.session
Fields in org.apache.sshd.server.session declared as GSSAuthenticatorMethods in org.apache.sshd.server.session that return GSSAuthenticatorMethods in org.apache.sshd.server.session with parameters of type GSSAuthenticatorModifier and TypeMethodDescriptionvoid
AbstractServerSession.setGSSAuthenticator
(GSSAuthenticator gssAuthenticator)