public interface User
extends org.eclipse.emf.cdo.CDOObject
The following features are supported:
UsersPackage.getUser()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<Permission> |
getAllPermissions() |
String |
getDisplayName()
Returns the value of the 'Display Name' attribute
|
String |
getEmail()
Returns the value of the 'Email' attribute
|
String |
getName()
Returns the value of the 'Name' attribute
|
String |
getPassword()
Returns the value of the 'Password' attribute
|
org.eclipse.emf.common.util.EList<Permission> |
getPermissions()
Returns the value of the 'Permissions' reference list.
|
org.eclipse.emf.common.util.EList<Role> |
getRoles()
Returns the value of the 'Roles' reference list.
|
String |
getToken()
Returns the value of the 'Token' attribute
|
String |
getType()
Returns the value of the 'Type' attribute
|
boolean |
hasPermission(String permission) |
void |
setDisplayName(String value)
Sets the value of the '
Display Name' attribute |
void |
setEmail(String value)
Sets the value of the '
Email' attribute |
void |
setName(String value)
Sets the value of the '
Name' attribute |
void |
setPassword(String value)
Sets the value of the '
Password' attribute |
void |
setToken(String value)
Sets the value of the '
Token' attribute |
void |
setType(String value)
Sets the value of the '
Type' attribute |
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOptionString getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
UsersPackage.getUser_Name()void setName(String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()String getPassword()
If the meaning of the 'Password' attribute isn't clear, there really should be more of a description here...
setPassword(String),
UsersPackage.getUser_Password()void setPassword(String value)
Password' attribute.
value - the new value of the 'Password' attribute.getPassword()org.eclipse.emf.common.util.EList<Role> getRoles()
Role.
If the meaning of the 'Roles' reference list isn't clear, there really should be more of a description here...
UsersPackage.getUser_Roles()org.eclipse.emf.common.util.EList<Permission> getPermissions()
Permission.
If the meaning of the 'Permissions' reference list isn't clear, there really should be more of a description here...
UsersPackage.getUser_Permissions()String getDisplayName()
If the meaning of the 'Display Name' attribute isn't clear, there really should be more of a description here...
setDisplayName(String),
UsersPackage.getUser_DisplayName()void setDisplayName(String value)
Display Name' attribute.
value - the new value of the 'Display Name' attribute.getDisplayName()String getType()
If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
setType(String),
UsersPackage.getUser_Type()void setType(String value)
Type' attribute.
value - the new value of the 'Type' attribute.getType()String getEmail()
If the meaning of the 'Email' attribute isn't clear, there really should be more of a description here...
setEmail(String),
UsersPackage.getUser_Email()void setEmail(String value)
Email' attribute.
value - the new value of the 'Email' attribute.getEmail()String getToken()
The generated auth token of the user (if available)
setToken(String),
UsersPackage.getUser_Token()void setToken(String value)
Token' attribute.
value - the new value of the 'Token' attribute.getToken()org.eclipse.emf.common.util.EList<Permission> getAllPermissions()
boolean hasPermission(String permission)
Copyright © 2013–2017 Jabylon. All rights reserved.