This module is used to store in cache a selection of attributes of the Front Office user. A Lutece user event listener triggers the storage of data at login event.
The list of the attributes to store must be set in properties.
The property must have the prefix "mylutece-cacheuserattribute.attributeIds." and should end with the name of the lutece user attribute.
The value of the property is the id of the attribute that will be stored.
Example :mylutece-cacheuserattribute.attributeIds.name=1
The user attributes stored in cache are provided by the CacheuserattributeService class.
Maven documentation and reports
generated by xdoc2md - do not edit directly.