public class GitSSHService extends Object
Constructor and Description |
---|
GitSSHService() |
Modifier and Type | Method and Description |
---|---|
List<org.apache.sshd.common.cipher.BuiltinCiphers> |
getManagedCiphers() |
List<org.apache.sshd.common.mac.BuiltinMacs> |
getManagedMACs() |
Map<String,Object> |
getProperties() |
SSHAuthenticator |
getSshAuthenticator() |
org.jboss.errai.security.shared.service.AuthenticationService |
getUserPassAuthenticator() |
boolean |
isRunning() |
void |
setSshAuthenticator(SSHAuthenticator sshAuthenticator) |
void |
setup(File certDir,
InetSocketAddress inetSocketAddress,
String sshIdleTimeout,
String algorithm,
org.eclipse.jgit.transport.resolver.ReceivePackFactory receivePackFactory,
org.eclipse.jgit.transport.resolver.UploadPackFactory uploadPackFactory,
JGitFileSystemProvider.RepositoryResolverImpl<BaseGitCommand> repositoryResolver,
ExecutorService executorService) |
void |
setup(File certDir,
InetSocketAddress inetSocketAddress,
String sshIdleTimeout,
String algorithm,
org.eclipse.jgit.transport.resolver.ReceivePackFactory receivePackFactory,
org.eclipse.jgit.transport.resolver.UploadPackFactory uploadPackFactory,
JGitFileSystemProvider.RepositoryResolverImpl<BaseGitCommand> repositoryResolver,
ExecutorService executorService,
String gitSshCiphers,
String gitSshMacs) |
void |
setUserPassAuthenticator(org.jboss.errai.security.shared.service.AuthenticationService authenticationService) |
void |
start() |
void |
stop() |
public void setup(File certDir, InetSocketAddress inetSocketAddress, String sshIdleTimeout, String algorithm, org.eclipse.jgit.transport.resolver.ReceivePackFactory receivePackFactory, org.eclipse.jgit.transport.resolver.UploadPackFactory uploadPackFactory, JGitFileSystemProvider.RepositoryResolverImpl<BaseGitCommand> repositoryResolver, ExecutorService executorService)
public void setup(File certDir, InetSocketAddress inetSocketAddress, String sshIdleTimeout, String algorithm, org.eclipse.jgit.transport.resolver.ReceivePackFactory receivePackFactory, org.eclipse.jgit.transport.resolver.UploadPackFactory uploadPackFactory, JGitFileSystemProvider.RepositoryResolverImpl<BaseGitCommand> repositoryResolver, ExecutorService executorService, String gitSshCiphers, String gitSshMacs)
public void stop()
public void start()
public boolean isRunning()
public org.jboss.errai.security.shared.service.AuthenticationService getUserPassAuthenticator()
public void setUserPassAuthenticator(org.jboss.errai.security.shared.service.AuthenticationService authenticationService)
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–2020 JBoss by Red Hat. All rights reserved.