edu.internet2.middleware.shibboleth.common.resource
Class SVNBasicAuthenticationManager.BasicProxyManager

java.lang.Object
  extended by edu.internet2.middleware.shibboleth.common.resource.SVNBasicAuthenticationManager.BasicProxyManager
All Implemented Interfaces:
org.tmatesoft.svn.core.auth.ISVNProxyManager
Enclosing class:
SVNBasicAuthenticationManager

private class SVNBasicAuthenticationManager.BasicProxyManager
extends Object
implements org.tmatesoft.svn.core.auth.ISVNProxyManager

Basic implementation of ISVNProxyManager.


Field Summary
private  String host
          Host name or IP address of the proxy.
private  String password
          Password used to connect to the proxy.
private  int port
          Port of the proxy.
private  String user
          Username used to connect to the proxy.
 
Constructor Summary
SVNBasicAuthenticationManager.BasicProxyManager(String host, int port, String user, String password)
          Constructor.
 
Method Summary
 void acknowledgeProxyContext(boolean accepted, org.tmatesoft.svn.core.SVNErrorMessage error)
          
 String getProxyHost()
          
 String getProxyPassword()
          
 int getProxyPort()
          
 String getProxyUserName()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

host

private final String host
Host name or IP address of the proxy.


port

private final int port
Port of the proxy.


user

private final String user
Username used to connect to the proxy.


password

private final String password
Password used to connect to the proxy.

Constructor Detail

SVNBasicAuthenticationManager.BasicProxyManager

public SVNBasicAuthenticationManager.BasicProxyManager(String host,
                                                       int port,
                                                       String user,
                                                       String password)
Constructor.

Parameters:
host - host name or IP address of the proxy server
port - port of the proxy server
user - username used to connect to the proxy server
password - password used to connect to the proxy server
Method Detail

acknowledgeProxyContext

public void acknowledgeProxyContext(boolean accepted,
                                    org.tmatesoft.svn.core.SVNErrorMessage error)

Specified by:
acknowledgeProxyContext in interface org.tmatesoft.svn.core.auth.ISVNProxyManager

getProxyHost

public String getProxyHost()

Specified by:
getProxyHost in interface org.tmatesoft.svn.core.auth.ISVNProxyManager

getProxyPassword

public String getProxyPassword()

Specified by:
getProxyPassword in interface org.tmatesoft.svn.core.auth.ISVNProxyManager

getProxyPort

public int getProxyPort()

Specified by:
getProxyPort in interface org.tmatesoft.svn.core.auth.ISVNProxyManager

getProxyUserName

public String getProxyUserName()

Specified by:
getProxyUserName in interface org.tmatesoft.svn.core.auth.ISVNProxyManager


Copyright © 1999-2012. All Rights Reserved.