Public Member Functions | |
UserHandlerImpl () throws LaserConsoleException | |
Collection | getUsers () throws LaserConsoleException |
User | getUser (String name) throws LaserConsoleException |
User | createUser (String name, String password) throws LaserConsoleException |
void | removeUser (String name) throws LaserConsoleException |
Private Member Functions | |
Object | getConsoleUserEntityEJBHome () throws LaserConnectionException |
Private Attributes | |
UserImpl | user |
ArrayList | users = new ArrayList() |
|
|
|
Factory method. Define a new alarm console user.
Implements cern::laser::console::UserHandler.
|
|
|
|
Get the user by its name.
Implements cern::laser::console::UserHandler.
|
|
Get all the defined alarm console users.
Implements cern::laser::console::UserHandler.
|
|
Remove an alarm console user.
Implements cern::laser::console::UserHandler.
|
|
|
|
|