| Package | Description |
|---|---|
| org.jabylon.users | |
| org.jabylon.users.impl | |
| org.jabylon.users.util |
| Modifier and Type | Method and Description |
|---|---|
User |
UsersFactory.createUser()
Returns a new object of class 'User'
|
User |
UserManagement.findUserByName(String name) |
User |
UserManagement.findUserByToken(String token)
Tries to find a user by auth token.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<User> |
UserManagement.getUsers()
Returns the value of the 'Users' containment reference list.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UserImpl
An implementation of the model object 'User'
|
| Modifier and Type | Method and Description |
|---|---|
User |
UsersFactoryImpl.createUser() |
User |
UserManagementImpl.findUserByName(String name)
May return null!
|
User |
UserManagementImpl.findUserByToken(String token) |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<User> |
UserManagementImpl.getUsers() |
| Modifier and Type | Method and Description |
|---|---|
T |
UsersSwitch.caseUser(User object)
Returns the result of interpreting the object as an instance of 'User'
|
Copyright © 2013–2017 Jabylon. All rights reserved.