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

Line 4: Line 4:
 
|-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="10%" border="1" align="left" valign="top" | Jar(s) (URL)
+
! width="20%" border="1" align="left" valign="top" colspan="3" | Jar(s) (URL)
! width="50%" 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)
 
|-
 
|-
 
| dom4j
 
| dom4j
 +
|
 +
|
 
|
 
|
 
| 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.
Line 16: Line 18:
 
|-
 
|-
 
| log4j
 
| log4j
 +
|
 +
|
 
|
 
|
 
| Used for logging.
 
| Used for logging.
Line 22: Line 26:
 
|-
 
|-
 
| Open XDAS
 
| Open XDAS
 +
|
 +
|
 
|
 
|
 
| Used to raise auditing events through Open XDAS java client.  These audit events will be recorded if there is an Open XDAS server running, otherwise, they will have no effect.
 
| Used to raise auditing events through Open XDAS java client.  These audit events will be recorded if there is an Open XDAS server running, otherwise, they will have no effect.
Line 28: Line 34:
 
|-
 
|-
 
| Bandit utility
 
| Bandit utility
 +
|
 +
|
 
|
 
|
 
| Used for XML based configuration reading and writing 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 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.
Line 35: Line 43:
 
|-
 
|-
 
| Open LDAP
 
| Open LDAP
 +
|
 +
|
 
|
 
|
 
| Used by the LDAP portion bandit utility libraries.
 
| Used by the LDAP portion bandit utility libraries.
Line 41: Line 51:
 
|-
 
|-
 
| Xerces
 
| Xerces
 +
|
 +
|
 
|
 
|
 
| Used by the castor generated code (and dom4j?).
 
| Used by the castor generated code (and dom4j?).

Revision as of 12:16, 18 November 2006

This page is a work in progress...

Library Home Page (URL) Jar(s) (URL) Used for Version License (URL)
dom4j 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
log4j Used for logging. 1.2.13 http://www.apache.org/licenses/LICENSE-2.0
Open XDAS Used to raise auditing events through Open XDAS java client. These audit events will be recorded if there is an Open XDAS server running, otherwise, they will have no effect. 0.3.x
Bandit utility Used for XML based configuration reading and writing 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. http://www.bandit-project.org/index.php/FAQs#Licensing

Common Identity (Higgins) --> LGPL

Open LDAP Used by the LDAP portion bandit utility libraries. 2.3.30 http://www.openldap.org/software/release/license.html
Xerces Used by the castor generated code (and dom4j?). 2.7.1

.

See Also

Back to the top