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 classFullyAutomaticAuthorizationUIThis is a UI which supports a JOSM user to get an OAuth Access Token in a fully automatic process.classManualAuthorizationUIThis is an UI which supports a JOSM user to get an OAuth Access Token in a fully manual process.Methods in org.openstreetmap.josm.gui.oauth that return AbstractAuthorizationUI Modifier and Type Method Description protected AbstractAuthorizationUIOAuthAuthorizationWizard. getCurrentAuthorisationUI()
-