|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OAuthParameters | |
---|---|
org.openstreetmap.josm.data.oauth | |
org.openstreetmap.josm.gui.oauth | |
org.openstreetmap.josm.io |
Uses of OAuthParameters in org.openstreetmap.josm.data.oauth |
---|
Methods in org.openstreetmap.josm.data.oauth that return OAuthParameters | |
---|---|
static OAuthParameters |
OAuthParameters.createDefault()
Replies a set of default parameters for a consumer accessing the standard OSM server at OsmApi.DEFAULT_API_URL . |
static OAuthParameters |
OAuthParameters.createDefault(java.lang.String apiUrl)
Replies a set of default parameters for a consumer accessing an OSM server at the given API url. |
static OAuthParameters |
OAuthParameters.createFromPreferences(Preferences pref)
Replies a set of parameters as defined in the preferences. |
Constructors in org.openstreetmap.josm.data.oauth with parameters of type OAuthParameters | |
---|---|
OAuthParameters(OAuthParameters other)
Creates a clone of the parameters in other . |
Uses of OAuthParameters in org.openstreetmap.josm.gui.oauth |
---|
Fields in org.openstreetmap.josm.gui.oauth declared as OAuthParameters | |
---|---|
private OAuthParameters |
TestAccessTokenTask.oauthParameters
|
private OAuthParameters |
OsmOAuthAuthorizationClient.oauthProviderParameters
|
private OAuthParameters |
RetrieveRequestTokenTask.parameters
|
private OAuthParameters |
RetrieveAccessTokenTask.parameters
|
Methods in org.openstreetmap.josm.gui.oauth that return OAuthParameters | |
---|---|
OAuthParameters |
AdvancedOAuthPropertiesPanel.getAdvancedParameters()
Replies the OAuth parameters currently edited in this properties panel. |
OAuthParameters |
OAuthAuthorizationWizard.getOAuthParameters()
Replies the current OAuth parameters. |
OAuthParameters |
AbstractAuthorizationUI.getOAuthParameters()
Replies the current set of advanced OAuth parameters in this UI |
Methods in org.openstreetmap.josm.gui.oauth with parameters of type OAuthParameters | |
---|---|
void |
AdvancedOAuthPropertiesPanel.setAdvancedParameters(OAuthParameters parameters)
Sets the advanced parameters to be displayed |
Constructors in org.openstreetmap.josm.gui.oauth with parameters of type OAuthParameters | |
---|---|
OsmOAuthAuthorizationClient(OAuthParameters parameters)
Creates a new authorisation client with the parameters parameters . |
|
OsmOAuthAuthorizationClient(OAuthParameters parameters,
OAuthToken requestToken)
Creates a new authorisation client with the parameters parameters
and an already known Request Token. |
|
RetrieveAccessTokenTask(java.awt.Component parent,
OAuthParameters parameters,
OAuthToken requestToken)
Creates the task |
|
RetrieveRequestTokenTask(java.awt.Component parent,
OAuthParameters parameters)
Creates the task |
|
TestAccessTokenTask(java.awt.Component parent,
java.lang.String apiUrl,
OAuthParameters parameters,
OAuthToken accessToken)
Create the task |
Uses of OAuthParameters in org.openstreetmap.josm.io |
---|
Fields in org.openstreetmap.josm.io declared as OAuthParameters | |
---|---|
protected OAuthParameters |
OsmConnection.oauthParameters
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |