Skip to content

IABTechLab/identity-core-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DigiTrust Identity Core for Java

What is this?

A reference library for the creation and encoding/decoding of the DigiTrust anonymous identifier.

Who is this for?

Platform members of the DigiTrust organization who are interested in embedded DigiTrust identity into their java-based software systems.

How can I use it?

Dependencies

  • Java 8
  • jackson-core and jackson-databind

Maven

<dependency>
  <groupId>st.digitru</groupId>
  <artifactId>identity-core</artifactId>
  <version>1.1.2</version>
</dependency>

See the MultithreadIdentityProducer class to create IDs, the IdentityCookieSerializer class to write cookies, and the IdentityCookieDeserializer to read cookies.

The wiki doc Cookies for Platforms describes the object model and encoding format implemented here.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages