All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.actonic.gdpr.api.IGDPRAnonymizeService Maven / Gradle / Ivy

Go to download

GDPR API is a library for Atlassian plugins "GDPR (DSGVO) and Security for Jira" and "GDPR (DSGVO) and Security for Confluence"

There is a newer version: 1.0.2
Show newest version
package de.actonic.gdpr.api;

public interface IGDPRAnonymizeService {
    void addAnonymizer(IGDPRAnonymizer anonymizer);
    void removeAnonymizer(IGDPRAnonymizer anonymizer);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy