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

OpenID Context Provider Dependencies

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