Class RequestHandler.PermissionCache
- java.lang.Object
-
- org.openstreetmap.josm.io.remotecontrol.handler.RequestHandler.PermissionCache
-
- Enclosing class:
- RequestHandler
static class RequestHandler.PermissionCache extends Object
-
-
Constructor Summary
Constructors Constructor Description PermissionCache()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
allow(String command, String sender)
void
clear()
boolean
isAllowed(String command, String sender)
-