public class UrlAuthenticatorDialog extends Authenticator implements org.apache.http.client.CredentialsProvider
Authenticator.RequestorType| Constructor and Description |
|---|
UrlAuthenticatorDialog(JFrame parent)
constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
org.apache.http.auth.Credentials |
getCredentials(org.apache.http.auth.AuthScope scope) |
protected PasswordAuthentication |
getPasswordAuthentication() |
void |
setCredentials(org.apache.http.auth.AuthScope scope,
org.apache.http.auth.Credentials cred) |
getRequestingHost, getRequestingPort, getRequestingPrompt, getRequestingProtocol, getRequestingScheme, getRequestingSite, getRequestingURL, getRequestorType, requestPasswordAuthentication, requestPasswordAuthentication, requestPasswordAuthentication, setDefaultpublic UrlAuthenticatorDialog(JFrame parent)
parent - JFramepublic void clear()
clear in interface org.apache.http.client.CredentialsProviderpublic void setCredentials(org.apache.http.auth.AuthScope scope,
org.apache.http.auth.Credentials cred)
setCredentials in interface org.apache.http.client.CredentialsProviderprotected PasswordAuthentication getPasswordAuthentication()
getPasswordAuthentication in class Authenticatorpublic org.apache.http.auth.Credentials getCredentials(org.apache.http.auth.AuthScope scope)
getCredentials in interface org.apache.http.client.CredentialsProviderCopyright © 1999–2014 UCAR/Unidata. All rights reserved.