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 "OpenID Context Provider Dependencies"

Line 1: Line 1:
This page is a work in progress...
 
 
 
{| class="wikitable" style="text-align:left; width="100%" align="left" valign="top" border="1" cellpadding="5" cellspacing="0"
 
{| class="wikitable" style="text-align:left; width="100%" align="left" valign="top" border="1" cellpadding="5" cellspacing="0"
 
|-style="background:grey; color:black"
 
|-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" | Library Home Page (URL)
! width="20%" border="1" align="left" valign="top" colspan="3" | Jar(s) (URL)
+
! width="20%" border="1" align="left" valign="top" | Jar(s) (URL)
 
! width="40%" border="1" align="left" valign="top" | Used for
 
! 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" | Version
 
! width="10%" border="1" align="left" valign="top" | License (URL)
 
! 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/ Downloads]
 +
| Used for logging.
 +
| 1.2.13(Approved by Orbit)
 +
| [http://www.apache.org/licenses/LICENSE-2.0 License] (Approved by Orbit)
 +
|-
 +
| [http://www.bandit-project.org/index.php/Welcome_to_Bandit Bandit Utility]
 +
| [http://www.bandit-project.org/index.php/Common_Identity_DEV_Downloads Downloads]
 +
| Used for XML based configuration reading and writing (some castor generated code) and several other utility classes.  Examples include case insensitive strings, non-escaped XML attribute writer, text manipulation, and small modifications to the Open LDAP RFC filter code listed below.
 +
| 0.2.x (Tested w/ [ftp://forgeftp.novell.com//bandit/BanditUtils/development/binaries/all-java/bandit-config-0.2.304.jar bandit-config-0.2.304.jar], [ftp://forgeftp.novell.com//bandit/BanditUtils/development/binaries/all-java/bandit-jndi-0.2.304.jar bandit-jndi-0.2.304.jar], and [ftp://forgeftp.novell.com//bandit/BanditUtils/development/binaries/all-java/bandit-misc-0.2.304.jar bandit-misc-0.2.304.jar])
 +
| [http://www.bandit-project.org/index.php/FAQs#Licensing Licensing]
 +
Bandit Utility code is dual licensed under LGPL and EPL
 
|-
 
|-
 
| [http://code.sxip.com/openid4java/ OpenID]
 
| [http://code.sxip.com/openid4java/ OpenID]
 
|[http://code.sxip.com/openid4java/ Jar]
 
|[http://code.sxip.com/openid4java/ Jar]
|
 
|
 
 
| To access Open ID 2.0 servers as a source of attributes
 
| To access Open ID 2.0 servers as a source of attributes
 
|
 
|
 
|  Apache 2.0 http://code.sxip.com/openid4java/
 
|  Apache 2.0 http://code.sxip.com/openid4java/
 +
|-
 +
| [http://dom4j.org/ dom4j]
 +
| [http://downloads.sourceforge.net/dom4j/dom4j-1.6.1.jar Downloads]
 +
| Used to read and write our XML based configuration file.  We also currently use castor generated code to read and write XML configuration data but it doesn't handle all the XML Schema constructs (namespace references) that we need.
 +
| 1.6.1
 +
| [http://www.dom4j.org/license.html License] (BSD style)
 +
|-
 +
| [http://jaxen.codehaus.org jaxen]
 +
| [http://jaxen.codehaus.org/releases.html Downloads]
 +
| An XPath engine used by Dom4j
 +
| 1.1
 +
| [http://jaxen.codehaus.org/licence.html License]
 +
|-
 +
| [http://xerces.apache.org/ Xerces]
 +
| [http://xml.apache.org/xalan-j/downloads.html Downloads]
 +
| Used by the castor generated code (and dom4j?).
 +
| 2.7.1
 +
| [http://www.apache.org/licenses/LICENSE-2.0.html License] (Approved by Orbit)
 +
|-
 +
| [http://www.castor.org/ Castor]
 +
| [http://dist.codehaus.org/castor/1.0.4/ Downloads]
 +
| Required by the castor generated code.
 +
| 1.0.4
 +
| [http://www.castor.org/license.html License]
 +
|-
 +
| [http://www.mozilla.org/rhino// JavaScript]
 +
| [http://www.mozilla.org/rhino/download.html Downloads]
 +
| Rhino JavaScript engine.
 +
| 1.6R5
 +
| [http://www.mozilla.org/MPL/ License'
 
|-
 
|-
 
|}
 
|}
 +
 
.
 
.
  

Revision as of 17:24, 28 March 2007

Library Home Page (URL) Jar(s) (URL) Used for Version License (URL)
log4j Downloads Used for logging. 1.2.13(Approved by Orbit) License (Approved by Orbit)
Bandit Utility Downloads Used for XML based configuration reading and writing (some castor generated code) and several other utility classes. Examples include case insensitive strings, non-escaped XML attribute writer, text manipulation, and small modifications to the Open LDAP RFC filter code listed below. 0.2.x (Tested w/ bandit-config-0.2.304.jar, bandit-jndi-0.2.304.jar, and bandit-misc-0.2.304.jar) Licensing

Bandit Utility code is dual licensed under LGPL and EPL

OpenID Jar To access Open ID 2.0 servers as a source of attributes Apache 2.0 http://code.sxip.com/openid4java/
dom4j Downloads Used to read and write our XML based configuration file. We also currently use castor generated code to read and write XML configuration data but it doesn't handle all the XML Schema constructs (namespace references) that we need. 1.6.1 License (BSD style)
jaxen Downloads An XPath engine used by Dom4j 1.1 License
Xerces Downloads Used by the castor generated code (and dom4j?). 2.7.1 License (Approved by Orbit)
Castor Downloads Required by the castor generated code. 1.0.4 License
JavaScript Downloads Rhino JavaScript engine. 1.6R5 [http://www.mozilla.org/MPL/ License'

.

See Also

Copyright © Eclipse Foundation, Inc. All Rights Reserved.