#include <BdsD.h>
Public Member Functions | |
User (BUInt32 pid=BUInt32(), BString puser=BString(), BString ppassword=BString(), BString pname=BString(), BString pemail=BString(), BString ptelephone=BString(), BString paddress=BString(), BInt32 penabled=BInt32(), BList< BString > pgroups=BList< BString >()) | |
BString | getType () |
BError | setMembers (BDictString &members) |
BError | getMembers (BDictString &members) |
Public Attributes | |
BUInt32 | id |
The unique user ID. | |
BString | user |
The User ID. | |
BString | password |
The Users password. | |
BString | name |
The Users full name. | |
BString | |
The users email Address. | |
BString | telephone |
The Users telephone number. | |
BString | address |
The Users postal address. | |
BInt32 | enabled |
Whether the users account is enabled. | |
BList< BString > | groups |
The security groups the user belongs to. |
Bds::User::User | ( | BUInt32 | pid = BUInt32() , |
|
BString | puser = BString() , |
|||
BString | ppassword = BString() , |
|||
BString | pname = BString() , |
|||
BString | pemail = BString() , |
|||
BString | ptelephone = BString() , |
|||
BString | paddress = BString() , |
|||
BInt32 | penabled = BInt32() , |
|||
BList< BString > | pgroups = BList< BString >() | |||
) |
BError Bds::User::getMembers | ( | BDictString & | members | ) |
BString Bds::User::getType | ( | ) |
BError Bds::User::setMembers | ( | BDictString & | members | ) |
BString Bds::User::address |
The Users postal address.
BString Bds::User::email |
The users email Address.
BInt32 Bds::User::enabled |
Whether the users account is enabled.
BList<BString > Bds::User::groups |
The security groups the user belongs to.
BUInt32 Bds::User::id |
The unique user ID.
BString Bds::User::name |
The Users full name.
BString Bds::User::password |
The Users password.
BString Bds::User::telephone |
The Users telephone number.
BString Bds::User::user |
The User ID.