public interface AccessController
| 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<?> subscriber)
Should return true if the supplied subscriber is allowed to
subscribe to the specified object.
|
boolean allowSubscribe(DObject object, Subscriber<?> subscriber)
Copyright © 2015. All rights reserved.