Uses of Class
org.openstreetmap.josm.io.remotecontrol.handler.AuthorizationHandler.ResponseRecord
-
Packages that use AuthorizationHandler.ResponseRecord Package Description org.openstreetmap.josm.data.oauth Provides the classes for OAuth authentication to OSM.org.openstreetmap.josm.io.remotecontrol.handler Provides the classes for remote control handlers (features exposed to the browser). -
-
Uses of AuthorizationHandler.ResponseRecord in org.openstreetmap.josm.data.oauth
Methods in org.openstreetmap.josm.data.oauth that return AuthorizationHandler.ResponseRecord Modifier and Type Method Description AuthorizationHandler.ResponseRecordOAuth20Authorization.OAuth20AuthorizationHandler. handleRequest(java.lang.String sender, java.lang.String request, java.util.Map<java.lang.String,java.lang.String> args) -
Uses of AuthorizationHandler.ResponseRecord in org.openstreetmap.josm.io.remotecontrol.handler
Methods in org.openstreetmap.josm.io.remotecontrol.handler that return AuthorizationHandler.ResponseRecord Modifier and Type Method Description AuthorizationHandler.ResponseRecordAuthorizationHandler.AuthorizationConsumer. handleRequest(java.lang.String sender, java.lang.String request, java.util.Map<java.lang.String,java.lang.String> args)Handle the request.
-