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

Packages that use UserAuth
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.auth   
 

Uses of UserAuth in org.apache.sshd
 

Fields in org.apache.sshd with type parameters of type UserAuth
protected  java.util.List<NamedFactory<UserAuth>> SshServer.userAuthFactories
           
 

Methods in org.apache.sshd that return types with arguments of type UserAuth
 java.util.List<NamedFactory<UserAuth>> SshServer.getUserAuthFactories()
           
 

Method parameters in org.apache.sshd with type arguments of type UserAuth
 void SshServer.setUserAuthFactories(java.util.List<NamedFactory<UserAuth>> userAuthFactories)
           
 

Uses of UserAuth in org.apache.sshd.server
 

Methods in org.apache.sshd.server that return types with arguments of type UserAuth
 java.util.List<NamedFactory<UserAuth>> ServerFactoryManager.getUserAuthFactories()
          Retrieve the list of named factories for UserAuth objects.
 

Uses of UserAuth in org.apache.sshd.server.auth
 

Classes in org.apache.sshd.server.auth that implement UserAuth
 class UserAuthNone
          TODO Add javadoc
 class UserAuthPassword
          TODO Add javadoc
 class UserAuthPublicKey
          TODO Add javadoc
 

Methods in org.apache.sshd.server.auth that return UserAuth
 UserAuth UserAuthPublicKey.Factory.create()
           
 UserAuth UserAuthPassword.Factory.create()
           
 UserAuth UserAuthNone.Factory.create()
           
 



Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.