![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <updateuserpassword.h>
Public Member Functions | |
| UpdateUserPassword (bool resetPassword) | |
| UpdateUserPassword (const UpdateUserPassword &other) | |
| void | replaceData (UpdateUserPassword &other) |
| void | setFromJson (QJsonObject source) |
| QJsonObject | toJson () const |
| QString | currentPassword () const |
| Gets or sets the current sha1-hashed password. | |
| void | setCurrentPassword (QString newCurrentPassword) |
| Gets or sets the current sha1-hashed password. | |
| bool | currentPasswordNull () const |
| void | setCurrentPasswordNull () |
| QString | currentPw () const |
| Gets or sets the current plain text password. | |
| void | setCurrentPw (QString newCurrentPw) |
| Gets or sets the current plain text password. | |
| bool | currentPwNull () const |
| void | setCurrentPwNull () |
| QString | newPw () const |
| Gets or sets the new plain text password. | |
| void | setNewPw (QString newNewPw) |
| Gets or sets the new plain text password. | |
| bool | newPwNull () const |
| void | setNewPwNull () |
| bool | resetPassword () const |
| Gets or sets a value indicating whether to reset the password. | |
| void | setResetPassword (bool newResetPassword) |
| Gets or sets a value indicating whether to reset the password. | |
Static Public Member Functions | |
| static UpdateUserPassword | fromJson (QJsonObject source) |
Protected Attributes | |
| QString | m_currentPassword |
| QString | m_currentPw |
| QString | m_newPw |
| bool | m_resetPassword |
| Jellyfin::DTO::UpdateUserPassword::UpdateUserPassword | ( | bool | resetPassword | ) |
| Jellyfin::DTO::UpdateUserPassword::UpdateUserPassword | ( | const UpdateUserPassword & | other | ) |
| QString Jellyfin::DTO::UpdateUserPassword::currentPassword | ( | ) | const |
Gets or sets the current sha1-hashed password.
| bool Jellyfin::DTO::UpdateUserPassword::currentPasswordNull | ( | ) | const |
| QString Jellyfin::DTO::UpdateUserPassword::currentPw | ( | ) | const |
Gets or sets the current plain text password.
| bool Jellyfin::DTO::UpdateUserPassword::currentPwNull | ( | ) | const |
|
static |
| QString Jellyfin::DTO::UpdateUserPassword::newPw | ( | ) | const |
Gets or sets the new plain text password.
| bool Jellyfin::DTO::UpdateUserPassword::newPwNull | ( | ) | const |
| void Jellyfin::DTO::UpdateUserPassword::replaceData | ( | UpdateUserPassword & | other | ) |
Replaces the data being hold by this class with that of the other.
| bool Jellyfin::DTO::UpdateUserPassword::resetPassword | ( | ) | const |
Gets or sets a value indicating whether to reset the password.
| void Jellyfin::DTO::UpdateUserPassword::setCurrentPassword | ( | QString | newCurrentPassword | ) |
Gets or sets the current sha1-hashed password.
| void Jellyfin::DTO::UpdateUserPassword::setCurrentPasswordNull | ( | ) |
| void Jellyfin::DTO::UpdateUserPassword::setCurrentPw | ( | QString | newCurrentPw | ) |
Gets or sets the current plain text password.
| void Jellyfin::DTO::UpdateUserPassword::setCurrentPwNull | ( | ) |
| void Jellyfin::DTO::UpdateUserPassword::setFromJson | ( | QJsonObject | source | ) |
| void Jellyfin::DTO::UpdateUserPassword::setNewPw | ( | QString | newNewPw | ) |
Gets or sets the new plain text password.
| void Jellyfin::DTO::UpdateUserPassword::setNewPwNull | ( | ) |
| void Jellyfin::DTO::UpdateUserPassword::setResetPassword | ( | bool | newResetPassword | ) |
Gets or sets a value indicating whether to reset the password.
| QJsonObject Jellyfin::DTO::UpdateUserPassword::toJson | ( | ) | const |
|
protected |
|
protected |
|
protected |
|
protected |