public class User extends MorpheusModel
| Modifier and Type | Field and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.String> |
permissions
A Map of the user's permissions where the key is the
Permission.code and the value is the highest Permission.AccessType |
java.lang.String |
username
the User's login username
|
config, id| Constructor and Description |
|---|
User() |
getConfig, getConfigMap, getConfigProperty, getDirtyProperties, getDirtyPropertyValues, getId, getProperties, markClean, markDirty, setConfig, setConfigMap, setIdpublic java.lang.String username
public java.util.Map<java.lang.String,java.lang.String> permissions
Permission.code and the value is the highest Permission.AccessType