public interface UserManagement
extends org.eclipse.emf.cdo.CDOObject
The following features are supported:
UsersPackage.getUserManagement()| Modifier and Type | Method and Description |
|---|---|
Permission |
findPermissionByName(String name) |
Role |
findRoleByName(String name) |
User |
findUserByName(String name) |
User |
findUserByToken(String token)
Tries to find a user by auth token.
|
org.eclipse.emf.common.util.EList<Permission> |
getPermissions()
Returns the value of the 'Permissions' containment reference list.
|
org.eclipse.emf.common.util.EList<Role> |
getRoles()
Returns the value of the 'Roles' containment reference list.
|
org.eclipse.emf.common.util.EList<User> |
getUsers()
Returns the value of the 'Users' containment reference list.
|
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOptionorg.eclipse.emf.common.util.EList<User> getUsers()
User.
If the meaning of the 'Users' containment reference list isn't clear, there really should be more of a description here...
UsersPackage.getUserManagement_Users()org.eclipse.emf.common.util.EList<Role> getRoles()
Role.
If the meaning of the 'Roles' containment reference list isn't clear, there really should be more of a description here...
UsersPackage.getUserManagement_Roles()org.eclipse.emf.common.util.EList<Permission> getPermissions()
Permission.
If the meaning of the 'Permissions' containment reference list isn't clear, there really should be more of a description here...
UsersPackage.getUserManagement_Permissions()Permission findPermissionByName(String name)
User findUserByToken(String token)
User.getToken()
Copyright © 2013–2017 Jabylon. All rights reserved.