Uses of Class
org.openstreetmap.josm.data.oauth.OsmPrivileges
-
Packages that use OsmPrivileges Package Description org.openstreetmap.josm.gui.oauth Provides GUI classes for handling OAuth authentication to OSM API. -
-
Uses of OsmPrivileges in org.openstreetmap.josm.gui.oauth
Methods in org.openstreetmap.josm.gui.oauth that return OsmPrivileges Modifier and Type Method Description OsmPrivileges
OsmPrivilegesPanel. getPrivileges()
Replies the currently entered privilegesMethods in org.openstreetmap.josm.gui.oauth with parameters of type OsmPrivileges Modifier and Type Method Description void
OsmOAuthAuthorizationClient. authorise(OAuthToken requestToken, String userName, String password, OsmPrivileges privileges, ProgressMonitor monitor)
Automatically authorises a request token for a set of privileges.protected void
OsmOAuthAuthorizationClient. sendAuthorisationRequest(OsmOAuthAuthorizationClient.SessionId sessionId, OAuthToken requestToken, OsmPrivileges privileges)
-