Package | Description |
---|---|
org.openstreetmap.josm.gui.preferences.server | |
org.openstreetmap.josm.io.auth |
Class and Description |
---|
CredentialsAgent
A CredentialsAgent manages two credentials:
the credential for
Authenticator.RequestorType.SERVER which is equal to the OSM API credentials
in JOSM
the credential for Authenticator.RequestorType.PROXY which is equal to the credentials for an
optional HTTP proxy server a user may use
In addition, it manages an OAuth Access Token for accessing the OSM server. |
Class and Description |
---|
AbstractCredentialsAgent |
CredentialsAgent
A CredentialsAgent manages two credentials:
the credential for
Authenticator.RequestorType.SERVER which is equal to the OSM API credentials
in JOSM
the credential for Authenticator.RequestorType.PROXY which is equal to the credentials for an
optional HTTP proxy server a user may use
In addition, it manages an OAuth Access Token for accessing the OSM server. |
CredentialsAgentException |
CredentialsAgentResponse
CredentialsAgentResponse represents the response from
CredentialsAgent.getCredentials(java.net.Authenticator.RequestorType, String, boolean) . |
CredentialsManager
CredentialManager is a factory for the single credential agent used.
|
CredentialsManager.CredentialsAgentFactory |
DefaultAuthenticator
This is the default authenticator used in JOSM.
|