org.tmatesoft.svn.core.auth
Class SVNSSLAuthentication
java.lang.Object
org.tmatesoft.svn.core.auth.SVNAuthentication
org.tmatesoft.svn.core.auth.SVNSSLAuthentication
- public class SVNSSLAuthentication
- extends SVNAuthentication
The SVNSSLAuthentication class represents user's credentials used
to authenticate a user in secure connections. Used along with the
SSL
credential kind.
- Version:
- 1.1
- Author:
- TMate Software Ltd.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SVNSSLAuthentication
public SVNSSLAuthentication(File certFile,
String password,
boolean storageAllowed)
- Creates an SSL credentials object.
- Parameters:
certFile
- user's certificate filepassword
- user's passwordstorageAllowed
- to store or not this credential in a
credentials cache
getPassword
public String getPassword()
- Return a user's password.
- Returns:
- a password
getCertificateFile
public File getCertificateFile()
- Returns a user's certificate file.
- Returns:
- certificate file
Copyright © 2004-2006 TMate Software Ltd. All Rights Reserved.