public class UserIdentifier extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
UserIdentifier.Ider
Implement this and set the mutha up.
|
| Constructor and Description |
|---|
UserIdentifier() |
| Modifier and Type | Method and Description |
|---|---|
static int |
getUserId(com.threerings.util.Name name)
Returns the id of the specified user, or 0 if they're not valid.
|
static void |
setIder(UserIdentifier.Ider userIder)
Set the global user identifier to use.
|
public static int getUserId(com.threerings.util.Name name)
public static void setIder(UserIdentifier.Ider userIder)
Copyright © 2015. All rights reserved.