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

de.actonic.gdpr.api.IGDPRAnonymizer 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;

import java.util.*;

public interface IGDPRAnonymizer {
    List search(String sourceUser);
    List anonymize(String sourceUser, String targetUser);
    void stop();
    String getPluginName();
    String getName();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy