Package org.ametys.plugins.forms
Class FormEntryPersonalDataPolicy
java.lang.Object
org.ametys.runtime.plugin.component.AbstractLogEnabled
org.ametys.plugins.forms.FormEntryPersonalDataPolicy
- All Implemented Interfaces:
PersonalDataPolicy
,LogEnabled
,Initializable
,Serviceable
public class FormEntryPersonalDataPolicy
extends AbstractLogEnabled
implements PersonalDataPolicy, Serviceable, Initializable
Anonymize all the answers given by the user after a given delay since he is missing
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.ametys.core.user.status.PersonalDataPolicy
PersonalDataPolicy.AnonymizationResult
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
process
(UserStatusInfo userStatusInfo) Process the personal data of this user related to the policy.void
service
(ServiceManager manager) Methods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger
-
Field Details
-
_resolver
The ametys object resolver
-
-
Constructor Details
-
FormEntryPersonalDataPolicy
public FormEntryPersonalDataPolicy()
-
-
Method Details
-
service
- Specified by:
service
in interfaceServiceable
- Throws:
ServiceException
-
initialize
- Specified by:
initialize
in interfaceInitializable
- Throws:
Exception
-
process
Description copied from interface:PersonalDataPolicy
Process the personal data of this user related to the policy.- Specified by:
process
in interfacePersonalDataPolicy
- Parameters:
userStatusInfo
- information about the user to process- Returns:
- the process result
-