Package org.ametys.core.user.status
Class UserStatusInfo
java.lang.Object
org.ametys.core.user.status.UserStatusInfo
The status information of a user identity
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
UserStatusInfo
public UserStatusInfo()
-
-
Method Details
-
toJSON
Serialize the info as a JSON map- Returns:
- the JSON
-
getUserIdentity
Get the identity concerned by the info- Returns:
- the identity
-
getMissingSinceDate
Get the date the user was detected as unknown for the first time- Returns:
- the missing date
-
isPersonalDataRemovalActive
Indicate if the personal data of this user can be removed- Returns:
- true if the data can be removed
-
getEmail
Get the associated email. Can be null or out-dated. This represent the last known email of the identity- Returns:
- the email or null
-