SVNKit Home

org.tmatesoft.svn.core.auth
Class SVNSSLAuthentication

java.lang.Object
  extended byorg.tmatesoft.svn.core.auth.SVNAuthentication
      extended byorg.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.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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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

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

SVNKit Home

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