Package | Description |
---|---|
org.openstreetmap.josm.gui.io |
Provides GUI classes for handling input/output operations (download, upload, save).
|
org.openstreetmap.josm.io.auth |
Provides the classes for authentication I/O.
|
Modifier and Type | Method and Description |
---|---|
static void |
CredentialDialog.promptCredentials(java.net.Authenticator.RequestorType requestorType,
AbstractCredentialsAgent agent,
CredentialsAgentResponse response,
java.lang.String username,
java.lang.String password,
java.lang.String host)
Prompts the user (in the EDT) for credentials and fills the given response with what has been entered.
|
Modifier and Type | Method and Description |
---|---|
CredentialsAgentResponse |
CredentialsManager.getCredentials(java.net.Authenticator.RequestorType requestorType,
java.lang.String host,
boolean noSuccessWithLastResponse) |
CredentialsAgentResponse |
AbstractCredentialsAgent.getCredentials(java.net.Authenticator.RequestorType requestorType,
java.lang.String host,
boolean noSuccessWithLastResponse) |
CredentialsAgentResponse |
CredentialsAgent.getCredentials(java.net.Authenticator.RequestorType requestorType,
java.lang.String host,
boolean noSuccessWithLastResponse)
Returns the credentials needed to to access host.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractCredentialsAgent.CredentialsProvider.provideCredentials(java.net.Authenticator.RequestorType requestorType,
AbstractCredentialsAgent agent,
CredentialsAgentResponse response,
java.lang.String username,
java.lang.String password,
java.lang.String host)
Fills the given response with appropriate user credentials.
|