|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use User | |
---|---|
de.espirit.firstspirit.service.permission.groups |
Uses of User in de.espirit.firstspirit.service.permission.groups |
---|
Methods in de.espirit.firstspirit.service.permission.groups that return User | |
---|---|
User |
Users.addUser(String login,
String password)
Creates a new user with the given login and password
and adds it to the list of users |
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. |
Methods in de.espirit.firstspirit.service.permission.groups that return types with arguments of type User | |
---|---|
Iterator<User> |
Users.iterator()
Returns an iterator of all existing users. |
Methods in de.espirit.firstspirit.service.permission.groups with parameters of type User | |
---|---|
void |
Users.removeUser(User user)
Removes the given user from the list of users |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |