Uses of Interface
org.openstreetmap.josm.io.remotecontrol.handler.AuthorizationHandler.AuthorizationConsumer
-
Packages that use AuthorizationHandler.AuthorizationConsumer 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.AuthorizationConsumer in org.openstreetmap.josm.data.oauth
Classes in org.openstreetmap.josm.data.oauth that implement AuthorizationHandler.AuthorizationConsumer Modifier and Type Class Description private static class
OAuth20Authorization.OAuth20AuthorizationHandler
-
Uses of AuthorizationHandler.AuthorizationConsumer in org.openstreetmap.josm.io.remotecontrol.handler
Fields in org.openstreetmap.josm.io.remotecontrol.handler declared as AuthorizationHandler.AuthorizationConsumer Modifier and Type Field Description private AuthorizationHandler.AuthorizationConsumer
AuthorizationHandler. consumer
Fields in org.openstreetmap.josm.io.remotecontrol.handler with type parameters of type AuthorizationHandler.AuthorizationConsumer Modifier and Type Field Description private static java.util.Map<java.lang.String,AuthorizationHandler.AuthorizationConsumer>
AuthorizationHandler. AUTHORIZATION_CONSUMERS
Methods in org.openstreetmap.josm.io.remotecontrol.handler with parameters of type AuthorizationHandler.AuthorizationConsumer Modifier and Type Method Description static void
AuthorizationHandler. addAuthorizationConsumer(java.lang.String state, AuthorizationHandler.AuthorizationConsumer consumer)
Add an authorization consumer.
-