Public Member Functions | |
abstract Collection | getUsers () throws LaserConsoleException |
abstract User | getUser (String name) throws LaserConsoleException |
abstract User | createUser (String name, String password) throws LaserConsoleException |
abstract void | removeUser (String name) throws LaserConsoleException |
Static Public Member Functions | |
UserHandler | get () throws LaserConsoleException |
Static Private Attributes | |
UserHandler | instance = null |
|
Factory method. Define a new alarm console user.
Implemented in cern::laser::console::impl::UserHandlerImpl, and cern::laser::guiplatform::user::helpers::UserHandler.
|
|
Factory method.
Reimplemented in cern::laser::guiplatform::user::helpers::UserHandler.
|
|
Get the user by its name.
Implemented in cern::laser::console::impl::UserHandlerImpl, and cern::laser::guiplatform::user::helpers::UserHandler.
|
|
Get all the defined alarm console users.
Implemented in cern::laser::console::impl::UserHandlerImpl, and cern::laser::guiplatform::user::helpers::UserHandler.
|
|
Remove an alarm console user.
Implemented in cern::laser::console::impl::UserHandlerImpl, and cern::laser::guiplatform::user::helpers::UserHandler.
|
|
|