public interface IUserTechnicalInformation extends Serializable
Modifier and Type | Method and Description |
---|---|
Date |
getActivationDate()
Retrieves the account activation date.
|
IUser |
getCreatedBy()
Gets the creator of the user.
|
Date |
getCreatedDate()
Gets the created date.
|
Date |
getExpirationDate()
Retrieves the expiration date.
|
Date |
getLastPasswordUpdate()
Retrieves the account last password update date.
|
Date |
getLastVisitedDate()
Retrieves the account last visited date.
|
IUser |
getModifiedBy()
Gets the editor of the user.
|
Date |
getModifiedDate()
Gets the modified date.
|
Date |
getPreDeactivationDate()
Gets the date on which a user last received an email warning of the future deactivation of their account (because of their lack of connection)
|
Date |
getPrivacyPolicyValidation()
Gets the date on which the user validated the privacy policy
|
String |
getSub()
Gets the sub of the user
|
boolean |
isConnectionAllowed()
Checks if the user can open a connection.
|
boolean |
isLocked()
Checks if the user is locked.
|
void |
setActivationDate(Date date)
Sets the account activation date.
|
void |
setExpirationDate(Date date)
Sets the account expiration date.
|
void |
setLastVisitedDate(Date date)
Sets the user's last connection.
|
void |
unlock()
Allows to unlock the user.
|
void |
validatePrivacyPolicy()
Validates the privacy policy for this user at the current date
|
Date getActivationDate()
void setActivationDate(Date date)
date
- A java.util.Date value.Date getLastPasswordUpdate()
Date getLastVisitedDate()
void setLastVisitedDate(Date date)
date
- A java.util.Date value.Date getExpirationDate()
void setExpirationDate(Date date)
date
- A java.util.Date value.Date getCreatedDate()
Date getModifiedDate()
boolean isConnectionAllowed()
boolean isLocked()
void unlock()
void validatePrivacyPolicy()
Date getPrivacyPolicyValidation()
String getSub()
Date getPreDeactivationDate()
Copyright © 2024 Visiativ. All rights reserved.