CBEAccount

Superclass:
NSObject
Declared In:

Introduction

login account information



Methods

-firstName
-lastName
-password
-rootContainer
-source
-userId
-username

firstName


- (NSString*) firstName; 
Discussion

Returns the given name of the user.


lastName


- (NSString*) lastName; 
Discussion

Returns the surname of the user.


password


- (NSString*) password; 
Discussion

Returns the password of the account.


rootContainer


- (CBEContainer*) rootContainer; 
Discussion

Returns the rootContainer for the account.


source


- (NSString*) source; 
Discussion

Returns the tenant admin of the account and owner of the tenant group database.


userId


- (CBEUserId) userId; 
Discussion

Returns the account id of the user.


username


- (NSString*) username; 
Discussion

Returns the username of the account.