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 GSSAuthenticator
SshServer. gssAuthenticator
Methods in org.apache.sshd.server that return GSSAuthenticator Modifier and Type Method Description GSSAuthenticator
ServerAuthenticationManager. getGSSAuthenticator()
Retrieve theGSSAuthenticator
to be used by the SSH server.GSSAuthenticator
SshServer. getGSSAuthenticator()
Methods in org.apache.sshd.server with parameters of type GSSAuthenticator Modifier and Type Method Description void
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 GSSAuthenticator Modifier and Type Field Description private GSSAuthenticator
AbstractServerSession. gssAuthenticator
Methods in org.apache.sshd.server.session that return GSSAuthenticator Modifier and Type Method Description GSSAuthenticator
AbstractServerSession. getGSSAuthenticator()
Methods in org.apache.sshd.server.session with parameters of type GSSAuthenticator Modifier and Type Method Description void
AbstractServerSession. setGSSAuthenticator(GSSAuthenticator gssAuthenticator)
-