|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.tmatesoft.svn.core.auth.SVNAuthentication
hudson.scm.credential.SVNSSLAuthentication
public class SVNSSLAuthentication
| Field Summary | |
|---|---|
static String |
MSCAPI
|
static String |
SSL
|
| Constructor Summary | |
|---|---|
SVNSSLAuthentication(byte[] certFile,
String password,
boolean storageAllowed)
|
|
SVNSSLAuthentication(byte[] certFile,
String password,
boolean storageAllowed,
org.tmatesoft.svn.core.SVNURL url,
boolean isPartial)
Creates an SSL credentials object. |
|
SVNSSLAuthentication(File certFile,
String password,
boolean storageAllowed)
Creates an SSL credentials object. |
|
SVNSSLAuthentication(String sslKind,
String alias,
boolean storageAllowed)
|
|
| Method Summary | |
|---|---|
static String |
formatCertificatePath(String path)
|
String |
getAlias()
Only used for MSCAPI |
byte[] |
getCertificateFile()
Returns a user's certificate file. |
String |
getCertificatePath()
|
String |
getPassword()
Return a user's password. |
String |
getSSLKind()
Returns the SSL kind. |
static boolean |
isCertificatePath(String path)
|
void |
setCertificatePath(String path)
|
| Methods inherited from class org.tmatesoft.svn.core.auth.SVNAuthentication |
|---|
getKind, getURL, getUserName, isPartial, isStorageAllowed |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String MSCAPI
public static final String SSL
| Constructor Detail |
|---|
public SVNSSLAuthentication(File certFile,
String password,
boolean storageAllowed)
throws IOException
certFile - user's certificate filepassword - user's passwordstorageAllowed - to store or not this credential in a
credentials cache
IOException
public SVNSSLAuthentication(byte[] certFile,
String password,
boolean storageAllowed)
public SVNSSLAuthentication(byte[] certFile,
String password,
boolean storageAllowed,
org.tmatesoft.svn.core.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 to
public SVNSSLAuthentication(String sslKind,
String alias,
boolean storageAllowed)
throws IOException
IOException| Method Detail |
|---|
public String getPassword()
public byte[] getCertificateFile()
public String getSSLKind()
public String getAlias()
public String getCertificatePath()
public void setCertificatePath(String path)
public static boolean isCertificatePath(String path)
public static String formatCertificatePath(String path)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||