OpenTwin 0.1
OpenTwin
 
Loading...
Searching...
No Matches
ot::UserCredentials Class Reference

#include "UserCredentials.h"

Public Member Functions

 UserCredentials ()
 
virtual ~UserCredentials ()
 
void setUserName (std::string name)
 
std::string getUserName (void)
 
void setPassword (std::string pwd)
 
void setEncryptedPassword (std::string pwd)
 
std::string getEncryptedPassword (void)
 
std::string getPassword (void)
 

Static Public Member Functions

static std::string encryptString (std::string data)
 
static std::string decryptString (std::string data)
 

Constructor & Destructor Documentation

◆ UserCredentials()

ot::UserCredentials::UserCredentials ( )
inline

◆ ~UserCredentials()

virtual ot::UserCredentials::~UserCredentials ( )
inlinevirtual

Member Function Documentation

◆ decryptString()

std::string ot::UserCredentials::decryptString ( std::string data)
static

◆ encryptString()

std::string ot::UserCredentials::encryptString ( std::string data)
static

◆ getEncryptedPassword()

std::string ot::UserCredentials::getEncryptedPassword ( void )
inline

◆ getPassword()

std::string ot::UserCredentials::getPassword ( void )
inline

◆ getUserName()

std::string ot::UserCredentials::getUserName ( void )
inline

◆ setEncryptedPassword()

void ot::UserCredentials::setEncryptedPassword ( std::string pwd)
inline

◆ setPassword()

void ot::UserCredentials::setPassword ( std::string pwd)
inline

◆ setUserName()

void ot::UserCredentials::setUserName ( std::string name)
inline

The documentation for this class was generated from the following files: