org.tmatesoft.svn.core.auth
Class SVNSSLAuthentication
public class SVNSSLAuthentication
The
SVNSSLAuthentication class represents user's credentials used
to authenticate a user in secure connections. Used along with the
SSL credential kind.
SVNSSLAuthentication(File certFile, String password, boolean storageAllowed)- Creates an SSL credentials object.
|
SVNSSLAuthentication
public SVNSSLAuthentication(File certFile,
String password,
boolean storageAllowed) Creates an SSL credentials object.
certFile - user's certificate filepassword - user's passwordstorageAllowed - to store or not this credential in a
credentials cache
getCertificateFile
public File getCertificateFile()
Returns a user's certificate file.
getPassword
public String getPassword()
Return a user's password.
Copyright © 2004-2006 TMate Software Ltd. All Rights Reserved.