public class FilterSVNAuthenticationManager extends Object implements org.tmatesoft.svn.core.auth.ISVNAuthenticationManager
ISVNAuthenticationManager filter. Useful for customizing the behavior by delegation.| Modifier and Type | Field and Description |
|---|---|
protected org.tmatesoft.svn.core.auth.ISVNAuthenticationManager |
core |
| Constructor and Description |
|---|
FilterSVNAuthenticationManager(org.tmatesoft.svn.core.auth.ISVNAuthenticationManager core) |
| 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) |
void |
acknowledgeTrustManager(TrustManager manager) |
org.tmatesoft.svn.core.auth.ISVNAuthenticationManager |
getAuthenticationManager() |
int |
getConnectTimeout(org.tmatesoft.svn.core.io.SVNRepository repository) |
org.tmatesoft.svn.core.auth.SVNAuthentication |
getFirstAuthentication(String kind,
String realm,
org.tmatesoft.svn.core.SVNURL url) |
org.tmatesoft.svn.core.auth.SVNAuthentication |
getNextAuthentication(String kind,
String realm,
org.tmatesoft.svn.core.SVNURL url) |
org.tmatesoft.svn.core.auth.ISVNProxyManager |
getProxyManager(org.tmatesoft.svn.core.SVNURL url) |
int |
getReadTimeout(org.tmatesoft.svn.core.io.SVNRepository repository) |
TrustManager |
getTrustManager(org.tmatesoft.svn.core.SVNURL url) |
boolean |
isAuthenticationForced() |
void |
setAuthenticationProvider(org.tmatesoft.svn.core.auth.ISVNAuthenticationProvider provider) |
public FilterSVNAuthenticationManager(org.tmatesoft.svn.core.auth.ISVNAuthenticationManager core)
public void setAuthenticationProvider(org.tmatesoft.svn.core.auth.ISVNAuthenticationProvider provider)
setAuthenticationProvider in interface org.tmatesoft.svn.core.auth.ISVNAuthenticationManagerpublic org.tmatesoft.svn.core.auth.ISVNProxyManager getProxyManager(org.tmatesoft.svn.core.SVNURL url)
throws org.tmatesoft.svn.core.SVNException
getProxyManager in interface org.tmatesoft.svn.core.auth.ISVNAuthenticationManagerorg.tmatesoft.svn.core.SVNExceptionpublic TrustManager getTrustManager(org.tmatesoft.svn.core.SVNURL url) throws org.tmatesoft.svn.core.SVNException
getTrustManager in interface org.tmatesoft.svn.core.auth.ISVNAuthenticationManagerorg.tmatesoft.svn.core.SVNExceptionpublic 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.ISVNAuthenticationManagerorg.tmatesoft.svn.core.SVNExceptionpublic org.tmatesoft.svn.core.auth.SVNAuthentication getNextAuthentication(String kind, String realm, org.tmatesoft.svn.core.SVNURL url) throws org.tmatesoft.svn.core.SVNException
getNextAuthentication in interface org.tmatesoft.svn.core.auth.ISVNAuthenticationManagerorg.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.ISVNAuthenticationManagerorg.tmatesoft.svn.core.SVNExceptionpublic void acknowledgeTrustManager(TrustManager manager)
acknowledgeTrustManager in interface org.tmatesoft.svn.core.auth.ISVNAuthenticationManagerpublic boolean isAuthenticationForced()
isAuthenticationForced in interface org.tmatesoft.svn.core.auth.ISVNAuthenticationManagerpublic int getReadTimeout(org.tmatesoft.svn.core.io.SVNRepository repository)
getReadTimeout in interface org.tmatesoft.svn.core.auth.ISVNAuthenticationManagerpublic int getConnectTimeout(org.tmatesoft.svn.core.io.SVNRepository repository)
getConnectTimeout in interface org.tmatesoft.svn.core.auth.ISVNAuthenticationManagerpublic org.tmatesoft.svn.core.auth.ISVNAuthenticationManager getAuthenticationManager()
Copyright © 2004–2015. All rights reserved.