Uses of Class
org.apache.sshd.server.auth.gss.GSSAuthenticator
-
Packages that use GSSAuthenticator Package Description org.apache.sshd.server org.apache.sshd.server.session -
-
Uses of GSSAuthenticator in org.apache.sshd.server
Methods in org.apache.sshd.server that return GSSAuthenticator Modifier and Type Method Description GSSAuthenticatorServerAuthenticationManager. getGSSAuthenticator()Retrieve theGSSAuthenticatorto be used by the SSH server.GSSAuthenticatorSshServer. getGSSAuthenticator()Methods in org.apache.sshd.server with parameters of type GSSAuthenticator Modifier and Type Method Description voidServerAuthenticationManager. setGSSAuthenticator(GSSAuthenticator gssAuthenticator)voidSshServer. setGSSAuthenticator(GSSAuthenticator gssAuthenticator) -
Uses of GSSAuthenticator in org.apache.sshd.server.session
Methods in org.apache.sshd.server.session that return GSSAuthenticator Modifier and Type Method Description GSSAuthenticatorAbstractServerSession. getGSSAuthenticator()Methods in org.apache.sshd.server.session with parameters of type GSSAuthenticator Modifier and Type Method Description voidAbstractServerSession. setGSSAuthenticator(GSSAuthenticator gssAuthenticator)
-