|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.tmatesoft.svn.core.internal.wc.DefaultSVNAuthenticationManager
hudson.scm.DefaultSVNAuthenticationManager
public class DefaultSVNAuthenticationManager
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.tmatesoft.svn.core.internal.wc.DefaultSVNAuthenticationManager |
|---|
org.tmatesoft.svn.core.internal.wc.DefaultSVNAuthenticationManager.DumbAuthenticationProvider, org.tmatesoft.svn.core.internal.wc.DefaultSVNAuthenticationManager.ExtendedHostOptions, org.tmatesoft.svn.core.internal.wc.DefaultSVNAuthenticationManager.ExtendedHostOptionsProvider |
| Field Summary |
|---|
| Fields inherited from interface org.tmatesoft.svn.core.auth.ISVNAuthenticationManager |
|---|
PASSWORD, SSH, SSL, USERNAME |
| Constructor Summary | |
|---|---|
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)
|
|
| Method Summary | |
|---|---|
org.tmatesoft.svn.core.auth.ISVNAuthenticationManager |
getAuthenticationManager()
Retrieve the authentication manager. |
void |
setAuthenticationOutcomeListener(ISVNAuthenticationOutcomeListener listener)
Set an outcome listener for the authentication manager. |
| Methods inherited from class org.tmatesoft.svn.core.internal.wc.DefaultSVNAuthenticationManager |
|---|
acknowledgeAuthentication, acknowledgeTrustManager, createCacheAuthenticationProvider, createDefaultAuthenticationProvider, createRuntimeAuthenticationProvider, getAuthenticationProvider, getAuthenticationStorageOptions, getAuthTypes, getConfigDirectory, getConnectTimeout, getDefaultOptions, getDefaultSSHAuthentication, getFirstAuthentication, getHostOptionsProvider, getNextAuthentication, getProxyManager, getReadTimeout, getRuntimeAuthStorage, getTrustManager, isAuthenticationForced, isSSLPassphrasePromtSupported, setAuthenticationForced, setAuthenticationProvider, setAuthenticationStorageOptions, setHostOptionsProvider, setInMemoryConfigOptions, setInMemoryServersOptions, setRuntimeStorage, verifyHostKey |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.tmatesoft.svn.core.auth.ISVNAuthenticationManager |
|---|
acknowledgeAuthentication, acknowledgeTrustManager, getConnectTimeout, getFirstAuthentication, getNextAuthentication, getProxyManager, getReadTimeout, getTrustManager, isAuthenticationForced, setAuthenticationProvider |
| Constructor Detail |
|---|
public 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 - | Method Detail |
|---|
public org.tmatesoft.svn.core.auth.ISVNAuthenticationManager getAuthenticationManager()
ISVNAuthenticationManager
public void setAuthenticationOutcomeListener(ISVNAuthenticationOutcomeListener listener)
ISVNAuthenticationManager
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||