Uses of Interface
lumis.portal.privacyterm.IPrivacyTermManager
-
Packages that use IPrivacyTermManager 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 -
-
Uses of IPrivacyTermManager in lumis.portal.manager
Methods in lumis.portal.manager that return IPrivacyTermManager Modifier and Type Method Description static IPrivacyTermManager
ManagerFactory. getPrivacyTermManager()
Returns the privacy term manager. -
Uses of IPrivacyTermManager in lumis.portal.privacyterm
Subinterfaces of IPrivacyTermManager in lumis.portal.privacyterm Modifier and Type Interface Description interface
IPrivacyTermManagerSPI
Privacy term manager SPI. -
Uses of IPrivacyTermManager in lumis.service.privacyterm.api
Classes in lumis.service.privacyterm.api that implement IPrivacyTermManager Modifier and Type Class Description class
PrivacyTermManager
Privacy term manager implementation
-