Uses of Class
org.apache.sshd.server.auth.gss.GSSAuthenticator

Packages that use GSSAuthenticator
org.apache.sshd Defines the two main classes for the client and server side of SSH protocol support. 
org.apache.sshd.server   
 

Uses of GSSAuthenticator in org.apache.sshd
 

Fields in org.apache.sshd declared as GSSAuthenticator
protected  GSSAuthenticator SshServer.gssAuthenticator
           
 

Methods in org.apache.sshd that return GSSAuthenticator
 GSSAuthenticator SshServer.getGSSAuthenticator()
           
 

Methods in org.apache.sshd with parameters of type GSSAuthenticator
 void SshServer.setGSSAuthenticator(GSSAuthenticator gssAuthenticator)
           
 

Uses of GSSAuthenticator in org.apache.sshd.server
 

Methods in org.apache.sshd.server that return GSSAuthenticator
 GSSAuthenticator ServerFactoryManager.getGSSAuthenticator()
          Retrieve the GSSAuthenticator to be used by the SSH server.
 



Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.