Account
BdsApi 4.0.1 This is the Blacknest BDS API. |
Loading...
Searching...
No Matches
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 >()) | |
const char * | getType () const |
BError | setMembers (BDictString &members) |
BError | setMember (BString name, BString value) |
BError | getMembers (BDictString &members) |
BError | getMember (BString name, BString &value) |
![]() | |
BObj () | |
virtual | ~BObj () |
virtual const char * | getType () const |
virtual const BObjMember * | getMembers () const |
virtual BError | getMembers (BDictString &members) |
virtual BError | getMember (BString name, BString &value) |
virtual BError | setMembers (BDictString &members) |
virtual BError | setMember (BString name, BString value) |
virtual void | membersPrint () const |
virtual BString | getDebugString () |
Public Attributes | |
BUInt32 | id |
The unique user ID. | |
BString | user |
The User ID. | |
BString | password |
The User's password. | |
BString | name |
The User's full name. | |
BString | |
The User's email Address. | |
BString | telephone |
The User's telephone number. | |
BString | address |
The User's 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.
All information on a BDS user is stored along with the security groups they belong to.
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
◆ getType()
| virtual |
Reimplemented from BObj.
◆ setMembers()
| virtual |
Reimplemented from BObj.
◆ setMember()
◆ getMembers()
| virtual |
Reimplemented from BObj.
◆ getMember()
Member Data Documentation
◆ id
BUInt32 Bds::User::id |
The unique user ID.
◆ user
◆ password
◆ name
◆ telephone
◆ address
◆ enabled
BInt32 Bds::User::enabled |
Whether the users account is enabled.
◆ groups
The documentation for this class was generated from the following files:
Generated by