|
AuthenticationService v0.3.0+7-g8a7f190
|
A class representing the json structure required to change the password of a user. More...
Public Member Functions | |
| PasswordChange (String username, String password, String newPassword) | |
| Creates a new instance of the class. More... | |
Properties | |
| String | Username [get, set] |
| The name of the user for whom to change the password. More... | |
| String | OldPassword [get, set] |
| The old password that authenticates the user. More... | |
| String | NewPassword [get, set] |
| The new password. More... | |
A class representing the json structure required to change the password of a user.
since 0.3.0
| Joutsen.AuthenticationService.PasswordChange.PasswordChange | ( | String | username, |
| String | password, | ||
| String | newPassword | ||
| ) |
Creates a new instance of the class.
| username | the name of the user |
| password | the existing password |
| newPassword | the new password |
|
getset |
The new password.
|
getset |
The old password that authenticates the user.
|
getset |
The name of the user for whom to change the password.