de.actonic.gdpr.api.IGDPRAnonymizeService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gdpr-api Show documentation
Show all versions of gdpr-api Show documentation
GDPR API is a library for Atlassian plugins "GDPR (DSGVO) and Security for Jira" and "GDPR (DSGVO) and Security for Confluence"
package de.actonic.gdpr.api;
public interface IGDPRAnonymizeService {
void addAnonymizer(IGDPRAnonymizer anonymizer);
void removeAnonymizer(IGDPRAnonymizer anonymizer);
}