Package lumis.portal.privacyterm
This package has utilities for dealing with privacy terms.
These utilities are meant to ease the development and usage of LumisXP in accordance to privacy protection laws.
The entry point of the utilities is the
There are two entities the users may accept:
The processing purpose indicates what any personal data will be used for and the users may decline to accept.
The privacy term may have zero or more processing purposes.
If some user does not accept some processing purpose, his data must not be used for that purpose.
These utilities are meant to ease the development and usage of LumisXP in accordance to privacy protection laws.
The entry point of the utilities is the
IPrivacyTermManager
.There are two entities the users may accept:
- The privacy term
- The processing purpose
The processing purpose indicates what any personal data will be used for and the users may decline to accept.
The privacy term may have zero or more processing purposes.
If some user does not accept some processing purpose, his data must not be used for that purpose.
- Since:
- 12.3.0
-
Interface Summary Interface Description IPrivacyTermManager This interface provides methods to handle privacy terms actions.
The privacy terms are published using service instances of the service with idlumis.service.privacyterm
and become bound to the service instance used to be publish them.
Thus, any action on the privacy terms depends on a service instance of the privacy term service.
Also, all actions are performed on the current monitored user.IPrivacyTermManagerSPI Privacy term manager SPI.