osdep.proxy
Interface IProxyAuthenticationSource

All Known Implementing Classes:
CacheProxyAuthenticationSource, ConsoleProxyAuthenticationSource

public interface IProxyAuthenticationSource

If it is needed to authenticate the user to access the proxy, this is the authentication data

Author:
SHZ Mar 6, 2008

Method Summary
 java.lang.String getProxyPassword()
          The password to authenticate to the proxy
 java.lang.String getProxyUserId()
          The user id to authenticate to the proxy
 boolean needsProxyAuthentication()
          Do the proxy need authentication?
 

Method Detail

needsProxyAuthentication

boolean needsProxyAuthentication()
Do the proxy need authentication?

Returns:
true if the proxy needs authentication

getProxyUserId

java.lang.String getProxyUserId()
The user id to authenticate to the proxy

Returns:
the user id

getProxyPassword

java.lang.String getProxyPassword()
The password to authenticate to the proxy

Returns:
the password