public class User
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ANONYMOUS |
| Constructor and Description |
|---|
User() |
| Modifier and Type | Method and Description |
|---|---|
static User |
anonymous() |
boolean |
isAnonymous() |
static User |
of(java.lang.String name) |
public static final java.lang.String ANONYMOUS