Uses of Class
net.schmizz.sshj.userauth.password.Resource

Packages that use Resource
net.schmizz.sshj.userauth.keyprovider   
net.schmizz.sshj.userauth.method   
net.schmizz.sshj.userauth.password   
 

Uses of Resource in net.schmizz.sshj.userauth.keyprovider
 

Fields in net.schmizz.sshj.userauth.keyprovider declared as Resource
protected  Resource<?> PKCS8KeyFile.resource
           
 

Uses of Resource in net.schmizz.sshj.userauth.method
 

Methods in net.schmizz.sshj.userauth.method with parameters of type Resource
 void PasswordResponseProvider.init(Resource resource, String name, String instruction)
           
 void ChallengeResponseProvider.init(Resource resource, String name, String instruction)
           
 

Uses of Resource in net.schmizz.sshj.userauth.password
 

Subclasses of Resource in net.schmizz.sshj.userauth.password
 class AccountResource
           
 class PrivateKeyFileResource
           
 class PrivateKeyStringResource
           
 

Methods in net.schmizz.sshj.userauth.password with parameters of type Resource
 char[] PasswordFinder.reqPassword(Resource<?> resource)
          Request password for specified resource.
 boolean PasswordFinder.shouldRetry(Resource<?> resource)
          If password turns out to be incorrect, indicates whether another call to PasswordFinder.reqPassword(Resource) should be made.
 



Copyright © 2009-2012. All Rights Reserved.