public class SVNSSLAuthentication extends SVNAuthentication
SSL credential kind.| Constructor and Description |
|---|
SVNSSLAuthentication(java.io.File certFile,
java.lang.String password,
boolean storageAllowed)
Creates an SSL credentials object.
|
| Modifier and Type | Method and Description |
|---|---|
java.io.File |
getCertificateFile()
Returns a user's certificate file.
|
java.lang.String |
getPassword()
Return a user's password.
|
getKind, getUserName, isStorageAllowedpublic SVNSSLAuthentication(java.io.File certFile,
java.lang.String password,
boolean storageAllowed)
certFile - user's certificate filepassword - user's passwordstorageAllowed - to store or not this credential in a
credentials cacheCopyright © 2004-2009 TMate Software Ltd. All Rights Reserved.