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.

The users email Address.

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.

The Users password.

The Users telephone number.

BString Bds::User::user

The User ID.


The documentation for this class was generated from the following files:

Generated on 29 Jan 2015 for BdsApi by  doxygen 1.6.1