public class GitSSHService extends Object
| Constructor and Description |
|---|
GitSSHService() |
| Modifier and Type | Method and Description |
|---|---|
FileSystemAuthorizer |
getAuthorizationManager() |
Map<String,Object> |
getProperties() |
FileSystemAuthenticator |
getUserPassAuthenticator() |
boolean |
isRunning() |
void |
setAuthorizationManager(FileSystemAuthorizer fileSystemAuthorizer) |
void |
setup(File certDir,
InetSocketAddress inetSocketAddress,
String sshIdleTimeout,
String algorithm,
org.eclipse.jgit.transport.resolver.ReceivePackFactory receivePackFactory,
JGitFileSystemProvider.RepositoryResolverImpl<BaseGitCommand> repositoryResolver,
ExecutorService executorService) |
void |
setUserPassAuthenticator(FileSystemAuthenticator fileSystemAuthenticator) |
void |
start() |
void |
stop() |
public void setup(File certDir, InetSocketAddress inetSocketAddress, String sshIdleTimeout, String algorithm, org.eclipse.jgit.transport.resolver.ReceivePackFactory receivePackFactory, JGitFileSystemProvider.RepositoryResolverImpl<BaseGitCommand> repositoryResolver, ExecutorService executorService)
public void stop()
public void start()
public boolean isRunning()
public FileSystemAuthenticator getUserPassAuthenticator()
public void setUserPassAuthenticator(FileSystemAuthenticator fileSystemAuthenticator)
public FileSystemAuthorizer getAuthorizationManager()
public void setAuthorizationManager(FileSystemAuthorizer fileSystemAuthorizer)
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.