hudson.scm
Class FilterSVNAuthenticationManager

java.lang.Object
  extended by hudson.scm.FilterSVNAuthenticationManager
All Implemented Interfaces:
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.

Author:
Kohsuke Kawaguchi

Field Summary
protected  org.tmatesoft.svn.core.auth.ISVNAuthenticationManager core
           
 
Fields inherited from interface org.tmatesoft.svn.core.auth.ISVNAuthenticationManager
PASSWORD, SSH, SSL, USERNAME
 
Constructor Summary
FilterSVNAuthenticationManager(org.tmatesoft.svn.core.auth.ISVNAuthenticationManager core)
           
 
Method Summary
 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)
           
 void acknowledgeTrustManager(javax.net.ssl.TrustManager manager)
           
 int getConnectTimeout(org.tmatesoft.svn.core.io.SVNRepository repository)
           
 org.tmatesoft.svn.core.auth.SVNAuthentication getFirstAuthentication(java.lang.String kind, java.lang.String realm, org.tmatesoft.svn.core.SVNURL url)
           
 org.tmatesoft.svn.core.auth.SVNAuthentication getNextAuthentication(java.lang.String kind, java.lang.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)
           
 javax.net.ssl.TrustManager getTrustManager(org.tmatesoft.svn.core.SVNURL url)
           
 boolean isAuthenticationForced()
           
 void setAuthenticationProvider(org.tmatesoft.svn.core.auth.ISVNAuthenticationProvider provider)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

core

protected org.tmatesoft.svn.core.auth.ISVNAuthenticationManager core
Constructor Detail

FilterSVNAuthenticationManager

public FilterSVNAuthenticationManager(org.tmatesoft.svn.core.auth.ISVNAuthenticationManager core)
Method Detail

setAuthenticationProvider

public void setAuthenticationProvider(org.tmatesoft.svn.core.auth.ISVNAuthenticationProvider provider)
Specified by:
setAuthenticationProvider in interface org.tmatesoft.svn.core.auth.ISVNAuthenticationManager

getProxyManager

public org.tmatesoft.svn.core.auth.ISVNProxyManager getProxyManager(org.tmatesoft.svn.core.SVNURL url)
                                                             throws org.tmatesoft.svn.core.SVNException
Specified by:
getProxyManager in interface org.tmatesoft.svn.core.auth.ISVNAuthenticationManager
Throws:
org.tmatesoft.svn.core.SVNException

getTrustManager

public javax.net.ssl.TrustManager getTrustManager(org.tmatesoft.svn.core.SVNURL url)
                                           throws org.tmatesoft.svn.core.SVNException
Specified by:
getTrustManager in interface org.tmatesoft.svn.core.auth.ISVNAuthenticationManager
Throws:
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
Specified by:
getFirstAuthentication in interface org.tmatesoft.svn.core.auth.ISVNAuthenticationManager
Throws:
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
Specified by:
getNextAuthentication in interface org.tmatesoft.svn.core.auth.ISVNAuthenticationManager
Throws:
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
Specified by:
acknowledgeAuthentication in interface org.tmatesoft.svn.core.auth.ISVNAuthenticationManager
Throws:
org.tmatesoft.svn.core.SVNException

acknowledgeTrustManager

public void acknowledgeTrustManager(javax.net.ssl.TrustManager manager)
Specified by:
acknowledgeTrustManager in interface org.tmatesoft.svn.core.auth.ISVNAuthenticationManager

isAuthenticationForced

public boolean isAuthenticationForced()
Specified by:
isAuthenticationForced in interface org.tmatesoft.svn.core.auth.ISVNAuthenticationManager

getReadTimeout

public int getReadTimeout(org.tmatesoft.svn.core.io.SVNRepository repository)
Specified by:
getReadTimeout in interface org.tmatesoft.svn.core.auth.ISVNAuthenticationManager

getConnectTimeout

public int getConnectTimeout(org.tmatesoft.svn.core.io.SVNRepository repository)
Specified by:
getConnectTimeout in interface org.tmatesoft.svn.core.auth.ISVNAuthenticationManager


Copyright © 2009. All Rights Reserved.