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
Fields in org.apache.sshd.server declared as GSSAuthenticator Modifier and Type Field Description private GSSAuthenticatorSshServer. gssAuthenticatorMethods 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
Fields in org.apache.sshd.server.session declared as GSSAuthenticator Modifier and Type Field Description private GSSAuthenticatorAbstractServerSession. gssAuthenticatorMethods 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)
-