CBEAccount
Introductionlogin account information MethodsfirstName- (NSString*) firstName; DiscussionReturns the given name of the user. lastName- (NSString*) lastName; DiscussionReturns the surname of the user. password- (NSString*) password; DiscussionReturns the password of the account. rootContainer- (CBEContainer*) rootContainer; DiscussionReturns the rootContainer for the account. source- (NSString*) source; DiscussionReturns the tenant admin of the account and owner of the tenant group database. userId- (CBEUserId) userId; DiscussionReturns the account id of the user. username- (NSString*) username; DiscussionReturns the username of the account. |