Uses of Package
lumis.portal.privacyterm
-
Packages that use lumis.portal.privacyterm Package Description lumis.portal.manager 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 theIPrivacyTermManager
.
There are two entities the users may accept:
The privacy term The processing purpose The privacy term is a text with general rules users implicitly accept by using the LumisXP in order to use some part or the entire site.
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.lumis.service.privacyterm.api -
Classes in lumis.portal.privacyterm used by lumis.portal.manager Class 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. -
Classes in lumis.portal.privacyterm used by lumis.portal.privacyterm Class 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. -
Classes in lumis.portal.privacyterm used by lumis.service.privacyterm.api Class 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.