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 voidMergeProfilesOnPropertyAction. 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 classPrivacyServiceImplPrivacy 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 voidPrivacyServiceEndPoint. setPrivacyService(PrivacyService privacyService) 
 -