com.teamdev.xpcom
Interface PoxyAuthenticationHandler


public interface PoxyAuthenticationHandler

Represents a handler for receiving and processing proxy server authentication. By default a standard Mozilla dialog with user name and password will be shown.

See Also:
ProxyConfiguration, Services

Method Summary
 ProxyServerAuthInfo authenticationRequired()
          Invoked when proxy server requires authentication.
 

Method Detail

authenticationRequired

ProxyServerAuthInfo authenticationRequired()
Invoked when proxy server requires authentication.

Returns:
information about user name and password which proxy server is required.