0.2.5 • Published 5 years ago

pii-network v0.2.5

Weekly downloads
7
License
Apache-2.0
Repository
github
Last release
5 years ago

Personally Identifiable Information Network

A business network where members can grant/revoke access to their personal information to other members.

This business network defines:

Participant Member

Transaction AuthorizeAccess RevokeAccess

To test this Business Network Definition in the Test tab:

Create two Member participants:

{
  "$class": "org.acme.pii.Member",
  "email": "memberA@acme.org",
  "firstName": "Billy",
  "lastName": "Thompson"
}
{
  "$class": "org.acme.pii.Member",
  "email": "memberB@acme.org",
  "firstName": "Jenny",
  "lastName": "Jones"
}

Submit a AuthorizeAccess transaction:

{
  "$class": "org.acme.pii.AuthorizeAccess",
  "memberId": "org.acme.pii.Member#memberA@acme.org"
}

This AuthorizeAccess allowed memberA@acme.org permission to view personal information of other members.

Submit a RevokeAccess transaction:

{
  "$class": "org.acme.pii.RevokeAccess",
  "memberId": "org.acme.pii.Member#memberB@acme.org"
}

This RevokeAccess revoked memberB@acme.org permission to view personal information of other members.

Congratulations!

0.2.5

6 years ago

0.2.4

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.1.14

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.13

6 years ago

0.1.11

6 years ago

0.1.10

7 years ago

0.1.9

7 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago