@Beta public final class User extends Principal
Modifier and Type | Class and Description |
---|---|
static class |
User.Builder |
Modifier and Type | Method and Description |
---|---|
static User.Builder |
create() |
static User.Builder |
create(User user) |
String |
getAuthenticationHash() |
String |
getEmail() |
String |
getLogin() |
PropertyTree |
getProfile() |
boolean |
isDisabled() |
equals, getDescription, getDisplayName, getKey, getModifiedTime, hashCode
public static final User ANONYMOUS
public String getEmail()
public String getLogin()
public String getAuthenticationHash()
public boolean isDisabled()
public PropertyTree getProfile()
public static User.Builder create()
public static User.Builder create(User user)