| AbstractAuthorizationUI |
This is the abstract base class for the three authorisation UIs.
|
| AccessTokenInfoPanel |
Displays the key of an OAuth Access Token.
|
| AdvancedOAuthPropertiesPanel |
Panel allowing the user to setup advanced OAuth parameters:
Consumer key
Consumer secret
Request token URL
Access token URL
Authorize URL
OSM login URL
OSM logout URL
|
| AdvancedOAuthPropertiesPanel.UseDefaultItemListener |
|
| AuthorizationProcedure |
The type of procedure to use for retrieving OAuth credentials.
|
| FullyAutomaticAuthorizationUI |
This is a UI which supports a JOSM user to get an OAuth Access Token in a fully
automatic process.
|
| ManualAuthorizationUI |
This is an UI which supports a JOSM user to get an OAuth Access Token in a fully manual process.
|
| ManualAuthorizationUI.AccessTokenKeyValidator |
|
| OsmOAuthAuthorizationException |
OSM OAuth authorization exception.
|
| OsmPrivilegesPanel |
Panel letting the user choose from a detailed list of privileges that will be
requested for the OAuth token.
|