Package org.ametys.core.user.status
Interface PersonalDataPolicy
- All Known Implementing Classes:
NoExpirationPersonalDataPolicy
public interface PersonalDataPolicy
Represent a component responsible for enforcing personal data policy
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enum
The result of a policy processing -
Method Summary
Modifier and TypeMethodDescriptionprocess
(UserStatusInfo userStatusInfo) Process the personal data of this user related to the policy.
-
Method Details
-
process
Process the personal data of this user related to the policy.- Parameters:
userStatusInfo
- information about the user to process- Returns:
- the process result
-