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.
Components 1.X
This page describes components that are common to Higgins 1.0 and 1.1. See Components 1.0 for a list of Higgins 1.0-only components. See Components 1.1 for a list of Higgins 1.1-only components.
Contents
- 1 Conventions Used on this Page
- 2 App folder
- 3 Plugins folder
- 3.1 Configuration Package
- 3.2 Configuration Handler
- 3.3 Dependencies
- 3.4 I-Card Registry
- 3.5 I-Card Provider
- 3.6 I-Card Selector Service
- 3.7 ISS Provider
- 3.8 RPPS
- 3.9 IdAS
- 3.10 IdAS Context Provider
- 3.11 STS Client
- 3.12 STS Server
- 3.13 STS Mapping Extension
- 3.14 STS Token Extension
- 3.15 STS Common
- 3.16 STS Binding
- 3.17 STS XML Security Extension
- 3.18 STS Information Card Generator
- 3.19 Util IdAS CP
- 3.20 Util SAML
- 3.21 Util JScript
- 3.22 Util Socket
- 3.23 Util XML
- 3.24 Registry
- 4 Ontology folder
Conventions Used on this Page
- See Components Page Conventions - includes definitions of terms used on this page
- See Higgins SVN Branch Structure to understand how we name our builds
App folder
The App folder holds Components that are at the top level of their respective Higgins 1.0 or 1.1 architectures. For example, for end-user applications, these would be the user interface and/or client Components.
Components are listed in alphabetic order by SVN project name:
I-Card Service Web App
Repository | Downloads | Owner | ||
---|---|---|---|---|
Java 1.4 SOAP web app projects: | ||||
Impl. | org.eclipse.higgins.rpps.web | svn viewsvn | downloads | AlexY |
SAML2 IdP
Repository | Downloads | Owner | ||
---|---|---|---|---|
Java 1.4 web service projects: | ||||
Impl. | org.eclipse.higgins.saml2idp.server | svn viewsvn | downloads | Markus |
Test | org.eclipse.higgins.saml2idp.test | svn viewsvn | downloads | Markus |
Misc | org.eclipse.higgins.saml2idp.server.config | svn viewsvn | [no downloads] | Markus |
Plugins folder
The following are in roughly alphabetic order by main project name:
Configuration Package
Package Level Information
|
Repository | Downloads | Owner
| ||
---|---|---|---|---|---|
Java 1.4 projects: | |||||
Interface | org.eclipse.higgins.configuration.api (shared) | svn viewsvn | downloads | SergeyL | |
Misc | org.eclipse.higgins.configuration.common | svn viewsvn | downloads | SergeyL |
Configuration Handler
Cross-Implementation Information
|
Repository | Downloads | Owner | ||
---|---|---|---|---|---|
Java 1.4 IConfigurationHandler implementation projects: | |||||
Interface | org.eclipse.higgins.configuration.api (shared) | svn viewsvn | downloads | SergeyL | |
Alt. Impl. | org.eclipse.higgins.configuration.xml | svn viewsvn | downloads | SergeyL | |
Alt. Impl. | org.eclipse.higgins.configuration.xrds | svn viewsvn | downloads | Markus |
Dependencies
Repository | Downloads | Owner | ||
---|---|---|---|---|
Java 1.4 projects: | ||||
Misc | org.eclipse.higgins.dependencies.redistributable | svn viewsvn | downloads | Valery |
I-Card Registry
Repository | Downloads | Owner | ||
---|---|---|---|---|
Java 1.4 projects: | ||||
Impl | org.eclipse.higgins.icard.registry | svn viewsvn | downloads | SergeyL |
I-Card Provider
I-Card Selector Service
Repository | Downloads | Owner | ||
---|---|---|---|---|
Java 1.4 projects: | ||||
Impl. | org.eclipse.higgins.iss | svn viewsvn | downloads | SergeyL |
ISS Provider
Cross-Implementation Information
|
Repository | Downloads | Owner | ||
---|---|---|---|---|---|
Java 1.4 projects: | |||||
Impl. | org.eclipse.higgins.iss.cardspace | svn viewsvn | downloads | SergeyL |
RPPS
Repository | Downloads | Owner | ||
---|---|---|---|---|
Java 1.4 projects: | ||||
Impl. | org.eclipse.higgins.rpps | svn viewsvn | downloads | AlexY |
IdAS
Package Level Information
|
Repository | Downloads | Owner
| ||
---|---|---|---|---|---|
Java 1.4 projects: | |||||
Interface | org.eclipse.higgins.idas.api | svn viewsvn | downloads | SergeyL | |
Misc | org.eclipse.higgins.idas.common | svn viewsvn | downloads | SergeyL | |
Misc. | org.eclipse.higgins.idas.registry | svn viewsvn | downloads | Markus |
IdAS Context Provider
Cross-Implementation Information
|
Repository | Downloads | Owner | ||
---|---|---|---|---|---|
Java 1.4 projects: | |||||
Interface | org.eclipse.higgins.idas.spi | svn viewsvn | downloads | Jim | |
Alt. Impl. | org.eclipse.higgins.idas.cp.jndi | svn viewsvn | downloads | SergeyL | |
Alt. Impl. | org.eclipse.higgins.idas.cp.jena2 | svn viewsvn | downloads | SergeyL | |
Alt. Impl. | org.eclipse.higgins.idas.cp.xmlfile | svn viewsvn | downloads | SergeyL | |
Alt. Impl. | org.eclipse.higgins.idas.cp.jspolicy | svn viewsvn | downloads | SergeyL | |
Alt. Impl. | org.eclipse.higgins.idas.cp.inmem | svn viewsvn | downloads | SergeyL | |
Alt. Impl. | org.eclipse.higgins.idas.cp.rest.xml | svn viewsvn | downloads | SergeyL |
STS Client
Package Level Information
|
Repository | Downloads | Owner
| ||
---|---|---|---|---|---|
Java 1.4 projects: | |||||
Interface | org.eclipse.higgins.sts.api (shared) | svn viewsvn | downloads | SergeyL | |
Impl. | org.eclipse.higgins.sts.client | svn viewsvn | downloads | SergeyL | |
Samples | org.eclipse.higgins.sts.client.samples | svn viewsvn | downloads | SergeyL |
STS Server
Package Level Information
|
Repository | Downloads | Owner
| ||
---|---|---|---|---|---|
Java 1.4 projects: | |||||
Interface | org.eclipse.higgins.sts.api (shared) | svn viewsvn | downloads | SergeyL | |
Interface | org.eclipse.higgins.sts.spi | svn viewsvn | downloads | SergeyL | |
Impl. | org.eclipse.higgins.sts.server.trust | svn viewsvn | downloads | SergeyL | |
Impl. | org.eclipse.higgins.sts.server.metadata | svn viewsvn | downloads | SergeyL | |
Impl. | org.eclipse.higgins.sts.server.profile | svn viewsvn | downloads | SergeyL |
STS Mapping Extension
Cross-Implementation Information
|
Repository | Downloads | Owner | ||
---|---|---|---|---|---|
Java 1.4 projects: | |||||
Alt. Impl. | org.eclipse.higgins.sts.server.mapper.appliesto | svn viewsvn | downloads | SergeyL | |
Alt. Impl. | org.eclipse.higgins.sts.server.mapper.extension | svn viewsvn | downloads | SergeyL | |
Alt. Impl. | org.eclipse.higgins.sts.server.mapper.polling | svn viewsvn | downloads | SergeyL |
STS Token Extension
Cross-Implementation Information
|
Repository | Downloads | Owner | ||
---|---|---|---|---|---|
Java 1.4 projects: | |||||
Alt. Impl. | org.eclipse.higgins.sts.server.token.handler | svn viewsvn | downloads | SergeyL | |
Alt. Impl. | org.eclipse.higgins.sts.server.token.self | svn viewsvn | downloads | SergeyL | |
Alt. Impl. | org.eclipse.higgins.sts.server.token.encrypt | svn viewsvn | downloads | SergeyL | |
Alt. Impl. | org.eclipse.higgins.sts.server.token.alf | svn viewsvn | downloads | SergeyL | |
Alt. Impl. | org.eclipse.higgins.sts.server.token.identity | svn viewsvn | downloads | SergeyL | |
Alt. Impl. | org.eclipse.higgins.sts.server.token.compound | svn viewsvn | downloads | SergeyL | |
Alt. Impl. | org.eclipse.higgins.sts.server.token.saml | svn viewsvn | downloads | SergeyL |
STS Common
Repository | Downloads | Owner | ||
---|---|---|---|---|
Java 1.4 projects: | ||||
Impl. | org.eclipse.higgins.sts.common | svn viewsvn | downloads | SergeyL |
STS Binding
Package Level Information
|
Repository | Downloads | Owner
| ||
---|---|---|---|---|---|
Java 1.4 projects: | |||||
Impl. | org.eclipse.higgins.sts.binding.axis1x.common | svn viewsvn | downloads | SergeyL | |
Impl. | org.eclipse.higgins.sts.binding.axis1x.client | svn viewsvn | downloads | SergeyL | |
Impl. | org.eclipse.higgins.sts.binding.axis1x.service | svn viewsvn | downloads | SergeyL |
STS XML Security Extension
Cross-Implementation Information
|
Repository | Downloads | Owner | ||
---|---|---|---|---|---|
Java 1.4 projects: | |||||
Impl. | org.eclipse.higgins.sts.xmlsecurity.apache | svn viewsvn | downloads | SergeyL |
STS Information Card Generator
Repository | Downloads | Owner | ||
---|---|---|---|---|
Java 1.4 projects: | ||||
Impl. | org.eclipse.higgins.sts.informationcardgenerator | svn viewsvn | downloads | SergeyL |
Util IdAS CP
Repository | Downloads | Owner | ||
---|---|---|---|---|
Java 1.4 projects: | ||||
Impl. | org.eclipse.higgins.util.idas.cp | svn viewsvn | downloads | Markus |
Util SAML
Repository | Downloads | Owner | ||
---|---|---|---|---|
Java 1.4 projects: | ||||
Impl. | org.eclipse.higgins.util.saml | svn viewsvn | downloads | Markus |
Test | org.eclipse.higgins.util.saml.test | svn viewsvn | downloads | Markus |
Util JScript
Repository | Downloads | Owner | ||
---|---|---|---|---|
Java 1.4 projects: | ||||
Impl. | org.eclipse.higgins.util.jscript | svn viewsvn | downloads | SergeyL |
Util Socket
Repository | Downloads | Owner | ||
---|---|---|---|---|
Java 1.4 projects: | ||||
Impl. | org.eclipse.higgins.util.socket | svn viewsvn | downloads | SergeyL |
Util XML
Repository | Downloads | Owner | ||
---|---|---|---|---|
Java 1.4 projects: | ||||
Impl. | org.eclipse.higgins.util.xml | svn viewsvn | downloads | SergeyL |
Registry
Repository | Downloads | Owner | ||
---|---|---|---|---|
Java 1.4 projects: | ||||
Impl. | org.eclipse.higgins.registry | svn viewsvn | downloads | SergeyL |
Ontology folder
Ontologies
Repository | Downloads | Owner | ||
---|---|---|---|---|
OWL1.1 projects: | ||||
Impl. | org.eclipse.higgins.ontology | svn viewsvn | [coming soon downloads] | PaulT |