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

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.


The documentation for this class was generated from the following files:
Generated on Mon Dec 13 14:44:24 2010 for BdsApi by  doxygen 1.4.7