Package | Description |
---|---|
org.openstreetmap.josm.gui.oauth | |
org.openstreetmap.josm.gui.preferences.plugin |
Provides classes for handling plugin preferences.
|
org.openstreetmap.josm.gui.preferences.server |
Provides classes for handling connection preferences, including server authentication and proxy settings.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAuthorizationUI
This is the abstract base class for the three authorisation UIs.
|
class |
AdvancedOAuthPropertiesPanel
Panel allowing the user to setup advanced OAuth parameters:
Consumer key
Consumer secret
Request token URL
Access token URL
Authorize URL
|
class |
FullyAutomaticAuthorizationUI
This is an UI which supports a JOSM user to get an OAuth Access Token in a fully
automatic process.
|
class |
ManualAuthorizationUI
This is an UI which supports a JOSM user to get an OAuth Access Token in a fully
manual process.
|
class |
OsmPrivilegesPanel |
class |
SemiAutomaticAuthorizationUI
This is the UI for running a semic-automic authorisation procedure.
|
Modifier and Type | Method and Description |
---|---|
protected VerticallyScrollablePanel |
FullyAutomaticAuthorizationUI.buildGrantsPanel()
Builds the panel with the three privileges the user can grant JOSM
|
protected VerticallyScrollablePanel |
FullyAutomaticAuthorizationUI.buildUserNamePasswordPanel()
Builds the panel for entering the username and password
|
Modifier and Type | Class and Description |
---|---|
class |
PluginListPanel
A panel displaying the list of known plugins.
|
Modifier and Type | Class and Description |
---|---|
class |
AuthenticationPreferencesPanel
This is the preference panel for the authentication method and the authentication
parameters.
|
class |
ProxyPreferencesPanel
Component allowing input of proxy settings.
|