st.digitru:identity-core

Library for DigiTrust identity producers.

Лицензия

Лицензия

Категории

Категории

IDE Инструменты разработки
Группа

Группа

st.digitru
Идентификатор

Идентификатор

identity-core
Последняя версия

Последняя версия

1.1.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

st.digitru:identity-core
Library for DigiTrust identity producers.
Ссылка на сайт

Ссылка на сайт

https://github.com/digi-trust/identity-core-java
Система контроля версий

Система контроля версий

https://github.com/digi-trust/identity-core-java

Скачать identity-core

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/st.digitru/identity-core/ -->
<dependency>
    <groupId>st.digitru</groupId>
    <artifactId>identity-core</artifactId>
    <version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/st.digitru/identity-core/
implementation 'st.digitru:identity-core:1.1.2'
// https://jarcasting.com/artifacts/st.digitru/identity-core/
implementation ("st.digitru:identity-core:1.1.2")
'st.digitru:identity-core:jar:1.1.2'
<dependency org="st.digitru" name="identity-core" rev="1.1.2">
  <artifact name="identity-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='st.digitru', module='identity-core', version='1.1.2')
)
libraryDependencies += "st.digitru" % "identity-core" % "1.1.2"
[st.digitru/identity-core "1.1.2"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
com.fasterxml.jackson.core : jackson-core jar 2.9.9
com.fasterxml.jackson.core : jackson-databind jar 2.9.9

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12

Модули Проекта

Данный проект не имеет модулей.

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.

st.digitru

Версии библиотеки

Версия
1.1.2
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0