org.tmatesoft.svn.core.auth

Class 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.1

Author: TMate Software Ltd.

Constructor Summary
SVNSSLAuthentication(File certFile, String password, boolean storageAllowed)
Creates an SSL credentials object.
Method Summary
FilegetCertificateFile()
Returns a user's certificate file.
StringgetPassword()
Return a user's password.

Constructor Detail

SVNSSLAuthentication

public SVNSSLAuthentication(File certFile, String password, boolean storageAllowed)
Creates an SSL credentials object.

Parameters: certFile user's certificate file password user's password storageAllowed to store or not this credential in a credentials cache

Method Detail

getCertificateFile

public File getCertificateFile()
Returns a user's certificate file.

Returns: certificate file

getPassword

public String getPassword()
Return a user's password.

Returns: a password

Copyright © 2004-2007 TMate Software Ltd. All Rights Reserved.