public class GitSSHService extends Object
Constructor and Description |
---|
GitSSHService() |
Modifier and Type | Method and Description |
---|---|
FileSystemAuthorizer |
getAuthorizationManager() |
List<org.apache.sshd.common.cipher.BuiltinCiphers> |
getManagedCiphers() |
List<org.apache.sshd.common.mac.BuiltinMacs> |
getManagedMACs() |
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 |
setup(File certDir,
InetSocketAddress inetSocketAddress,
String sshIdleTimeout,
String algorithm,
org.eclipse.jgit.transport.resolver.ReceivePackFactory receivePackFactory,
JGitFileSystemProvider.RepositoryResolverImpl<BaseGitCommand> repositoryResolver,
ExecutorService executorService,
String gitSshCiphers,
String gitSshMacs) |
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 setup(File certDir, InetSocketAddress inetSocketAddress, String sshIdleTimeout, String algorithm, org.eclipse.jgit.transport.resolver.ReceivePackFactory receivePackFactory, JGitFileSystemProvider.RepositoryResolverImpl<BaseGitCommand> repositoryResolver, ExecutorService executorService, String gitSshCiphers, String gitSshMacs)
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)
public List<org.apache.sshd.common.cipher.BuiltinCiphers> getManagedCiphers()
public List<org.apache.sshd.common.mac.BuiltinMacs> getManagedMACs()
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.