Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be 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 Server web application Dependencies"

 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
{| class="wikitable" style="text-align:left; width="100%" align="left" valign="top" border="1" cellpadding="5" cellspacing="0"
 +
|-style="background:grey; color:black"
 +
! width="20%" border="1" align="left" valign="top" | Library Home Page (URL)
 +
! width="20%" border="1" align="left" valign="top" | Jar(s) (URL)
 +
! width="40%" border="1" align="left" valign="top" | Used for
 +
! width="10%" border="1" align="left" valign="top" | Version
 +
! width="10%" border="1" align="left" valign="top" | License (URL)
 +
|-
 +
| [http://logging.apache.org/log4j/docs/ log4j]
 +
| [http://archive.apache.org/dist/logging/log4j/1.2.13/logging-log4j-1.2.13.zip log4j-1.2.13.zip]
 +
| Used for logging.
 +
| 1.2.13(Approved by Orbit)
 +
| [http://www.apache.org/licenses/LICENSE-2.0 License] (Approved by Orbit)
 +
|-
 +
| [http://jakarta.apache.org/commons/logging/ Apache Commons Logging]
 +
|
 +
| [http://archive.apache.org/dist/commons/logging/binaries/commons-logging-1.0.4.tar.gz commons-logging-1.0.4.tar.gz]
 +
|
 +
| The Logging package is an ultra-thin bridge between different logging implementations.
 +
| 1.0.4
 +
| [http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0]
 +
|-
 +
| [http://commons.apache.org/codec/ Apache Commons Codec]
 +
|
 +
| [http://gd.tuwien.ac.at/infosys/servers/http/apache/dist/commons/codec/binaries/commons-codec-1.3.tar.gz commons-codec-1.3.tar.gz]
 +
|
 +
| Commons Codec provides implementations of common encoders and decoders such as Base64, Hex, Phonetic and URLs.
 +
| 1.3
 +
| [http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0]
 +
|-
 +
|}
 +
.
 +
 
The SAML2 IdP Server web application depends on the following Higgins projects:
 
The SAML2 IdP Server web application depends on the following Higgins projects:
  
Line 11: Line 44:
 
* [[IdAS SPI]] (org.eclipse.higgins.idas.spi)
 
* [[IdAS SPI]] (org.eclipse.higgins.idas.spi)
 
* org.eclipse.higgins.messages
 
* org.eclipse.higgins.messages
* [[Util: SAML2 IdP protocol library]] (org.eclipse.higgins.saml2idp.saml2)
+
* [[SAML2 IdP protocol library]] (org.eclipse.higgins.saml2idp.saml2)
 
* [[Util: IdAS CP]] (org.eclipse.higgins.util.idas.cp)
 
* [[Util: IdAS CP]] (org.eclipse.higgins.util.idas.cp)
 
* [[Util: JScript]] (org.eclipse.higgins.util.jscript)
 
* [[Util: JScript]] (org.eclipse.higgins.util.jscript)

Latest revision as of 01:36, 5 November 2007

Library Home Page (URL) Jar(s) (URL) Used for Version License (URL)
log4j log4j-1.2.13.zip Used for logging. 1.2.13(Approved by Orbit) License (Approved by Orbit)
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

.

The SAML2 IdP Server web application depends on the following Higgins projects:

See Also

Back to the top