public class SVNSSLAuthentication extends SVNAuthentication
SSL credential kind.| Constructor and Description |
|---|
SVNSSLAuthentication(File certFile,
String password,
boolean storageAllowed)
Creates an SSL credentials object.
|
SVNSSLAuthentication(File certFile,
String password,
boolean storageAllowed,
SVNURL url,
boolean isPartial)
Creates an SSL credentials object.
|
SVNSSLAuthentication(String sslKind,
String alias,
boolean storageAllowed,
SVNURL url,
boolean isPartial) |
| Modifier and Type | Method and Description |
|---|---|
static String |
formatCertificatePath(String path) |
String |
getAlias()
Only used for MSCAPI
|
File |
getCertificateFile()
Returns a user's certificate file.
|
String |
getCertificatePath() |
String |
getPassword()
Return a user's password.
|
String |
getSSLKind() |
static boolean |
isCertificatePath(String path) |
void |
setCertificatePath(String path) |
getKind, getURL, getUserName, isPartial, isStorageAllowedpublic static final String MSCAPI
public static final String SSL
public SVNSSLAuthentication(File certFile, String password, boolean storageAllowed)
certFile - user's certificate filepassword - user's passwordstorageAllowed - to store or not this credential in a
credentials cachepublic SVNSSLAuthentication(File certFile, String password, boolean storageAllowed, SVNURL url, boolean isPartial)
certFile - user's certificate filepassword - user's passwordstorageAllowed - to store or not this credential in a
credentials cacheurl - url these credentials are applied topublic String getPassword()
public File getCertificateFile()
public String getSSLKind()
public String getAlias()
public String getCertificatePath()
public void setCertificatePath(String path)
public static boolean isCertificatePath(String path)
Copyright © 2004-2011 TMate Software Ltd. All Rights Reserved.