Uses of Interface
org.apache.sshd.server.PasswordAuthenticator

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

Uses of PasswordAuthenticator in org.apache.sshd
 

Fields in org.apache.sshd declared as PasswordAuthenticator
protected  PasswordAuthenticator SshServer.passwordAuthenticator
           
 

Methods in org.apache.sshd that return PasswordAuthenticator
 PasswordAuthenticator SshServer.getPasswordAuthenticator()
           
 

Methods in org.apache.sshd with parameters of type PasswordAuthenticator
 void SshServer.setPasswordAuthenticator(PasswordAuthenticator passwordAuthenticator)
           
 

Uses of PasswordAuthenticator in org.apache.sshd.server
 

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

Uses of PasswordAuthenticator in org.apache.sshd.server.jaas
 

Classes in org.apache.sshd.server.jaas that implement PasswordAuthenticator
 class JaasPasswordAuthenticator
          TODO Add javadoc
 

Uses of PasswordAuthenticator in org.apache.sshd.server.pam
 

Classes in org.apache.sshd.server.pam that implement PasswordAuthenticator
 class PAMPasswordAuthenticator
          A password authenticator using PAM (Pluggable Authentication Module).
 



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