KlusterKite  0.0.0
A framework to create scalable and redundant services based on awesome Akka.Net project.
KlusterKite.NodeManager.Messages.UserChangePasswordRequest Class Reference

The request to change the user password More...

Inheritance diagram for KlusterKite.NodeManager.Messages.UserChangePasswordRequest:

Public Attributes

object ConsistentHashKey => this.Login
 

Properties

string Login [get, set]
 Gets or sets the user login More...
 
byte [] ExtraData [get, set]
 Gets or sets some extra data to return More...
 
string OldPassword [get, set]
 Gets or sets the user old password to check More...
 
string NewPassword [get, set]
 Gets or sets the user new password to set More...
 
RequestContext Request [get, set]
 Gets or sets the request context More...
 

Detailed Description

The request to change the user password

Definition at line 19 of file UserChangePasswordRequest.cs.

Member Data Documentation

◆ ConsistentHashKey

object KlusterKite.NodeManager.Messages.UserChangePasswordRequest.ConsistentHashKey => this.Login

Definition at line 47 of file UserChangePasswordRequest.cs.

Property Documentation

◆ ExtraData

byte [] KlusterKite.NodeManager.Messages.UserChangePasswordRequest.ExtraData
getset

Gets or sets some extra data to return

Definition at line 29 of file UserChangePasswordRequest.cs.

◆ Login

string KlusterKite.NodeManager.Messages.UserChangePasswordRequest.Login
getset

Gets or sets the user login

Definition at line 24 of file UserChangePasswordRequest.cs.

◆ NewPassword

string KlusterKite.NodeManager.Messages.UserChangePasswordRequest.NewPassword
getset

Gets or sets the user new password to set

Definition at line 39 of file UserChangePasswordRequest.cs.

◆ OldPassword

string KlusterKite.NodeManager.Messages.UserChangePasswordRequest.OldPassword
getset

Gets or sets the user old password to check

Definition at line 34 of file UserChangePasswordRequest.cs.

◆ Request

RequestContext KlusterKite.NodeManager.Messages.UserChangePasswordRequest.Request
getset

Gets or sets the request context

Definition at line 44 of file UserChangePasswordRequest.cs.


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