Data structure containing all login data of a user. More...
#include <user.hpp>
Public Member Functions | |
User () | |
User (const User &o) | |
User (const std::string &Authenticator, const std::string &Mech, const std::string &uName, const std::string &Name) | |
~User () | |
Destructor. More... | |
const std::string & | authenticator () const |
Return the authenticator identifier. More... | |
const std::string & | mech () const |
Return the authentication mech. More... | |
time_t | loginTime () const |
Return the login moment. More... | |
const std::string & | uname () const |
Return the username. More... | |
const std::string & | name () const |
Return the real name of the user. More... | |
Private Attributes | |
const types::SecureString | m_authenticator |
authenticator identifier More... | |
const types::SecureString | m_mech |
authentication mech More... | |
time_t | m_loginTime |
login time More... | |
const types::SecureString | m_uname |
username More... | |
const types::SecureString | m_name |
name of the user More... | |
Data structure containing all login data of a user.
|
inline |
|
inline |
|
inline |
|
inline |
Destructor.
|
inline |
Return the authenticator identifier.
|
inline |
Return the login moment.
|
inline |
Return the authentication mech.
|
inline |
Return the real name of the user.
|
inline |
Return the username.
|
private |
authenticator identifier
|
private |
login time
|
private |
authentication mech
|
private |
name of the user
|
private |
username
Copyright © 2014 - Project Wolframe - All Rights Reserved