Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "SAML2 IdP protocol library Dependencies"

 
(One intermediate revision by the same user not shown)
Line 6: Line 6:
 
! width="6%" border="1" align="left" valign="top" | Version
 
! width="6%" border="1" align="left" valign="top" | Version
 
! width="10%" border="1" align="left" valign="top" | License (URL)
 
! width="10%" border="1" align="left" valign="top" | License (URL)
 +
|-
 +
| [http://xml.apache.org/xalan-j/ Xalan]
 +
|
 +
| [http://archive.apache.org/dist/xml/xalan-j/xalan-j_2_6_0-bin.zip  xalan-2.6.0.jar] [http://archive.apache.org/dist/xml/xalan-j/xalan-j_2_6_0-src.zip source]
 +
|
 +
| Needed for creating/parsing SAML 2.0 elements.
 +
| 2.6.0
 +
| [http://ws.apache.org/commons/axiom/license.html Apache License, Version 2.0]
 +
|-
 +
| [http://archive.apache.org/dist/xml/xerces-j/Xerces-J-bin.2.7.1.tar.gz Apache Xerces]
 +
|
 +
| [http://archive.apache.org/dist/xml/xerces-j/Xerces-J-src.2.7.1.tar.gz source]
 +
|
 +
| Needed for creating/parsing SAML 2.0 elements.
 +
| 2.7.1
 +
| [http://ws.apache.org/commons/axiom/license.html Apache License, Version 2.0]
 
|-
 
|-
 
| [http://jakarta.apache.org/commons/logging/ Apache Commons Logging]
 
| [http://jakarta.apache.org/commons/logging/ Apache Commons Logging]
Line 27: Line 43:
 
| [http://xml.apache.org/security/dist/java-library/xml-security-bin-1_4_0.zip xml-security-bin-1_4_0.zip] [http://xml.apache.org/security/dist/java-library/xml-security-src-1_4_0.zip source]
 
| [http://xml.apache.org/security/dist/java-library/xml-security-bin-1_4_0.zip xml-security-bin-1_4_0.zip] [http://xml.apache.org/security/dist/java-library/xml-security-src-1_4_0.zip source]
 
|
 
|
| OpenXRI dependency.
+
| Used for XML Signature.
 
| 1.4
 
| 1.4
 
| [http://xml.apache.org/security/license.html Apache License, Version 2.0]
 
| [http://xml.apache.org/security/license.html Apache License, Version 2.0]

Latest revision as of 11:28, 2 November 2007

Library Home Page (URL) URL(s) to JAR/library Used for Version License (URL)
Xalan xalan-2.6.0.jar source Needed for creating/parsing SAML 2.0 elements. 2.6.0 Apache License, Version 2.0
Apache Xerces source Needed for creating/parsing SAML 2.0 elements. 2.7.1 Apache License, Version 2.0
Apache Commons Logging commons-logging-1.0.4.tar.gz The Logging package is an ultra-thin bridge between different logging implementations. 1.0.4 Apache License, Version 2.0
Apache Commons Codec commons-codec-1.3.tar.gz Commons Codec provides implementations of common encoders and decoders such as Base64, Hex, Phonetic and URLs. 1.3 Apache License, Version 2.0
xmlsec xml-security-bin-1_4_0.zip source Used for XML Signature. 1.4 Apache License, Version 2.0

.

See Also

Back to the top