Uses of Class
org.openstreetmap.josm.data.oauth.OAuthParameters
-
Packages that use OAuthParameters Package Description org.openstreetmap.josm.data.oauth Provides the classes for OAuth authentication to OSM.org.openstreetmap.josm.gui.oauth Provides GUI classes for handling OAuth authentication to OSM API.org.openstreetmap.josm.io Provides the classes for JOSM input/output support. -
-
Uses of OAuthParameters in org.openstreetmap.josm.data.oauth
Methods in org.openstreetmap.josm.data.oauth that return OAuthParameters Modifier and Type Method Description static OAuthParameters
OAuthParameters. createDefault()
Replies a set of default parameters for a consumer accessing the standard OSM server atIUrls.getDefaultOsmApiUrl()
.static OAuthParameters
OAuthParameters. createDefault(String apiUrl)
Replies a set of default parameters for a consumer accessing an OSM server at the given API url.static OAuthParameters
OAuthParameters. createFromApiUrl(String apiUrl)
Replies a set of parameters as defined in the preferences.Constructors in org.openstreetmap.josm.data.oauth with parameters of type OAuthParameters Constructor Description OAuthParameters(OAuthParameters other)
Creates a clone of the parameters inother
. -
Uses of OAuthParameters in org.openstreetmap.josm.gui.oauth
Fields in org.openstreetmap.josm.gui.oauth declared as OAuthParameters Modifier and Type Field Description private OAuthParameters
TestAccessTokenTask. oauthParameters
private OAuthParameters
OsmOAuthAuthorizationClient. oauthProviderParameters
private OAuthParameters
RetrieveAccessTokenTask. parameters
private OAuthParameters
RetrieveRequestTokenTask. parameters
Methods in org.openstreetmap.josm.gui.oauth that return OAuthParameters Modifier and Type Method Description OAuthParameters
AdvancedOAuthPropertiesPanel. getAdvancedParameters()
Replies the OAuth parameters currently edited in this properties panel.OAuthParameters
AbstractAuthorizationUI. getOAuthParameters()
Replies the current set of advanced OAuth parameters in this UIOAuthParameters
OAuthAuthorizationWizard. getOAuthParameters()
Replies the current OAuth parameters.Methods in org.openstreetmap.josm.gui.oauth with parameters of type OAuthParameters Modifier and Type Method Description void
AdvancedOAuthPropertiesPanel. setAdvancedParameters(OAuthParameters parameters)
Sets the advanced parameters to be displayedConstructors in org.openstreetmap.josm.gui.oauth with parameters of type OAuthParameters Constructor Description OsmOAuthAuthorizationClient(OAuthParameters parameters)
Creates a new authorisation client with the parametersparameters
.OsmOAuthAuthorizationClient(OAuthParameters parameters, OAuthToken requestToken)
Creates a new authorisation client with the parametersparameters
and an already known Request Token.RetrieveAccessTokenTask(Component parent, OAuthParameters parameters, OAuthToken requestToken)
Creates the taskRetrieveRequestTokenTask(Component parent, OAuthParameters parameters)
Creates the taskTestAccessTokenTask(Component parent, 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 Modifier and Type Field Description protected OAuthParameters
OsmConnection. oauthParameters
-