Uses of Class
org.openstreetmap.josm.gui.oauth.AbstractAuthorizationUI
-
Packages that use AbstractAuthorizationUI Package Description org.openstreetmap.josm.gui.oauth Provides GUI classes for handling OAuth authentication to OSM API. -
-
Uses of AbstractAuthorizationUI in org.openstreetmap.josm.gui.oauth
Subclasses of AbstractAuthorizationUI in org.openstreetmap.josm.gui.oauth Modifier and Type Class Description class
FullyAutomaticAuthorizationUI
This is an UI which supports a JOSM user to get an OAuth Access Token in a fully automatic process.class
ManualAuthorizationUI
This is an UI which supports a JOSM user to get an OAuth Access Token in a fully manual process.class
SemiAutomaticAuthorizationUI
This is the UI for running a semi-automatic authorisation procedure.Methods in org.openstreetmap.josm.gui.oauth that return AbstractAuthorizationUI Modifier and Type Method Description protected AbstractAuthorizationUI
OAuthAuthorizationWizard. getCurrentAuthorisationUI()
-