com.threerings.presents.server
Class PresentsObjectAccess
java.lang.Object
com.threerings.presents.server.PresentsObjectAccess
public class PresentsObjectAccess
- extends Object
Defines the various object access controllers used by the Presents server.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT
public static AccessController DEFAULT
- Our default access controller. Disallows modification of any object but allows anyone to
subscribe.
CLIENT
public static AccessController CLIENT
- Provides access control for client objects.
PresentsObjectAccess
public PresentsObjectAccess()