com.threerings.presents.server
Class PresentsObjectAccess

java.lang.Object
  extended by com.threerings.presents.server.PresentsObjectAccess

public class PresentsObjectAccess
extends Object

Defines the various object access controllers used by the Presents server.


Field Summary
static AccessController CLIENT
          Provides access control for client objects.
static AccessController DEFAULT
          Our default access controller.
 
Constructor Summary
PresentsObjectAccess()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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.

Constructor Detail

PresentsObjectAccess

public PresentsObjectAccess()