Uses of Class
org.openstreetmap.josm.data.oauth.OsmPrivileges

Packages that use OsmPrivileges
org.openstreetmap.josm.gui.oauth   
 

Uses of OsmPrivileges in org.openstreetmap.josm.gui.oauth
 

Methods in org.openstreetmap.josm.gui.oauth that return OsmPrivileges
 OsmPrivileges OsmPrivilegesPanel.getPrivileges()
          Replies the currently entered privileges
 

Methods in org.openstreetmap.josm.gui.oauth with parameters of type OsmPrivileges
 void OsmOAuthAuthorizationClient.authorise(OAuthToken requestToken, java.lang.String osmUserName, java.lang.String osmPassword, 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)
           
 



JOSM