Skip to content

geethkokila/identity-anonymization-tool

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tool for removing/Replacing all identifiers matching given criteria

How to Build

mvn clean install
mvn package

How to run

cd components/org.wso2.carbon.privacy.forgetme.tool
cd target/dist/bin
./forget-me -U <userName> [-D domainName] [-TID tenantId]

For more information please refer the help document

Components

How to debug the tool

To debug the tool remotely do the following.

####Linux:

Execute following commands in the shell that the tool in running.

  • JAVA_OPTS="-Xdebug -Xrunjdwp:server=y,transport=dt_socket,address=5005,suspend=y"
  • export JAVA_OPTS
  • ./forgetme.sh <arguments>

Use IDEs remote debugging feature to connect to port 5005.

####Windows

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 98.2%
  • Shell 1.1%
  • Batchfile 0.7%