public static class CrowdObjectAccess.PlaceAccessController extends Object implements AccessController
PresentsObjectAccess.DEFAULT
modification policy.| Constructor and Description |
|---|
PlaceAccessController() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allowDispatch(DObject object,
DEvent event)
Should return true if the supplied event is legal for dispatch on
the specified distributed object.
|
boolean |
allowSubscribe(DObject object,
Subscriber<?> sub)
Should return true if the supplied subscriber is allowed to
subscribe to the specified object.
|
public boolean allowSubscribe(DObject object, Subscriber<?> sub)
AccessControllerallowSubscribe in interface AccessControllerpublic boolean allowDispatch(DObject object, DEvent event)
AccessControllerallowDispatch in interface AccessControllerCopyright © 2015. All rights reserved.