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.

作成者:
Kohsuke Kawaguchi

フィールドの概要
protected  org.tmatesoft.svn.core.auth.ISVNAuthenticationManager core
           
 
インタフェース org.tmatesoft.svn.core.auth.ISVNAuthenticationManager から継承されたフィールド
PASSWORD, SSH, SSL, USERNAME
 
コンストラクタの概要
FilterSVNAuthenticationManager(org.tmatesoft.svn.core.auth.ISVNAuthenticationManager core)
           
 
メソッドの概要
 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)
           
 
クラス 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


Copyright © 2010. All Rights Reserved.