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 8: Line 8:
 
|-
 
|-
 
| [http://code.sxip.com/openid4java/ OpenID]
 
| [http://code.sxip.com/openid4java/ OpenID]
| [http://code.sxip.com/downloads/java-openid-sxip-0.9.1.167.tar.gz tar.gz package]
+
| [http://code.sxip.com/downloads/java-openid-sxip-0.9.1.167.tar.gz tar.gz full package (includes depends)]<br>
[https://forgesvn1.novell.com/svn/bandit/trunk/commons/bin/java-openid-sxip-0.9.1.jar jar only]
+
[https://forgesvn1.novell.com/svn/bandit/trunk/commons/bin/java-openid-sxip-0.9.1.jar .9.1 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.
 
| 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
 
| 0.9.1
Line 15: Line 15:
 
|-
 
|-
 
| [http://jakarta.apache.org/commons/httpclient/ httpclient]
 
| [http://jakarta.apache.org/commons/httpclient/ httpclient]
| [http://jakarta.apache.org/site/downloads/downloads_commons-httpclient.cgi downloads]
+
| [http://jakarta.apache.org/site/downloads/downloads_commons-httpclient.cgi all versions downloads]<br>
 +
[http://apache.mirrors.tds.net/jakarta/commons/httpclient/binary/commons-httpclient-3.0.1.tar.gz 3.0.1 tar.gz]<br>
 +
[http://apache.mirrors.tds.net/jakarta/commons/httpclient/binary/commons-httpclient-3.0.1.zip 3.0.1 zip]<br>
 
| Used as part of the browser emulation when authenticating openIDs to their provider.
 
| Used as part of the browser emulation when authenticating openIDs to their provider.
 
| Tested with 3.0.1 and 3.0-RC2
 
| Tested with 3.0.1 and 3.0-RC2
Line 21: Line 23:
 
|-
 
|-
 
| [http://logging.apache.org/log4j/docs/ log4j]
 
| [http://logging.apache.org/log4j/docs/ log4j]
| [http://archive.apache.org/dist/logging/log4j/1.2.13/ 1.2.13 Downloads]
+
| [http://archive.apache.org/dist/logging/log4j/ all versions downloads]<br>
  [[http://archive.apache.org/dist/logging/log4j/ Downloads]
+
[http://archive.apache.org/dist/logging/log4j/1.2.13/ 1.2.13 downloads]<br>
 +
[http://archive.apache.org/dist/logging/log4j/1.2.13/logging-log4j-1.2.13.tar.gz 1.2.13 tar.gz]<br>
 +
[http://archive.apache.org/dist/logging/log4j/1.2.13/logging-log4j-1.2.13.zip 1.2.13 zip]<br>
 
| Used for logging directly by this package and some of the dependent packages.  Testing has been done with various versions with no detected problems.
 
| 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
 
| Tested with 1.2.09 - 1.2.13(Approved by Orbit) and 1.2.14
Line 28: Line 32:
 
|-
 
|-
 
| [http://www.bandit-project.org/index.php/Welcome_to_Bandit Bandit Utility]
 
| [http://www.bandit-project.org/index.php/Welcome_to_Bandit Bandit Utility]
| [http://www.bandit-project.org/index.php/Common_Identity_DEV_Downloads Downloads]
+
| [http://www.bandit-project.org/index.php/Common_Identity_DEV_Downloads all versions 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.
 
| 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])
 
| 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])
Line 35: Line 39:
 
|-
 
|-
 
| [http://dom4j.org/ dom4j]
 
| [http://dom4j.org/ dom4j]
| [http://downloads.sourceforge.net/dom4j/dom4j-1.6.1.jar Downloads]
+
| [http://downloads.sourceforge.net/dom4j/dom4j-1.6.1.jar jar]
 
| 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
Line 41: Line 45:
 
|-
 
|-
 
| [http://jaxen.codehaus.org jaxen]
 
| [http://jaxen.codehaus.org jaxen]
| [http://jaxen.codehaus.org/releases.html Downloads]
+
| [http://jaxen.codehaus.org/releases.html all downloads]
 +
[http://dist.codehaus.org/jaxen/distributions/jaxen-1.1.zip 1.1 zip]
 +
[http://dist.codehaus.org/jaxen/distributions/jaxen-1.1.tar.gz 1.1 tar.gz]
 
| An XPath engine used by Dom4j
 
| An XPath engine used by Dom4j
 
| 1.1
 
| 1.1
Line 53: Line 59:
 
|-
 
|-
 
| [http://www.castor.org/ Castor]
 
| [http://www.castor.org/ Castor]
| [http://dist.codehaus.org/castor/1.0.4/ Downloads]
+
| [http://dist.codehaus.org/castor/1.0.4/ all 1.0.4 downloads]
 +
[http://dist.codehaus.org/castor/1.0.4/castor-1.0.4.jar jar only]
 
| Required by the castor generated code.
 
| Required by the castor generated code.
 
| 1.0.4
 
| 1.0.4
Line 59: Line 66:
 
|-
 
|-
 
| [http://www.mozilla.org/rhino// Rhino JavaScript engine]
 
| [http://www.mozilla.org/rhino// Rhino JavaScript engine]
| [http://www.mozilla.org/rhino/download.html Downloads]
+
| [http://www.mozilla.org/rhino/download.html all versions downloads]
 +
[ftp://ftp.mozilla.org/pub/mozilla.org/js/rhino1_6R5.zip 1.6R5 zip]
 
| 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.
 
| 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
Line 65: Line 73:
 
|-
 
|-
 
| [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://downloads.sourceforge.net/jerichohtml/jericho-html-2.3.zip?modtime=1157986407&big_mirror=0 zip]
 
| [http://jerichohtml.sourceforge.net/doc/index.html Jericho] HTML Parser used to act as a browser and parse forms for form fill.  
 
| [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

Revision as of 15:37, 9 April 2007

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

.9.1 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 all versions downloads

3.0.1 tar.gz
3.0.1 zip

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 all versions downloads

1.2.13 downloads
1.2.13 tar.gz
1.2.13 zip

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 all versions 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 jar 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 all downloads

1.1 zip 1.1 tar.gz

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 all 1.0.4 downloads

jar only

Required by the castor generated code. 1.0.4 License
Rhino JavaScript engine all versions downloads

1.6R5 zip

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