iberbox
2.1.2
|
The user info data class. More...
Public Member Functions | |
uint64_t | getCreationTime () const |
Gets the user creation time. More... | |
std::string | getEmail () |
Gets the email of the user. More... | |
std::string | getFirstName () |
Gets the first name of the user. More... | |
const UserHandle & | getHandle () const |
Gets the user handle. More... | |
UserId | getId () const |
Gets the user identifier. More... | |
std::string | getLastName () |
Gets the last name of the user. More... | |
bool | hasMultiFactorAuthEnabled () const |
Gets whether the account has multifactor authentication enabled. More... | |
UserInfoData () | |
Constructs a new User Info Data object. More... | |
virtual | ~UserInfoData () |
Static Public Attributes | |
static const UserHandle | INVALID_HANDLE |
static const UserId | INVALID_ID |
The user info data class.
iberbox::UserInfoData::UserInfoData | ( | ) |
Constructs a new User Info Data object.
|
virtual |
uint64_t iberbox::UserInfoData::getCreationTime | ( | ) | const |
Gets the user creation time.
std::string iberbox::UserInfoData::getEmail | ( | ) |
Gets the email of the user.
std::string iberbox::UserInfoData::getFirstName | ( | ) |
Gets the first name of the user.
const UserHandle& iberbox::UserInfoData::getHandle | ( | ) | const |
Gets the user handle.
UserId iberbox::UserInfoData::getId | ( | ) | const |
Gets the user identifier.
std::string iberbox::UserInfoData::getLastName | ( | ) |
Gets the last name of the user.
bool iberbox::UserInfoData::hasMultiFactorAuthEnabled | ( | ) | const |
Gets whether the account has multifactor authentication enabled.
|
static |
|
static |