Uses of Class
org.openstreetmap.josm.gui.oauth.OsmOAuthAuthorizationException
-
Packages that use OsmOAuthAuthorizationException Package Description org.openstreetmap.josm.gui.oauth Provides GUI classes for handling OAuth authentication to OSM API. -
-
Uses of OsmOAuthAuthorizationException in org.openstreetmap.josm.gui.oauth
Subclasses of OsmOAuthAuthorizationException in org.openstreetmap.josm.gui.oauth Modifier and Type Class Description class
OsmLoginFailedException
OSM login failure exception.Methods in org.openstreetmap.josm.gui.oauth with parameters of type OsmOAuthAuthorizationException Modifier and Type Method Description protected void
FullyAutomaticAuthorizationUI.FullyAutomaticAuthorisationTask. handleException(OsmOAuthAuthorizationException e)
Methods in org.openstreetmap.josm.gui.oauth that throw OsmOAuthAuthorizationException 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. 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)
-