chrriis.dj.nativeswing.swtimpl.components
Interface WebBrowserAuthenticationHandler


public interface WebBrowserAuthenticationHandler

The handler for authentications.

Author:
Christopher Deckers

Method Summary
 Credentials getCredentials(JWebBrowser webBrowser, String resourceLocation)
          Get the credentials, or credentials with null user and password to get default prompt, or null to cancel the authentication request.
 

Method Detail

getCredentials

Credentials getCredentials(JWebBrowser webBrowser,
                           String resourceLocation)
Get the credentials, or credentials with null user and password to get default prompt, or null to cancel the authentication request.

Returns:
the credentials.