

Definition at line 126 of file osbuser.idl.
| void corba::osbadm::UserWriter::changePassword | ( | in common::Utf8String | oldPw, | |
| in common::Utf8String | newPw | |||
| ) | raises (common::OsbCorbaException) |
Change the password.
| oldPw | The old password of the user. | |
| newPw | The new password of the user. |
| OsbException | if the old password is not correct. |
| void corba::osbadm::UserWriter::commitChanges | ( | in boolean | noWait | ) | raises (common::OsbCorbaException) |
Commit the changes made on this user.
| noWait | Wait for database locks? |
| OsbCorbaException | in case of database errors. |
| void corba::osbadm::UserWriter::resetPassword | ( | in common::Utf8String | newPw | ) | raises (common::OsbCorbaException) |
Reset the password.
| newPw | The new password of the user. |
| void corba::osbadm::UserWriter::revoke | ( | in ModuleId | modId | ) | raises (common::OsbCorbaException) |
Revoke the access rights for a module.
| modId | OSB module to remove from the user. |
| boolean corba::osbadm::UserWriter::setDefModule | ( | in ModuleId | defMod | ) | raises (common::OsbCorbaException) |
Set the default module.
| defMod | The default module of the user. |
| void corba::osbadm::UserWriter::setEmail | ( | in common::Utf8String | ) | raises (common::OsbCorbaException) |
Set email address of the user.
| Email address of the user. |
| void corba::osbadm::UserWriter::setGrants | ( | in UserGroupIdSeq | grps | ) | raises (common::OsbCorbaException) |
Grant the module and access rights of user groups.
| grps | List of user groups available for the user. Id's that are 0 are ignored. |
| OsbCorbaException | if a user group does not exist. |
| void corba::osbadm::UserWriter::setName | ( | in common::Utf8String | name | ) | raises (common::OsbCorbaException) |
1.4.7