|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.wsrp4j.consumer.driver.GenericUserRegistryImpl
public class GenericUserRegistryImpl
| Constructor Summary | |
|---|---|
GenericUserRegistryImpl()
|
|
| Method Summary | |
|---|---|
User |
addUser(User user)
Add a user. |
java.util.Iterator |
getAllUsers()
Get an iterator with all known users |
User |
getUser(java.lang.String userID)
Get the user with the given id |
void |
removeAllUsers()
Remove all users from the registry |
User |
removeUser(java.lang.String userID)
Remove a user from the list of known user |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GenericUserRegistryImpl()
| Method Detail |
|---|
public User getUser(java.lang.String userID)
getUser in interface UserRegistryuserID - The ID of the user
public User removeUser(java.lang.String userID)
removeUser in interface UserRegistryuserID - The ID of the user
public User addUser(User user)
addUser in interface UserRegistryuser - The user object to add
public java.util.Iterator getAllUsers()
getAllUsers in interface UserRegistrypublic void removeAllUsers()
UserRegistry
removeAllUsers in interface UserRegistry
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||