public class DefaultSVNAuthenticationManager extends org.tmatesoft.svn.core.internal.wc.DefaultSVNAuthenticationManager implements ISVNAuthenticationManager
org.tmatesoft.svn.core.internal.wc.DefaultSVNAuthenticationManager.DumbAuthenticationProvider, org.tmatesoft.svn.core.internal.wc.DefaultSVNAuthenticationManager.ExtendedHostOptions, org.tmatesoft.svn.core.internal.wc.DefaultSVNAuthenticationManager.ExtendedHostOptionsProvider| Constructor and Description |
|---|
DefaultSVNAuthenticationManager() |
DefaultSVNAuthenticationManager(File configDirectory,
boolean storeAuth,
String userName,
String password) |
DefaultSVNAuthenticationManager(File subversionConfigDir,
boolean b,
String username,
String password,
File keyFile,
String password2)
File configDirectory, boolean storeAuth, String userName, String password, File privateKey, String passphrase)
|
DefaultSVNAuthenticationManager(org.tmatesoft.svn.core.auth.ISVNAuthenticationManager createDefaultAuthenticationManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
acknowledgeAuthentication(boolean accepted,
String kind,
String realm,
org.tmatesoft.svn.core.SVNErrorMessage errorMessage,
org.tmatesoft.svn.core.auth.SVNAuthentication authentication) |
org.tmatesoft.svn.core.auth.ISVNAuthenticationManager |
getAuthenticationManager()
Retrieve the authentication manager.
|
org.tmatesoft.svn.core.auth.SVNAuthentication |
getFirstAuthentication(String kind,
String realm,
org.tmatesoft.svn.core.SVNURL url) |
void |
setAuthenticationOutcomeListener(ISVNAuthenticationOutcomeListener listener)
Set an outcome listener for the authentication manager.
|
acknowledgeTrustManager, createAuthenticationStorageOptions, createCacheAuthenticationProvider, createDefaultAuthenticationProvider, createRuntimeAuthenticationProvider, getAuthenticationProvider, getAuthenticationStorageOptions, getAuthTypes, getConfigDirectory, getConnectTimeout, getDefaultOptions, getDefaultSSHAuthentication, getHostOptionsProvider, getNextAuthentication, getProxyManager, getReadTimeout, getRuntimeAuthStorage, getTrustManager, isAuthenticationForced, isSSLPassphrasePromtSupported, setAuthenticationForced, setAuthenticationProvider, setAuthenticationStorageOptions, setHostOptionsProvider, setInMemoryConfigOptions, setInMemoryServersOptions, setRuntimeStorage, verifyHostKeypublic DefaultSVNAuthenticationManager(File configDirectory, boolean storeAuth, String userName, String password)
public DefaultSVNAuthenticationManager(org.tmatesoft.svn.core.auth.ISVNAuthenticationManager createDefaultAuthenticationManager)
public DefaultSVNAuthenticationManager(File subversionConfigDir, boolean b, String username, String password, File keyFile, String password2)
subversionConfigDir - b - username - password - keyFile - password2 - public DefaultSVNAuthenticationManager()
public org.tmatesoft.svn.core.auth.ISVNAuthenticationManager getAuthenticationManager()
ISVNAuthenticationManagerpublic org.tmatesoft.svn.core.auth.SVNAuthentication getFirstAuthentication(String kind, String realm, org.tmatesoft.svn.core.SVNURL url) throws org.tmatesoft.svn.core.SVNException
getFirstAuthentication in interface org.tmatesoft.svn.core.auth.ISVNAuthenticationManagergetFirstAuthentication in class org.tmatesoft.svn.core.internal.wc.DefaultSVNAuthenticationManagerorg.tmatesoft.svn.core.SVNExceptionpublic void acknowledgeAuthentication(boolean accepted,
String kind,
String realm,
org.tmatesoft.svn.core.SVNErrorMessage errorMessage,
org.tmatesoft.svn.core.auth.SVNAuthentication authentication)
throws org.tmatesoft.svn.core.SVNException
acknowledgeAuthentication in interface org.tmatesoft.svn.core.auth.ISVNAuthenticationManageracknowledgeAuthentication in class org.tmatesoft.svn.core.internal.wc.DefaultSVNAuthenticationManagerorg.tmatesoft.svn.core.SVNExceptionpublic void setAuthenticationOutcomeListener(ISVNAuthenticationOutcomeListener listener)
ISVNAuthenticationManagerCopyright © 2004-2015 Hudson. All Rights Reserved.