Litsec :: OpenSAML 2.X utility extensions

OpenSAML 2.X utility extension library

Лицензия

Лицензия

Группа

Группа

se.litsec.opensaml
Идентификатор

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

opensaml2-ext
Последняя версия

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

0.9.4
Дата

Дата

Тип

Тип

jar
Описание

Описание

Litsec :: OpenSAML 2.X utility extensions
OpenSAML 2.X utility extension library
Ссылка на сайт

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

https://github.com/litsec/opensaml-ext
Организация-разработчик

Организация-разработчик

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

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

https://github.com/litsec/opensaml-ext/tree/master

Скачать opensaml2-ext

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

<!-- https://jarcasting.com/artifacts/se.litsec.opensaml/opensaml2-ext/ -->
<dependency>
    <groupId>se.litsec.opensaml</groupId>
    <artifactId>opensaml2-ext</artifactId>
    <version>0.9.4</version>
</dependency>
// https://jarcasting.com/artifacts/se.litsec.opensaml/opensaml2-ext/
implementation 'se.litsec.opensaml:opensaml2-ext:0.9.4'
// https://jarcasting.com/artifacts/se.litsec.opensaml/opensaml2-ext/
implementation ("se.litsec.opensaml:opensaml2-ext:0.9.4")
'se.litsec.opensaml:opensaml2-ext:jar:0.9.4'
<dependency org="se.litsec.opensaml" name="opensaml2-ext" rev="0.9.4">
  <artifact name="opensaml2-ext" type="jar" />
</dependency>
@Grapes(
@Grab(group='se.litsec.opensaml', module='opensaml2-ext', version='0.9.4')
)
libraryDependencies += "se.litsec.opensaml" % "opensaml2-ext" % "0.9.4"
[se.litsec.opensaml/opensaml2-ext "0.9.4"]

Зависимости

compile (7)

Идентификатор библиотеки Тип Версия
org.opensaml : opensaml jar 2.6.4
commons-codec : commons-codec jar 1.7
commons-httpclient : commons-httpclient jar 3.1
org.opensaml : xmltooling jar 1.4.4
joda-time : joda-time jar 2.7
commons-lang : commons-lang jar 2.6
org.slf4j : slf4j-api jar 1.7.5

test (3)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
org.slf4j : slf4j-log4j12 jar 1.7.5
log4j : log4j jar 1.2.17

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

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

Logo


opensaml-ext

License Maven Central

Utility extensions for OpenSAML.

Note: Support for OpenSAML 2.X and 3.X has been discontinued. The last release of eidas-opensaml supporting OpenSAML 3.X is 1.4.4.

This open source package is an extension to OpenSAML that offers utility classes and interfaces such as:

  • Utility methods for creating OpenSAML objects that does not require using the builder classes directly.
  • Utility methods for marshalling and unmarshalling.
  • Simplified support for signing XML objects.
  • An abstraction for metadata handling making it easier to download and use SAML metadata.
  • Spring Framework factory beans for easier integration in a Spring environment.
  • A builder pattern for some commonly used objects, such as creating SAML attribute objects, entity descriptors (metadata) or authentication requests.
  • A framework for validation of responses and assertions.

Java API documentation of the opensaml-ext library is found at https://litsec.github.io/opensaml-ext.

Generated project information is found at https://litsec.github.io/opensaml-ext/site.

Maven and opensaml-ext

The opensaml-ext project artifacts are published to Maven central.

Include the following snippet in your Maven POM to add opensaml-ext as a dependency for your project.

<dependency>
  <groupId>se.litsec.opensaml</groupId>
  <artifactId>opensaml4-ext</artifactId>
  <version>${opensaml-ext.version}</version>
</dependency>

Initializing the OpenSAML library

See https://github.com/swedenconnect/opensaml-security-ext.

Copyright © 2016-2021, Litsec AB. Licensed under version 2.0 of the Apache License.

se.litsec.opensaml

Litsec

Litsec AB

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

Версия
0.9.4
0.9.3