Package | Description |
---|---|
de.espirit.firstspirit.service.permission.groups |
Modifier and Type | Method and Description |
---|---|
User |
Users.addUser(String login,
String password)
|
User |
Users.getUserByLogin(String login)
Returns the user specified by the given
login or null if no user exists with the
given login. |
User[] |
Users.getUsers()
Returns an array of all existing users.
|
Modifier and Type | Method and Description |
---|---|
Iterator<User> |
Users.iterator()
Returns an iterator of all existing users.
|
Modifier and Type | Method and Description |
---|---|
void |
Users.removeUser(User user)
Removes the given user from the list of
users |
Copyright © 2014 e-Spirit AG. All Rights Reserved. Build 5.0_BETA.500