Cleaned up the fine-grained permissions system a bit so that Yohoho can make
use of it in good conscience. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5117 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -24,8 +24,9 @@ package com.threerings.crowd.data;
|
||||
import com.threerings.io.SimpleStreamableObject;
|
||||
|
||||
/**
|
||||
* Defines access control tokens that convey certain privileges to users (see {@link
|
||||
* BodyObject#checkAccess}).
|
||||
* Defines access control tokens that convey certain privileges to users.
|
||||
*
|
||||
* @see BodyObject#checkAccess
|
||||
*/
|
||||
public class TokenRing extends SimpleStreamableObject
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user