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

File
getCertificateFile()
Returns a user's certificate file.
String
getPassword()
Return a user's password.

Methods inherited from class org.tmatesoft.svn.core.auth.SVNAuthentication

getKind, getUserName, isStorageAllowed

Constructor Details

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 Details

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-2006 TMate Software Ltd. All Rights Reserved.