Package org.apache.unomi.privacy.rest
Class PrivacyServiceEndPoint
java.lang.Object
org.apache.unomi.privacy.rest.PrivacyServiceEndPoint
REST API end point for privacy service
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseactivateAnonymousBrowsing(String profileId, boolean past, String scope) voidanonymizeProfile(String profileId, String scope) javax.ws.rs.core.ResponsedeactivateAnonymousBrowsing(String profileId, String scope) javax.ws.rs.core.ResponsedeleteProfileData(String profileId, boolean withData, boolean purgeAll) getEventFilters(String profileId) isAnonymousBrowsing(String profileId) javax.ws.rs.core.ResponseremoveProperty(String profileId, String propertyName) javax.ws.rs.core.ResponsesetEventFilters(String profileId, List<String> eventFilters) voidsetPrivacyService(PrivacyService privacyService)
-
Constructor Details
-
PrivacyServiceEndPoint
public PrivacyServiceEndPoint()
-
-
Method Details
-
setPrivacyService
-
getServerInfo
-
getServerInfos
-
deleteProfileData
@DELETE @Path("/profiles/{profileId}") public javax.ws.rs.core.Response deleteProfileData(@PathParam("profileId") String profileId, @QueryParam("withData") @DefaultValue("false") boolean withData, @QueryParam("purgeAll") @DefaultValue("false") boolean purgeAll) -
anonymizeProfile
-
isAnonymousBrowsing
-
activateAnonymousBrowsing
-
deactivateAnonymousBrowsing
-
getEventFilters
-
setEventFilters
-
removeProperty
-