Bds::User Class Reference
This holds information on a user.
More...
#include <BdsD.h>
List of all members.
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 | email |
| 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.
|
Detailed Description
This holds information on a user.
Constructor & Destructor Documentation
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 >() | |
|
) |
| | |
Member Function Documentation
BError Bds::User::getMembers |
( |
BDictString & |
members |
) |
|
BString Bds::User::getType |
( |
|
) |
|
BError Bds::User::setMembers |
( |
BDictString & |
members |
) |
|
Member Data Documentation
The Users postal address.
Whether the users account is enabled.
The security groups the user belongs to.
The Users telephone number.
The documentation for this class was generated from the following files: