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

Components 1.0

Revision as of 12:38, 5 July 2009 by Ptrevithick.gmail.com (Talk | contribs) (Hosted I-Card Manager)

{{#eclipseproject:technology.higgins}}

Higgins logo 76Wx100H.jpg

This page describes Higgins 1.0-only components. It does not include a list of components that are common to 1.0 and 1.1. For a list of those see Components.

Definitions

Components are comprised of one or more Eclipse projects. The page is organized by the folders in the SVN repository at https://dev.eclipse.org/svnroot/technology/org.eclipse.higgins/trunk/

Component
An abstract service description. Components may be implemented by N alternative sets of M constituent Eclipse projects. Although N is often equal to one, it may be greater if there are multiple language implementations of the same service, or if there are alternative projects used in different runtime environments. Although M is also often equal to one, there may be two or three separate projects of various types.
Project
An Eclipse project. In Java this builds to a .JAR or .plugin. On LINUX, perhaps a shared library. Types include: Impl. (implementation), Interface, Test and Misc

Conventions Used on this Page

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:

GTK and Cocoa Selector

Cross-Implementation Information
Bugs (ISSD): create, open, closed
Repository Downloads Owner


C++ projects:
Impl. org.eclipse.higgins.cbselector svn viewsvn downloads Andy

 

RCP-based Identity Selector

Cross-Implementation Information
Bugs (ISS+CLIENT+UI+RCP): create, open, closed
Repository Downloads Owner


Java 1.4 projects:


Impl. org.eclipse.higgins.crpps svn viewsvn downloads Tie Li
Misc. org.eclipse.higgins.crpps.feature svn viewsvn downloads Tie Li

 

Higgins Embedded-Selector Extension for Firefox

Cross-Implementation Information
Bugs (HBX): create, open, closed
Repository Downloads Owner


Javascript FireFox extension projects:
Impl. org.eclipse.higgins.hbx svn viewsvn downloads install Maxim

 


I-Card Service Web App

Cross-Implementation Information
Bugs (HBX+SUPPORT): create, open, closed
Repository Downloads Owner


Java 1.4 SOAP web app projects:


Impl. org.eclipse.higgins.rpps.web svn viewsvn downloads Valery

 

I-Card Service Web App

Cross-Implementation Information
Bugs (HBX+SUPPORT): create, open, closed
Repository Downloads Owner


Java 1.4 SOAP web app projects:


Impl. org.eclipse.higgins.rpps.web svn viewsvn downloads Valery

 

MultiProtocol Relying Party Enablement Sample

Cross-Implementation Information
Bugs (RP+SITE): create, open, closed
Repository Downloads Owner


Java 1.4 WAR projects:


Impl. org.eclipse.higgins.rp.servlet.sample svn viewsvn downloads Paula

 

SAML2 IdP

Cross-Implementation Information
Bugs (SAML2+IdP): create, open, closed
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 downloads TBD

 

Plugins folder

The following are in roughly alphabetic order by main project name:

Multi-Protocol Relying Party Enablement

Cross-Implementation Information
Bugs (RP+SITE): create, open, closed
Repository Downloads Owner


Java 1.4 projects:


Interface org.eclipse.higgins.rp.interface svn viewsvn downloads Paula
Impl. org.eclipse.higgins.rp.servlet svn viewsvn downloads Paula
Misc org.eclipse.higgins.rp.icard svn viewsvn downloads Paula

 

RSS-SSE Support

Cross-Implementation Information
Bugs (HBX+SUPPORT): create, open, closed
Repository Downloads Owner


Java 1.4 projects:


Misc org.eclipse.higgins.rsse svn viewsvn downloads Valery

 

Back to the top