hudson.scm
Class BlameSubversionSCM.DescriptorImpl.SslClientCertificateCredential
java.lang.Object
hudson.scm.BlameSubversionSCM.DescriptorImpl.Credential
hudson.scm.BlameSubversionSCM.DescriptorImpl.SslClientCertificateCredential
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- BlameSubversionSCM.DescriptorImpl
public static final class BlameSubversionSCM.DescriptorImpl.SslClientCertificateCredential
- extends BlameSubversionSCM.DescriptorImpl.Credential
SSL client certificate based authentication.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BlameSubversionSCM.DescriptorImpl.SslClientCertificateCredential
public BlameSubversionSCM.DescriptorImpl.SslClientCertificateCredential(File certificate,
String password)
throws IOException
- Throws:
IOException
createSVNAuthentication
public org.tmatesoft.svn.core.auth.SVNAuthentication createSVNAuthentication(String kind)
- Specified by:
createSVNAuthentication in class BlameSubversionSCM.DescriptorImpl.Credential
- Parameters:
kind - One of the constants defined in
ISVNAuthenticationManager, indicating what
subype of SVNAuthentication is expected.
Copyright © 2004-2012 Hudson. All Rights Reserved.