A C D E G H I K L O P R S T
All Classes All Packages
All Classes All Packages
All Classes All Packages
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(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. - 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.
- 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.SshBasicTestBase
E
- ECHO_COMMAND - Static variable in class org.eclipse.jgit.junit.ssh.SshTestGitServer
-
Simple echo test command.
- 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
- getPropertyResolver() - Method in class org.eclipse.jgit.junit.ssh.SshTestGitServer
-
Retrieves the server's
PropertyResolver
, giving access to server properties. - 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 - module org.eclipse.jgit.junit.ssh
- 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
- publicKey2 - 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.SshBasicTestBase
- setUp() - Method in class org.eclipse.jgit.junit.ssh.SshTestHarness
- shutdownServer() - Method in class org.eclipse.jgit.junit.ssh.SshTestHarness
- SshBasicTestBase - Class in org.eclipse.jgit.junit.ssh
-
Some minimal cloning and fetching tests.
- SshBasicTestBase() - Constructor for class org.eclipse.jgit.junit.ssh.SshBasicTestBase
- 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.
- SshTestGitServer(String, Path, Repository, KeyPair) - Constructor for class org.eclipse.jgit.junit.ssh.SshTestGitServer
-
Creates a ssh git test server.
- SshTestGitServer(String, PublicKey, Repository, KeyPair) - 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
- testSingleCommand() - Method in class org.eclipse.jgit.junit.ssh.SshTestBase
- testSingleCommandWithTimeoutExpired() - Method in class org.eclipse.jgit.junit.ssh.SshTestBase
- testSshCloneWithConfig() - Method in class org.eclipse.jgit.junit.ssh.SshBasicTestBase
- 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
- testSshFetchWithConfig() - Method in class org.eclipse.jgit.junit.ssh.SshBasicTestBase
- 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
- 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
All Classes All Packages