
All functions throw if the user can not be locked.
Definition at line 62 of file osbuser.idl.
| ModuleIdSeq corba::osbadm::User::availModules | ( | ) | raises (common::OsbCorbaException) |
List of OSB modules available to the user.
| ModuleId corba::osbadm::User::defModule | ( | ) | raises (common::OsbCorbaException) |
Default OSB module of the user, it may not be set.
| common::Utf8String corba::osbadm::User::email | ( | ) | raises (common::OsbCorbaException) |
Gets email address of the user.
| UserWriter corba::osbadm::User::getWriter | ( | ) | raises (common::OsbCorbaException) |
Gets user writer for user information modification.
| UserId corba::osbadm::User::id | ( | ) | raises (common::OsbCorbaException) |
Unique user id.
User id is unique and created by the system. It cannot be changed once created.
| boolean corba::osbadm::User::isAvailable | ( | in ModuleId | id | ) | raises (common::OsbCorbaException) |
Module available for the user?
| common::Utf8String corba::osbadm::User::loginName | ( | ) | raises (common::OsbCorbaException) |
Get the user login name.
| common::Utf8String corba::osbadm::User::name | ( | ) | raises (common::OsbCorbaException) |
Gets user (full) name.
The user (full) name is not used for login. It is for information only.
| UserGroupId corba::osbadm::User::userGroup | ( | in ModuleId | modId | ) | raises (common::OsbCorbaException) |
Get the user group that defines the access rights for a module.
| modId | Id of the module. |
1.4.7