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   
org.apache.sshd.server.auth.gss   
 

Uses of UserAuth in org.apache.sshd
 

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

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

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

Uses of UserAuth in org.apache.sshd.server
 

Subinterfaces of UserAuth in org.apache.sshd.server
 interface HandshakingUserAuth
          Extension of UserAuth for use with methods which require handshakes, such as gssapi-with-mic.
 

Methods in org.apache.sshd.server that return types with arguments of type UserAuth
 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 UserAuthPassword.Factory.create()
           
 UserAuth UserAuthNone.Factory.create()
           
 UserAuth UserAuthPublicKey.Factory.create()
           
 

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

Classes in org.apache.sshd.server.auth.gss that implement UserAuth
 class UserAuthGSS
          Prototype user authentication handling gssapi-with-mic.
 

Methods in org.apache.sshd.server.auth.gss that return UserAuth
 UserAuth UserAuthGSS.Factory.create()
          Create a new authenticator instance.
 



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