Uses of Class
com.maverick.sshd.platform.AuthenticationProvider

Packages that use AuthenticationProvider
com.maverick.sshd This package contains the base implementation of the SSH server. 
 

Uses of AuthenticationProvider in com.maverick.sshd
 

Methods in com.maverick.sshd that return AuthenticationProvider
 AuthenticationProvider SshContext.getAuthenticationProvider()
          Get the NativeAuthenticationProvider for this SSHD instance.
 AuthenticationProvider KeyboardInteractiveAuthentication.getProvider()
           
 

Methods in com.maverick.sshd with parameters of type AuthenticationProvider
 boolean PublicKeyStore.isAuthorizedKey(SshPublicKey key, byte[] sessionid, java.net.SocketAddress ipAddress, AuthenticationProvider authenticationProvider)
          Check the supplied public key against the users authorized keys.
 boolean AuthorizedKeysStoreImpl.isAuthorizedKey(SshPublicKey key, byte[] sessionid, java.net.SocketAddress remoteAddress, AuthenticationProvider authenticationProvider)
          Checks the given public key by comparing it against the public keys stored in the users authorized_keys file.
 void SshContext.setAuthenticationProvider(AuthenticationProvider nativeAuthenticationProvider)
           Set the AuthenticationProvider for this SSHD instance.
 



Copyright © 2003-2008 SSHTools LTD. All Rights Reserved.