Uses of Class
org.openstreetmap.josm.gui.oauth.OsmOAuthAuthorizationException

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

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

Subclasses of OsmOAuthAuthorizationException in org.openstreetmap.josm.gui.oauth
 class OsmLoginFailedException
           
 

Methods in org.openstreetmap.josm.gui.oauth with parameters of type OsmOAuthAuthorizationException
protected  void FullyAutomaticAuthorizationUI.FullyAutomaticAuthorisationTask.alertAuthorisationFailed(OsmOAuthAuthorizationException e)
           
protected  void RetrieveAccessTokenTask.alertRetrievingAccessTokenFailed(OsmOAuthAuthorizationException e)
           
protected  void RetrieveRequestTokenTask.alertRetrievingRequestTokenFailed(OsmOAuthAuthorizationException e)
           
protected  void FullyAutomaticAuthorizationUI.FullyAutomaticAuthorisationTask.handleException(OsmOAuthAuthorizationException e)
           
 

Methods in org.openstreetmap.josm.gui.oauth that throw OsmOAuthAuthorizationException
 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.
 java.lang.String OsmOAuthAuthorizationClient.buildOsmLoginUrl()
          Derives the OSM login URL from the OAuth Authorization Website URL
protected  java.lang.String OsmOAuthAuthorizationClient.buildOsmLogoutUrl()
          Derives the OSM logout URL from the OAuth Authorization Website URL
protected  java.lang.String OsmOAuthAuthorizationClient.buildPostRequest(java.util.Map<java.lang.String,java.lang.String> parameters)
           
protected  void OsmOAuthAuthorizationClient.fetchOAuthToken(OsmOAuthAuthorizationClient.SessionId sessionId, OAuthToken requestToken)
          Submits a request to the OSM website for a OAuth form.
protected  OsmOAuthAuthorizationClient.SessionId OsmOAuthAuthorizationClient.fetchOsmWebsiteSessionId()
          Submits a request to the OSM website for a login form.
 OAuthToken OsmOAuthAuthorizationClient.getAccessToken(ProgressMonitor monitor)
          Submits a request for an Access Token to the Access Token Endpoint Url of the OAuth Service Provider and replies the request token.
 OAuthToken OsmOAuthAuthorizationClient.getRequestToken(ProgressMonitor monitor)
          Submits a request for a Request Token to the Request Token Endpoint Url of the OAuth Service Provider and replies the request token.
protected  UserInfo TestAccessTokenTask.getUserDetails()
           
protected  void OsmOAuthAuthorizationClient.logoutOsmSession(OsmOAuthAuthorizationClient.SessionId sessionId)
           
protected  void OsmOAuthAuthorizationClient.sendAuthorisationRequest(OsmOAuthAuthorizationClient.SessionId sessionId, OAuthToken requestToken, OsmPrivileges privileges)
           
 



JOSM