hudson.scm
Class SubversionSCM.DescriptorImpl.PasswordCredential
java.lang.Object
hudson.scm.SubversionSCM.DescriptorImpl.Credential
hudson.scm.SubversionSCM.DescriptorImpl.PasswordCredential
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- SubversionSCM.DescriptorImpl
public static final class SubversionSCM.DescriptorImpl.PasswordCredential
- extends SubversionSCM.DescriptorImpl.Credential
Username/password based authentication.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SubversionSCM.DescriptorImpl.PasswordCredential
public SubversionSCM.DescriptorImpl.PasswordCredential(String userName,
String password)
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-2013. All Rights Reserved.