public class GitSSHService extends Object
Constructor and Description |
---|
GitSSHService() |
Modifier and Type | Method and Description |
---|---|
FileSystemAuthorizer |
getAuthorizationManager() |
Map<String,Object> |
getProperties() |
SSHAuthenticator |
getSshAuthenticator() |
FileSystemAuthenticator |
getUserPassAuthenticator() |
boolean |
isRunning() |
void |
setAuthorizationManager(FileSystemAuthorizer fileSystemAuthorizer) |
void |
setSshAuthenticator(SSHAuthenticator sshAuthenticator) |
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)
public SSHAuthenticator getSshAuthenticator()
public void setSshAuthenticator(SSHAuthenticator sshAuthenticator)
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.