Class UserPasswordChangeEventBody
java.lang.Object
es.kukenan.smartfi.events.common.AbstractEventBody
es.kukenan.smartfi.microservice.clients.events.BaseUsersEventBody
es.kukenan.smartfi.microservice.clients.events.pwdchange.UserPasswordChangeEventBody
Base class for the body of any Users micro-service event.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate StringUser password hashcode.private List<UserBackoffice>list of user back office identifier. -
Constructor Summary
ConstructorsConstructorDescriptionUserPasswordChangeEventBody(String principal, String password, List<UserBackoffice> userBackoffice) Full state constructor. -
Method Summary
Methods inherited from class es.kukenan.smartfi.events.common.AbstractEventBody
canEqual, equals, getPrincipal, hashCode, setPrincipal, toString
-
Field Details
-
password
User password hashcode. -
userBackoffice
list of user back office identifier.
-
-
Constructor Details
-
UserPasswordChangeEventBody
public UserPasswordChangeEventBody(String principal, String password, List<UserBackoffice> userBackoffice) Full state constructor.- Parameters:
principal- principal.password- user password hash.userBackoffice- user back office identifier list.
-