Uses of Class
org.eclipse.jgit.transport.sshd.IdentityPasswordProvider.State
-
Packages that use IdentityPasswordProvider.State Package Description org.eclipse.jgit.transport.sshd -
-
Uses of IdentityPasswordProvider.State in org.eclipse.jgit.transport.sshd
Fields in org.eclipse.jgit.transport.sshd with type parameters of type IdentityPasswordProvider.State Modifier and Type Field Description private java.util.Map<URIish,IdentityPasswordProvider.State>
IdentityPasswordProvider. current
Counts per resource key.Methods in org.eclipse.jgit.transport.sshd with parameters of type IdentityPasswordProvider.State Modifier and Type Method Description protected char[]
IdentityPasswordProvider. getPassword(URIish uri, int attempt, IdentityPasswordProvider.State state)
Retrieves a password to decrypt a private key.protected boolean
IdentityPasswordProvider. keyLoaded(URIish uri, IdentityPasswordProvider.State state, char[] password, java.lang.Exception err)
Invoked to inform the password provider about the decoding result.
-