| Package | Description |
|---|---|
| hudson.scm |
| Modifier and Type | Class and Description |
|---|---|
static class |
SubversionSCM.DescriptorImpl.PasswordCredential
Username/password based authentication.
|
static class |
SubversionSCM.DescriptorImpl.SshPublicKeyCredential
Public key authentication for Subversion over SSH.
|
static class |
SubversionSCM.DescriptorImpl.SslClientCertificateCredential
SSL client certificate based authentication.
|
| Modifier and Type | Method and Description |
|---|---|
abstract SubversionSCM.DescriptorImpl.Credential |
SubversionCredentialProvider.getCredential(org.tmatesoft.svn.core.SVNURL url,
String realm)
Called whenever Hudson needs to connect to an authenticated subversion repository,
to obtain a credential.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
UserProvidedCredential.AuthenticationManagerImpl.onSuccess(String realm,
SubversionSCM.DescriptorImpl.Credential cred)
Called upon a successful acceptance of the credential.
|
Copyright © 2004–2015. All rights reserved.