|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface UserManager
User manager.
| Method Summary | |
|---|---|
void |
add(User user)
Add the given user |
User |
getUser(java.lang.String userId)
Get the user with the given user id. |
User[] |
getUsers()
Get all users. |
UserType[] |
getUserTypes()
Get all supported user types |
void |
remove(User user)
Remove the given user |
| Methods inherited from interface org.apache.lenya.ac.ItemManager |
|---|
addItemManagerListener, getAccreditableManager, removeItemManagerListener |
| Method Detail |
|---|
User[] getUsers()
UserType[] getUserTypes()
void add(User user)
throws AccessControlException
user - A user.
AccessControlException - when the user is already contained.
void remove(User user)
throws AccessControlException
user - User that is to be removed
AccessControlException - when the user is not contained.User getUser(java.lang.String userId)
userId - user id of requested user
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||