Account
| BdsApi 2.0.11 |
Bds::User Class Reference
This holds information on a user. More...
#include <BdsD.h>
Inheritance diagram for Bds::User:
Public Member Functions | |
| User (BUInt32 id=0, BString user=BString(), BString password=BString(), BString name=BString(), BString email=BString(), BString telephone=BString(), BString address=BString(), BInt32 enabled=0, BList< BString > groups=BList< BString >()) | |
| BString | getType () |
| BError | setMembers (BDictString &members) |
| BError | setMember (BString name, BString value) |
| BError | getMembers (BDictString &members) |
| BError | getMember (BString name, BString &value) |
Public Member Functions inherited from BObj | |
| BObj () | |
| virtual | ~BObj () |
| virtual const char * | getType () const |
| virtual const BObjMember * | getMembers () const |
| virtual void | membersPrint () const |
| virtual BString | getDebugString () |
Public Attributes | |
| BUInt32 | id |
| The unique user ID. More... | |
| BString | user |
| The User ID. More... | |
| BString | password |
| The Users password. More... | |
| BString | name |
| The Users full name. More... | |
| BString | |
| The users email Address. More... | |
| BString | telephone |
| The Users telephone number. More... | |
| BString | address |
| The Users postal address. More... | |
| BInt32 | enabled |
| Whether the users account is enabled. More... | |
| BList< BString > | groups |
| The security groups the user belongs to. More... | |
Detailed Description
This holds information on a user.
Constructor & Destructor Documentation
◆ User()
| Bds::User::User | ( | BUInt32 | id = 0, |
| BString | user = BString(), | ||
| BString | password = BString(), | ||
| BString | name = BString(), | ||
| BString | email = BString(), | ||
| BString | telephone = BString(), | ||
| BString | address = BString(), | ||
| BInt32 | enabled = 0, | ||
| BList< BString > | groups = BList<BString >() | ||
| ) |
Member Function Documentation
◆ getMember()
◆ getMembers()
| virtual |
Reimplemented from BObj.
◆ getType()
| BString Bds::User::getType | ( | ) |
◆ setMember()
◆ setMembers()
| virtual |
Reimplemented from BObj.
Member Data Documentation
◆ address
| BString Bds::User::address |
The Users postal address.
| BString Bds::User::email |
The users email Address.
◆ enabled
| BInt32 Bds::User::enabled |
Whether the users account is enabled.
◆ groups
◆ id
| BUInt32 Bds::User::id |
The unique user ID.
◆ name
| BString Bds::User::name |
The Users full name.
◆ password
| BString Bds::User::password |
The Users password.
◆ telephone
| BString Bds::User::telephone |
The Users telephone number.
◆ user
The documentation for this class was generated from the following files:
Generated by
1.8.15 
Public Member Functions inherited from