Public Member Functions | |
abstract Collection | getUsers () throws LaserDefinitionException |
abstract AdminUser | createUser (String name, String password) throws LaserDefinitionException |
abstract AdminUser | loginUser (String name, String password) throws LaserDefinitionException |
abstract void | removeUser (String name) throws LaserDefinitionException |
Static Public Member Functions | |
AdminUserHandler | get () throws LaserException, LaserConnectionException |
Static Private Attributes | |
AdminUserHandler | instance = null |
|
Create a new administrative user.
Implemented in cern::laser::definition::impl::AdminUserHandlerImpl.
|
|
Factory method.
|
|
Get the administrative users.
Implemented in cern::laser::definition::impl::AdminUserHandlerImpl.
|
|
Authenticate an administrative user.
Implemented in cern::laser::definition::impl::AdminUserHandlerImpl.
|
|
Remove an administrative user.
Implemented in cern::laser::definition::impl::AdminUserHandlerImpl.
|
|
|