| Package | Description |
|---|---|
| hudson.scm | |
| hudson.scm.credential |
| Modifier and Type | Class and Description |
|---|---|
static class |
SubversionSCM.DescriptorImpl.PasswordCredential
Deprecated.
left for backward compatibility.
|
static class |
SubversionSCM.DescriptorImpl.SshPublicKeyCredential
Deprecated.
left for backward compatibility.
|
static class |
SubversionSCM.DescriptorImpl.SslClientCertificateCredential
Deprecated.
left for backward compatibility.
|
| Modifier and Type | Method and Description |
|---|---|
SubversionSCM.DescriptorImpl.Credential |
UserProvidedCredential.AuthenticationManagerImpl.getCredential() |
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,
Boolean overrideGlobal)
Called upon a successful acceptance of the credential.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PasswordCredential
Username/password based authentication.
|
class |
SshPublicKeyCredential
Public key authentication for Subversion over SSH.
|
class |
SslClientCertificateCredential
SSL client certificate based authentication.
|
Copyright © 2004-2015 Hudson. All Rights Reserved.