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 | Class and Description |
---|---|
class |
JosmPreferencesCredentialAgent
This is the default credentials agent in JOSM.
|
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.
|