Class UserPasswordResetEventBody
java.lang.Object
es.kukenan.smartfi.events.common.AbstractEventBody
es.kukenan.smartfi.microservice.clients.events.BaseUsersEventBody
es.kukenan.smartfi.microservice.clients.events.pwdreset.UserPasswordResetEventBody
Base class for the body of any Users micro-service event.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionUserPasswordResetEventBody(String principal, String password) 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.
-
-
Constructor Details
-
UserPasswordResetEventBody
Full state constructor.- Parameters:
principal- principal.password- user provisional password.
-