hudson.scm
类 FilterSVNAuthenticationManager
java.lang.Object
hudson.scm.FilterSVNAuthenticationManager
- 所有已实现的接口:
- org.tmatesoft.svn.core.auth.ISVNAuthenticationManager
public class FilterSVNAuthenticationManager
- extends java.lang.Object
- implements org.tmatesoft.svn.core.auth.ISVNAuthenticationManager
ISVNAuthenticationManager filter. Useful for customizing the behavior by delegation.
Modify: changed by tang
- 作者:
- tang,Kohsuke Kawaguchi
|
字段摘要 |
protected org.tmatesoft.svn.core.auth.ISVNAuthenticationManager |
core
|
| 从接口 org.tmatesoft.svn.core.auth.ISVNAuthenticationManager 继承的字段 |
PASSWORD, SSH, SSL, USERNAME |
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
core
protected org.tmatesoft.svn.core.auth.ISVNAuthenticationManager core
FilterSVNAuthenticationManager
public FilterSVNAuthenticationManager(org.tmatesoft.svn.core.auth.ISVNAuthenticationManager core)
setAuthenticationProvider
public void setAuthenticationProvider(org.tmatesoft.svn.core.auth.ISVNAuthenticationProvider provider)
- 指定者:
- 接口
org.tmatesoft.svn.core.auth.ISVNAuthenticationManager 中的 setAuthenticationProvider
getProxyManager
public org.tmatesoft.svn.core.auth.ISVNProxyManager getProxyManager(org.tmatesoft.svn.core.SVNURL url)
throws org.tmatesoft.svn.core.SVNException
- 指定者:
- 接口
org.tmatesoft.svn.core.auth.ISVNAuthenticationManager 中的 getProxyManager
- 抛出:
org.tmatesoft.svn.core.SVNException
getTrustManager
public javax.net.ssl.TrustManager getTrustManager(org.tmatesoft.svn.core.SVNURL url)
throws org.tmatesoft.svn.core.SVNException
- 指定者:
- 接口
org.tmatesoft.svn.core.auth.ISVNAuthenticationManager 中的 getTrustManager
- 抛出:
org.tmatesoft.svn.core.SVNException
getFirstAuthentication
public org.tmatesoft.svn.core.auth.SVNAuthentication getFirstAuthentication(java.lang.String kind,
java.lang.String realm,
org.tmatesoft.svn.core.SVNURL url)
throws org.tmatesoft.svn.core.SVNException
- 指定者:
- 接口
org.tmatesoft.svn.core.auth.ISVNAuthenticationManager 中的 getFirstAuthentication
- 抛出:
org.tmatesoft.svn.core.SVNException
getNextAuthentication
public org.tmatesoft.svn.core.auth.SVNAuthentication getNextAuthentication(java.lang.String kind,
java.lang.String realm,
org.tmatesoft.svn.core.SVNURL url)
throws org.tmatesoft.svn.core.SVNException
- 指定者:
- 接口
org.tmatesoft.svn.core.auth.ISVNAuthenticationManager 中的 getNextAuthentication
- 抛出:
org.tmatesoft.svn.core.SVNException
acknowledgeAuthentication
public void acknowledgeAuthentication(boolean accepted,
java.lang.String kind,
java.lang.String realm,
org.tmatesoft.svn.core.SVNErrorMessage errorMessage,
org.tmatesoft.svn.core.auth.SVNAuthentication authentication)
throws org.tmatesoft.svn.core.SVNException
- 指定者:
- 接口
org.tmatesoft.svn.core.auth.ISVNAuthenticationManager 中的 acknowledgeAuthentication
- 抛出:
org.tmatesoft.svn.core.SVNException
acknowledgeTrustManager
public void acknowledgeTrustManager(javax.net.ssl.TrustManager manager)
- 指定者:
- 接口
org.tmatesoft.svn.core.auth.ISVNAuthenticationManager 中的 acknowledgeTrustManager
isAuthenticationForced
public boolean isAuthenticationForced()
- 指定者:
- 接口
org.tmatesoft.svn.core.auth.ISVNAuthenticationManager 中的 isAuthenticationForced
getReadTimeout
public int getReadTimeout(org.tmatesoft.svn.core.io.SVNRepository repository)
- 指定者:
- 接口
org.tmatesoft.svn.core.auth.ISVNAuthenticationManager 中的 getReadTimeout
getConnectTimeout
public int getConnectTimeout(org.tmatesoft.svn.core.io.SVNRepository repository)
- 指定者:
- 接口
org.tmatesoft.svn.core.auth.ISVNAuthenticationManager 中的 getConnectTimeout
setAuthenticationOutcomeListener
public void setAuthenticationOutcomeListener(org.tmatesoft.svn.core.auth.ISVNAuthenticationOutcomeListener listener)
- 指定者:
- 接口
org.tmatesoft.svn.core.auth.ISVNAuthenticationManager 中的 setAuthenticationOutcomeListener
Copyright © 2010. All Rights Reserved.