|
SVNKit Home | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.tmatesoft.svn.core.auth.SVNAuthentication
org.tmatesoft.svn.core.auth.SVNSSLAuthentication
The SVNSSLAuthentication class represents user's credentials used
to authenticate a user in secure connections. Used along with the
SSL
credential kind.
Constructor Summary | |
SVNSSLAuthentication(File certFile,
String password,
boolean storageAllowed)
Creates an SSL credentials object. |
|
SVNSSLAuthentication(File certFile,
String password,
boolean storageAllowed,
SVNURL url,
boolean isPartial)
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, getURL, getUserName, isPartial, isStorageAllowed |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SVNSSLAuthentication(File certFile, String password, boolean storageAllowed)
certFile
- user's certificate filepassword
- user's passwordstorageAllowed
- to store or not this credential in a
credentials cachepublic SVNSSLAuthentication(File certFile, String password, boolean storageAllowed, SVNURL url, boolean isPartial)
certFile
- user's certificate filepassword
- user's passwordstorageAllowed
- to store or not this credential in a
credentials cacheurl
- url these credentials are applied toMethod Detail |
public String getPassword()
public File getCertificateFile()
|
SVNKit Home | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |