fr.paris.lutece.plugins.mylutece.service
Interface IAnonymizationService


public interface IAnonymizationService

User anonymization service interface


Method Summary
 void anonymizeUser(Integer nUserId, Locale locale)
          Anonymize user data based on anonymize status of his fields.
 List<Integer> getExpiredUserIdList()
          Get the list of id of expired users
 

Method Detail

anonymizeUser

void anonymizeUser(Integer nUserId,
                   Locale locale)
Anonymize user data based on anonymize status of his fields.

Parameters:
nUserId - Id of the user to anonymize
locale - The locale

getExpiredUserIdList

List<Integer> getExpiredUserIdList()
Get the list of id of expired users

Returns:
the list of id of expired users


Copyright © 2014 Mairie de Paris. All Rights Reserved.