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 theGSSAuthenticatorto be used by the SSH server.SshServer.getGSSAuthenticator()Methods in org.apache.sshd.server with parameters of type GSSAuthenticatorModifier and TypeMethodDescriptionvoidServerAuthenticationManager.setGSSAuthenticator(GSSAuthenticator gssAuthenticator) voidSshServer.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 TypeMethodDescriptionvoidAbstractServerSession.setGSSAuthenticator(GSSAuthenticator gssAuthenticator)