Uses of Class
net.schmizz.sshj.userauth.password.Resource
Packages that use Resource
Package
Description
-
Uses of Resource in net.schmizz.sshj.userauth.keyprovider
Fields in net.schmizz.sshj.userauth.keyprovider declared as ResourceModifier and TypeFieldDescriptionprotected Resource<?> BaseFileKeyProvider.resourceprivate final Resource<?> EncryptedPEMKeyReader.resourceConstructors in net.schmizz.sshj.userauth.keyprovider with parameters of type ResourceModifierConstructorDescription(package private)EncryptedPEMKeyReader(PasswordFinder passwordFinder, Resource<?> resource) -
Uses of Resource in net.schmizz.sshj.userauth.method
Fields in net.schmizz.sshj.userauth.method declared as ResourceMethods in net.schmizz.sshj.userauth.method with parameters of type Resource -
Uses of Resource in net.schmizz.sshj.userauth.password
Subclasses of Resource in net.schmizz.sshj.userauth.passwordModifier and TypeClassDescriptionclassclassclassclassMethods in net.schmizz.sshj.userauth.password with parameters of type ResourceModifier and TypeMethodDescriptionchar[]PasswordUpdateProvider.provideNewPassword(Resource<?> resource, String prompt) Called with the prompt received from the SSH server.char[]ConsolePasswordFinder.reqPassword(Resource<?> resource) char[]PasswordFinder.reqPassword(Resource<?> resource) Request password for specified resource.booleanConsolePasswordFinder.shouldRetry(Resource<?> resource) booleanPasswordFinder.shouldRetry(Resource<?> resource) If password turns out to be incorrect, indicates whether another call toPasswordFinder.reqPassword(Resource)should be made.booleanPasswordUpdateProvider.shouldRetry(Resource<?> resource) If password turns out to be incorrect, indicates whether another call toPasswordUpdateProvider.provideNewPassword(Resource, String)should be made.