| Package | Description |
|---|---|
| com.threerings.crowd.server | |
| com.threerings.presents.dobj | |
| com.threerings.presents.server |
| Modifier and Type | Class and Description |
|---|---|
static class |
CrowdObjectAccess.BureauAccessController
Extends the access control in
CrowdObjectAccess.PlaceAccessController to allow Bureau clients to
subscribe. |
static class |
CrowdObjectAccess.PlaceAccessController
Provides access control for place objects.
|
| Modifier and Type | Method and Description |
|---|---|
AccessController |
DObject.getAccessController()
Returns a reference to the access controller in use by this object or null if none has been
configured.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DObject.setAccessController(AccessController controller)
Provides this object with an entity that can be used to validate subscription requests and
events before they are processed.
|
| Modifier and Type | Field and Description |
|---|---|
static AccessController |
PresentsObjectAccess.CLIENT
Provides access control for client objects.
|
static AccessController |
PresentsObjectAccess.DEFAULT
Our default access controller.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PresentsDObjectMgr.setDefaultAccessController(AccessController controller)
Sets up an access controller that will be provided to any distributed objects created on the
server.
|
Copyright © 2015. All rights reserved.