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

Line 2: Line 2:
 
|-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" | Jar(s) (URL)
+
! width="20%" border="1" align="left" valign="top" | Download (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://code.sxip.com/openid4java/ OpenID]
 +
| [http://code.sxip.com/downloads/java-openid-sxip-0.9.1.167.tar.gz tar.gz package]
 +
[https://forgesvn1.novell.com/svn/bandit/trunk/commons/bin/java-openid-sxip-0.9.1.jar jar only]
 +
| To access Open ID 2.0 servers as a source of authentication and attributes. Currently we require features which are part of the development tip, but not part of the released package, to build or deploy you will need the package as described + replace with just the new jar.
 +
| 0.9.1
 +
| [http://code.sxip.com/openid4java/ Apache 2.0]
 +
|-
 +
| [http://jakarta.apache.org/commons/httpclient/ httpclient]
 +
| [http://jakarta.apache.org/site/downloads/downloads_commons-httpclient.cgi downloads]
 +
| Used as part of the browser emulation when authenticating openIDs to their provider.
 +
| Tested with 3.0.1 and 3.0-RC2
 +
| [http://www.apache.org/licenses/LICENSE-2.0 Apache 2.0]
 
|-
 
|-
 
| [http://logging.apache.org/log4j/docs/ log4j]
 
| [http://logging.apache.org/log4j/docs/ log4j]
| [http://archive.apache.org/dist/logging/log4j/1.2.13/ Downloads]
+
| [http://archive.apache.org/dist/logging/log4j/1.2.13/ 1.2.13 Downloads]
| Used for logging.
+
  [[http://archive.apache.org/dist/logging/log4j/ Downloads]
| 1.2.13(Approved by Orbit)
+
| Used for logging directly by this package and some of the dependent packages.  Testing has been done with various versions with no detected problems.
| [http://www.apache.org/licenses/LICENSE-2.0 License] (Approved by Orbit)
+
| Tested with 1.2.09 - 1.2.13(Approved by Orbit) and 1.2.14
 +
| [http://www.apache.org/licenses/LICENSE-2.0 Apache 2.0] (Approved by Orbit)
 
|-
 
|-
 
| [http://www.bandit-project.org/index.php/Welcome_to_Bandit Bandit Utility]
 
| [http://www.bandit-project.org/index.php/Welcome_to_Bandit Bandit Utility]
Line 19: Line 33:
 
| [http://www.bandit-project.org/index.php/FAQs#Licensing Licensing]
 
| [http://www.bandit-project.org/index.php/FAQs#Licensing Licensing]
 
Bandit Utility code is dual licensed under LGPL and EPL
 
Bandit Utility code is dual licensed under LGPL and EPL
|-
 
| [http://code.sxip.com/openid4java/ OpenID]
 
|[http://code.sxip.com/openid4java/ Jar]
 
| To access Open ID 2.0 servers as a source of attributes
 
|
 
|  Apache 2.0 http://code.sxip.com/openid4java/
 
 
|-
 
|-
 
| [http://dom4j.org/ dom4j]
 
| [http://dom4j.org/ dom4j]
Line 30: Line 38:
 
| 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.
 
| 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
 
| 1.6.1
| [http://www.dom4j.org/license.html License] (BSD style)
+
| [http://www.dom4j.org/license.html BSD style license]
 
|-
 
|-
 
| [http://jaxen.codehaus.org jaxen]
 
| [http://jaxen.codehaus.org jaxen]
Line 36: Line 44:
 
| An XPath engine used by Dom4j
 
| An XPath engine used by Dom4j
 
| 1.1
 
| 1.1
| [http://jaxen.codehaus.org/licence.html License]
+
| [http://cvs.jaxen.codehaus.org/browse/~raw,r=1.5/jaxen/jaxen/LICENSE.txt License]
 
|-
 
|-
 
| [http://xerces.apache.org/ Xerces]
 
| [http://xerces.apache.org/ Xerces]
Line 42: Line 50:
 
| Used by the castor generated code (and dom4j?).
 
| Used by the castor generated code (and dom4j?).
 
| 2.7.1
 
| 2.7.1
| [http://www.apache.org/licenses/LICENSE-2.0.html License] (Approved by Orbit)  
+
| [http://www.apache.org/licenses/LICENSE-2.0.html Apache 2.0] (Approved by Orbit)  
 
|-
 
|-
 
| [http://www.castor.org/ Castor]
 
| [http://www.castor.org/ Castor]
Line 50: Line 58:
 
| [http://www.castor.org/license.html License]
 
| [http://www.castor.org/license.html License]
 
|-
 
|-
| [http://www.mozilla.org/rhino// JavaScript]
+
| [http://www.mozilla.org/rhino// Rhino JavaScript engine]
 
| [http://www.mozilla.org/rhino/download.html Downloads]
 
| [http://www.mozilla.org/rhino/download.html Downloads]
| Rhino JavaScript engine.
+
| Used to allow deployers of the context provider to use javascript fragments to control critical behaviors.  Note there are various license options depending on how it is delivered.
 
| 1.6R5
 
| 1.6R5
| [http://www.mozilla.org/MPL/ License'
+
| [http://www.mozilla.org/MPL/ License]
 
|-
 
|-
 
| [http://jerichohtml.sourceforge.net/doc/index.html Jericho]
 
| [http://jerichohtml.sourceforge.net/doc/index.html Jericho]
| [http://sourceforge.net/project/showfiles.php?group_id=101067&package_id=108849 ZIP]
+
| [http://sourceforge.net/project/showfiles.php?group_id=101067&package_id=108849 zip]
| [http://jerichohtml.sourceforge.net/doc/index.html Jericho] HTML Parser is a simple java library allowing analysis and manipulation of parts of an HTML document.
+
| [http://jerichohtml.sourceforge.net/doc/index.html Jericho] HTML Parser used to act as a browser and parse forms for form fill.  
 
| 2.3
 
| 2.3
 
| [http://www.gnu.org/copyleft/lesser.html LGPL License]
 
| [http://www.gnu.org/copyleft/lesser.html LGPL License]

Revision as of 14:04, 9 April 2007

Library Home Page (URL) Download (URL) Used for Version License (URL)
OpenID tar.gz package

jar only

To access Open ID 2.0 servers as a source of authentication and attributes. Currently we require features which are part of the development tip, but not part of the released package, to build or deploy you will need the package as described + replace with just the new jar. 0.9.1 Apache 2.0
httpclient downloads Used as part of the browser emulation when authenticating openIDs to their provider. Tested with 3.0.1 and 3.0-RC2 Apache 2.0
log4j 1.2.13 Downloads
 [Downloads
Used for logging directly by this package and some of the dependent packages. Testing has been done with various versions with no detected problems. Tested with 1.2.09 - 1.2.13(Approved by Orbit) and 1.2.14 Apache 2.0 (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

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 BSD style license
jaxen Downloads An XPath engine used by Dom4j 1.1 License
Xerces Downloads Used by the castor generated code (and dom4j?). 2.7.1 Apache 2.0 (Approved by Orbit)
Castor Downloads Required by the castor generated code. 1.0.4 License
Rhino JavaScript engine Downloads Used to allow deployers of the context provider to use javascript fragments to control critical behaviors. Note there are various license options depending on how it is delivered. 1.6R5 License
Jericho zip Jericho HTML Parser used to act as a browser and parse forms for form fill. 2.3 LGPL License

.

See Also

Back to the top