Methods Summary |
---|
public void | cancel()Instructs the WebView to cancel the authentication request.
|
public void | proceed(java.lang.String username, java.lang.String password)Instructs the WebView to proceed with the authentication with the given
credentials. Credentials for use with this method can be retrieved from
the WebView's store using {@link WebView#getHttpAuthUsernamePassword}.
|
public boolean | suppressDialog()Gets whether the prompt dialog should be suppressed.
return false;
|
public boolean | useHttpAuthUsernamePassword()Gets whether the credentials stored for the current host (i.e. the host
for which {@link WebViewClient#onReceivedHttpAuthRequest} was called)
are suitable for use. Credentials are not suitable if they have
previously been rejected by the server for the current request.
return false;
|