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 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 TypeClassDescriptionclass
class
class
class
Methods 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.boolean
ConsolePasswordFinder.shouldRetry
(Resource<?> resource) boolean
PasswordFinder.shouldRetry
(Resource<?> resource) If password turns out to be incorrect, indicates whether another call toPasswordFinder.reqPassword(Resource)
should be made.boolean
PasswordUpdateProvider.shouldRetry
(Resource<?> resource) If password turns out to be incorrect, indicates whether another call toPasswordUpdateProvider.provideNewPassword(Resource, String)
should be made.