Uses of Interface
org.apache.unomi.api.services.PrivacyService
-
Packages that use PrivacyService Package Description org.apache.unomi.plugins.baseplugin.actions org.apache.unomi.privacy.internal org.apache.unomi.privacy.rest -
-
Uses of PrivacyService in org.apache.unomi.plugins.baseplugin.actions
Methods in org.apache.unomi.plugins.baseplugin.actions with parameters of type PrivacyService Modifier and Type Method Description void
MergeProfilesOnPropertyAction. setPrivacyService(PrivacyService privacyService)
-
Uses of PrivacyService in org.apache.unomi.privacy.internal
Classes in org.apache.unomi.privacy.internal that implement PrivacyService Modifier and Type Class Description class
PrivacyServiceImpl
Privacy service implementation -
Uses of PrivacyService in org.apache.unomi.privacy.rest
Methods in org.apache.unomi.privacy.rest with parameters of type PrivacyService Modifier and Type Method Description void
PrivacyServiceEndPoint. setPrivacyService(PrivacyService privacyService)
-