30#ifndef JELLYFIN_DTO_AUTHENTICATEUSERBYNAME_H 
   31#define JELLYFIN_DTO_AUTHENTICATEUSERBYNAME_H 
   59    QJsonObject 
toJson() 
const;
 
   80    void setPw(QString newPw);
 
 
Definition authenticateuserbyname.h:48
 
void setUsername(QString newUsername)
Gets or sets the username.
Definition authenticateuserbyname.cpp:87
 
void setPwNull()
Definition authenticateuserbyname.cpp:107
 
QString pw() const
Gets or sets the plain text password.
Definition authenticateuserbyname.cpp:98
 
void setUsernameNull()
Definition authenticateuserbyname.cpp:94
 
QString m_username
Definition authenticateuserbyname.h:97
 
bool usernameNull() const
Definition authenticateuserbyname.cpp:90
 
QJsonObject toJson() const
Definition authenticateuserbyname.cpp:64
 
bool passwordNull() const
Definition authenticateuserbyname.cpp:116
 
void replaceData(AuthenticateUserByName &other)
Definition authenticateuserbyname.cpp:44
 
QString username() const
Gets or sets the username.
Definition authenticateuserbyname.cpp:85
 
void setFromJson(QJsonObject source)
Definition authenticateuserbyname.cpp:57
 
bool pwNull() const
Definition authenticateuserbyname.cpp:103
 
static AuthenticateUserByName fromJson(QJsonObject source)
Definition authenticateuserbyname.cpp:50
 
void setPassword(QString newPassword)
Gets or sets the sha1-hashed password.
Definition authenticateuserbyname.cpp:113
 
void setPasswordNull()
Definition authenticateuserbyname.cpp:120
 
QString password() const
Gets or sets the sha1-hashed password.
Definition authenticateuserbyname.cpp:111
 
QString m_password
Definition authenticateuserbyname.h:99
 
QString m_pw
Definition authenticateuserbyname.h:98
 
void setPw(QString newPw)
Gets or sets the plain text password.
Definition authenticateuserbyname.cpp:100
 
AuthenticateUserByName()
Definition authenticateuserbyname.cpp:35
 
AccessSchedule fromJsonValue(const QJsonValue &source, convertType< AccessSchedule >)
Definition accessschedule.cpp:133
 
QJsonValue toJsonValue(const AccessSchedule &source, convertType< AccessSchedule >)
Definition accessschedule.cpp:139
 
Definition jsonconvimpl.h:45