Package | Description |
---|---|
org.eclipse.jgit.internal.transport.sshd |
Modifier and Type | Method and Description |
---|---|
RepeatingFilePasswordProvider.ResourceDecodeResult |
RepeatingFilePasswordProvider.handleDecodeAttemptResult(String resourceKey,
String password,
Exception err)
Invoked to inform the password provider about the decoding result.
|
RepeatingFilePasswordProvider.ResourceDecodeResult |
PasswordProviderWrapper.handleDecodeAttemptResult(String resourceKey,
String password,
Exception err) |
static RepeatingFilePasswordProvider.ResourceDecodeResult |
RepeatingFilePasswordProvider.ResourceDecodeResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RepeatingFilePasswordProvider.ResourceDecodeResult[] |
RepeatingFilePasswordProvider.ResourceDecodeResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018 Eclipse JGit Project. All rights reserved.