Class UserData
java.lang.Object
de.xima.fc.user.mgmt.event.UserData
- All Implemented Interfaces:
Serializable
Basic data about a user.
- Since:
- 8.5.0
- Author:
- Norman Lorenz
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
UserData
public UserData(Long id, String userName, String primaryEmail, boolean primaryEmailVerified, String firstName, String familyName) Creates a newUserDatainstance.- Parameters:
id- The unique ID of the user.userName- The username of the user.primaryEmail- The primary email of the user.primaryEmailVerified- Whether the primary email is verified.firstName- The first name of the user.familyName- The family name of the user.
-
-
Method Details
-
getId
The unique ID of the user. -
getUserName
The username of the user. -
getPrimaryEmail
The primary email of the user. -
isPrimaryEmailVerified
public boolean isPrimaryEmailVerified()Whether the primary email is verified. -
getFirstName
The first name of the user. -
getFamilyName
The family name of the user. -
equals
-
hashCode
-
toString
-