hudson.scm.credential
Class SslClientCertificateCredential

java.lang.Object
  extended by hudson.scm.SubversionSCM.DescriptorImpl.Credential
      extended by hudson.scm.credential.SslClientCertificateCredential
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SubversionSCM.DescriptorImpl.SslClientCertificateCredential

public class SslClientCertificateCredential
extends SubversionSCM.DescriptorImpl.Credential

SSL client certificate based authentication.

Date: 5/11/11

Author:
Nikita Levyankov
See Also:
Serialized Form

Constructor Summary
SslClientCertificateCredential(File certificate, String password)
           
 
Method Summary
 org.tmatesoft.svn.core.auth.SVNAuthentication createSVNAuthentication(String kind)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SslClientCertificateCredential

public SslClientCertificateCredential(File certificate,
                                      String password)
                               throws IOException
Throws:
IOException
Method Detail

createSVNAuthentication

public org.tmatesoft.svn.core.auth.SVNAuthentication createSVNAuthentication(String kind)
Specified by:
createSVNAuthentication in class SubversionSCM.DescriptorImpl.Credential
Parameters:
kind - One of the constants defined in ISVNAuthenticationManager, indicating what subtype of SVNAuthentication is expected.


Copyright © 2004-2011 Hudson. All Rights Reserved.