java.lang.Object | |
↳ | com.amazon.android.webkit.AmazonHttpAuthHandler |
The AmazonHttpAuthHandler class is intended to be functionally equivalent to
to the HttpAuthHandler
class. See
HttpAuthHandler
for usage
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
The cancel() method instructs the webview to cancel authentication, and
is intended to be functionally equivalent to the
cancel() method. | |||||||||||
The proceed() method instructs the webview to proceed with
authentication, and is intended to be functionally equivalent to the
proceed(String, String) method. | |||||||||||
The useHttpAuthUsernamePassword() method gets whether credentials are
stored for the current host, and is intended to be functionally
equivalent to to the
useHttpAuthUsernamePassword()
method. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
The proceed() method instructs the webview to proceed with
authentication, and is intended to be functionally equivalent to the
proceed(String, String)
method.
See proceed(String, String)
for
usage.
The useHttpAuthUsernamePassword() method gets whether credentials are
stored for the current host, and is intended to be functionally
equivalent to to the
useHttpAuthUsernamePassword()
method. See
useHttpAuthUsernamePassword()
for
usage.