JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
C
D
E
G
H
I
K
L
O
P
R
S
T
A
addHostKey(Path, boolean)
- Method in class org.eclipse.jgit.junit.ssh.
SshTestGitServer
Adds an additional host key to the server.
addHostKey(KeyPair, boolean)
- Method in class org.eclipse.jgit.junit.ssh.
SshTestGitServer
Adds an additional host key to the server.
C
cloneWith(String, File, CredentialsProvider, String...)
- Method in class org.eclipse.jgit.junit.ssh.
SshTestHarness
configureAuthentication()
- Method in class org.eclipse.jgit.junit.ssh.
SshTestGitServer
Configures the authentication mechanisms of this test server.
configureShell()
- Method in class org.eclipse.jgit.junit.ssh.
SshTestGitServer
Configures shell access for the test server.
configureSubsystems()
- Method in class org.eclipse.jgit.junit.ssh.
SshTestGitServer
Configures the test server's subsystems (sftp, scp).
copyTestResource(String, File)
- Method in class org.eclipse.jgit.junit.ssh.
SshTestHarness
Copies a test data file contained in the test bundle to the given file.
copyTestResource(Class<?>, String, File)
- Method in class org.eclipse.jgit.junit.ssh.
SshTestHarness
Copies a test data file contained in the test bundle to the given file, using
Class.getResourceAsStream(String)
to get the test resource.
createKnownHostsFile(File, String, int, File)
- Static method in class org.eclipse.jgit.junit.ssh.
SshTestHarness
Creates a new known_hosts file with one entry for the given host and port taken from the given public key file.
createSessionFactory()
- Method in class org.eclipse.jgit.junit.ssh.
SshTestHarness
D
defaultCloneDir
- Variable in class org.eclipse.jgit.junit.ssh.
SshTestBase
E
enableKeyboardInteractiveAuthentication()
- Method in class org.eclipse.jgit.junit.ssh.
SshTestGitServer
Enable keyboard-interactive authentication.
enablePasswordAuthentication()
- Method in class org.eclipse.jgit.junit.ssh.
SshTestGitServer
Enable password authentication.
G
get(URIish, CredentialItem...)
- Method in class org.eclipse.jgit.junit.ssh.
SshTestHarness.TestCredentialsProvider
getItems()
- Method in class org.eclipse.jgit.junit.ssh.
SshTestHarness.LogEntry
getLog()
- Method in class org.eclipse.jgit.junit.ssh.
SshTestHarness.TestCredentialsProvider
getSessionFactory()
- Method in class org.eclipse.jgit.junit.ssh.
SshTestHarness
getURIish()
- Method in class org.eclipse.jgit.junit.ssh.
SshTestHarness.LogEntry
H
hasHostKey(String, int, String, List<String>)
- Method in class org.eclipse.jgit.junit.ssh.
SshTestHarness
Checks whether there is a line for the given host and port that also matches the given key part in the list of lines.
hostKeys
- Variable in class org.eclipse.jgit.junit.ssh.
SshTestGitServer
I
installConfig(String...)
- Method in class org.eclipse.jgit.junit.ssh.
SshTestHarness
isInteractive()
- Method in class org.eclipse.jgit.junit.ssh.
SshTestHarness.TestCredentialsProvider
K
KEY_RESOURCES
- Static variable in class org.eclipse.jgit.junit.ssh.
SshTestBase
knownHosts
- Variable in class org.eclipse.jgit.junit.ssh.
SshTestHarness
L
LogEntry(URIish, List<CredentialItem>)
- Constructor for class org.eclipse.jgit.junit.ssh.
SshTestHarness.LogEntry
O
org.eclipse.jgit.junit.ssh
- package org.eclipse.jgit.junit.ssh
P
privateKey1
- Variable in class org.eclipse.jgit.junit.ssh.
SshTestHarness
privateKey2
- Variable in class org.eclipse.jgit.junit.ssh.
SshTestHarness
publicKey1
- Variable in class org.eclipse.jgit.junit.ssh.
SshTestHarness
pushTo(File)
- Method in class org.eclipse.jgit.junit.ssh.
SshTestHarness
pushTo(CredentialsProvider, File)
- Method in class org.eclipse.jgit.junit.ssh.
SshTestHarness
R
repository
- Variable in class org.eclipse.jgit.junit.ssh.
SshTestGitServer
S
server
- Variable in class org.eclipse.jgit.junit.ssh.
SshTestGitServer
server
- Variable in class org.eclipse.jgit.junit.ssh.
SshTestHarness
setPreamble(String...)
- Method in class org.eclipse.jgit.junit.ssh.
SshTestGitServer
Sets the lines the server sends before its server identification in the initial protocol version exchange.
setTestUserPublicKey(Path)
- Method in class org.eclipse.jgit.junit.ssh.
SshTestGitServer
Sets the test user's public key on the server.
setTestUserPublicKey(PublicKey)
- Method in class org.eclipse.jgit.junit.ssh.
SshTestGitServer
Sets the test user's public key on the server.
setUp()
- Method in class org.eclipse.jgit.junit.ssh.
SshTestBase
setUp()
- Method in class org.eclipse.jgit.junit.ssh.
SshTestHarness
shutdownServer()
- Method in class org.eclipse.jgit.junit.ssh.
SshTestHarness
sshDir
- Variable in class org.eclipse.jgit.junit.ssh.
SshTestHarness
SshTestBase
- Class in
org.eclipse.jgit.junit.ssh
The ssh tests.
SshTestBase()
- Constructor for class org.eclipse.jgit.junit.ssh.
SshTestBase
SshTestGitServer
- Class in
org.eclipse.jgit.junit.ssh
A simple ssh/sftp git
test
server based on Apache MINA sshd.
SshTestGitServer(String, Path, Repository, byte[])
- Constructor for class org.eclipse.jgit.junit.ssh.
SshTestGitServer
Creates a ssh git
test
server.
SshTestHarness
- Class in
org.eclipse.jgit.junit.ssh
Root class for ssh tests.
SshTestHarness()
- Constructor for class org.eclipse.jgit.junit.ssh.
SshTestHarness
SshTestHarness.LogEntry
- Class in
org.eclipse.jgit.junit.ssh
SshTestHarness.TestCredentialsProvider
- Class in
org.eclipse.jgit.junit.ssh
start()
- Method in class org.eclipse.jgit.junit.ssh.
SshTestGitServer
Starts the test server, listening on a random port.
stop()
- Method in class org.eclipse.jgit.junit.ssh.
SshTestGitServer
Stops the test server.
supports(CredentialItem...)
- Method in class org.eclipse.jgit.junit.ssh.
SshTestHarness.TestCredentialsProvider
T
TEST_USER
- Static variable in class org.eclipse.jgit.junit.ssh.
SshTestHarness
TestCredentialsProvider(String...)
- Constructor for class org.eclipse.jgit.junit.ssh.
SshTestHarness.TestCredentialsProvider
testEcDsaHostKey()
- Method in class org.eclipse.jgit.junit.ssh.
SshTestBase
testKey
- Variable in class org.eclipse.jgit.junit.ssh.
SshTestGitServer
testKeyboardInteractiveAuth()
- Method in class org.eclipse.jgit.junit.ssh.
SshTestBase
testKeyboardInteractiveAuthCorrectPasswordTooLate()
- Method in class org.eclipse.jgit.junit.ssh.
SshTestBase
testKeyboardInteractiveAuthNoPassword()
- Method in class org.eclipse.jgit.junit.ssh.
SshTestBase
testKeyboardInteractiveAuthSeveralTimes()
- Method in class org.eclipse.jgit.junit.ssh.
SshTestBase
testKeyboardInteractiveAuthWrongPassword()
- Method in class org.eclipse.jgit.junit.ssh.
SshTestBase
testPasswordAuth()
- Method in class org.eclipse.jgit.junit.ssh.
SshTestBase
testPasswordAuthCorrectPasswordTooLate()
- Method in class org.eclipse.jgit.junit.ssh.
SshTestBase
testPasswordAuthNoPassword()
- Method in class org.eclipse.jgit.junit.ssh.
SshTestBase
testPasswordAuthSeveralTimes()
- Method in class org.eclipse.jgit.junit.ssh.
SshTestBase
testPasswordAuthWrongPassword()
- Method in class org.eclipse.jgit.junit.ssh.
SshTestBase
testPort
- Variable in class org.eclipse.jgit.junit.ssh.
SshTestHarness
testRsaHostKeySecond()
- Method in class org.eclipse.jgit.junit.ssh.
SshTestBase
testSftpCloneWithConfigAndPush()
- Method in class org.eclipse.jgit.junit.ssh.
SshTestBase
testSftpWithConfig()
- Method in class org.eclipse.jgit.junit.ssh.
SshTestBase
testSshCloneWithConfigAndPush()
- Method in class org.eclipse.jgit.junit.ssh.
SshTestBase
testSshEncryptedUsedKeyCached()
- Method in class org.eclipse.jgit.junit.ssh.
SshTestBase
testSshEncryptedUsedKeySeveralPassword()
- Method in class org.eclipse.jgit.junit.ssh.
SshTestBase
testSshEncryptedUsedKeyWrongPassword()
- Method in class org.eclipse.jgit.junit.ssh.
SshTestBase
testSshKeys(String)
- Method in class org.eclipse.jgit.junit.ssh.
SshTestBase
testSshModifiedHostKeyAllow()
- Method in class org.eclipse.jgit.junit.ssh.
SshTestBase
testSshModifiedHostKeyAsk()
- Method in class org.eclipse.jgit.junit.ssh.
SshTestBase
testSshModifiedHostKeyDeny()
- Method in class org.eclipse.jgit.junit.ssh.
SshTestBase
testSshModifiedHostKeyWithProviderDeny()
- Method in class org.eclipse.jgit.junit.ssh.
SshTestBase
testSshWithAliasInConfig()
- Method in class org.eclipse.jgit.junit.ssh.
SshTestBase
testSshWithConfig()
- Method in class org.eclipse.jgit.junit.ssh.
SshTestBase
testSshWithConfigEncryptedUnusedKey()
- Method in class org.eclipse.jgit.junit.ssh.
SshTestBase
testSshWithConfigEncryptedUnusedKeyInConfigFirst()
- Method in class org.eclipse.jgit.junit.ssh.
SshTestBase
testSshWithConfigEncryptedUnusedKeyInConfigLast()
- Method in class org.eclipse.jgit.junit.ssh.
SshTestBase
testSshWithConfigWrongKey()
- Method in class org.eclipse.jgit.junit.ssh.
SshTestBase
testSshWithDefaultIdentity()
- Method in class org.eclipse.jgit.junit.ssh.
SshTestBase
testSshWithGlobalIdentity()
- Method in class org.eclipse.jgit.junit.ssh.
SshTestBase
testSshWithMinimalHostKeyAlgorithmsInConfig()
- Method in class org.eclipse.jgit.junit.ssh.
SshTestBase
testSshWithNoMatchingAuthInConfig()
- Method in class org.eclipse.jgit.junit.ssh.
SshTestBase
testSshWithoutConfig()
- Method in class org.eclipse.jgit.junit.ssh.
SshTestBase
testSshWithoutKnownHosts()
- Method in class org.eclipse.jgit.junit.ssh.
SshTestBase
testSshWithoutKnownHostsDeny()
- Method in class org.eclipse.jgit.junit.ssh.
SshTestBase
testSshWithoutKnownHostsWithProviderAcceptNew()
- Method in class org.eclipse.jgit.junit.ssh.
SshTestBase
testSshWithoutKnownHostsWithProviderAsk()
- Method in class org.eclipse.jgit.junit.ssh.
SshTestBase
testSshWithUnknownAuthInConfig()
- Method in class org.eclipse.jgit.junit.ssh.
SshTestBase
testSshWithUnknownCiphersInConfig()
- Method in class org.eclipse.jgit.junit.ssh.
SshTestBase
testSshWithUnknownHostKeyAlgorithmsInConfig()
- Method in class org.eclipse.jgit.junit.ssh.
SshTestBase
testSshWithUnknownKexAlgorithmsInConfig()
- Method in class org.eclipse.jgit.junit.ssh.
SshTestBase
testSshWithWrongPortInConfig()
- Method in class org.eclipse.jgit.junit.ssh.
SshTestBase
testSshWithWrongUserNameInConfig()
- Method in class org.eclipse.jgit.junit.ssh.
SshTestBase
testUser
- Variable in class org.eclipse.jgit.junit.ssh.
SshTestGitServer
A
C
D
E
G
H
I
K
L
O
P
R
S
T
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2020
Eclipse JGit Project
. All rights reserved.