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 "Components"

(I-Card Registry and I-Card Providers)
(I-Card Registry and I-Card Providers)
Line 285: Line 285:
 
|   
 
|   
 
|javadoc, plugins, jars   
 
|javadoc, plugins, jars   
|   
+
|[https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=substring&short_desc=CardSpace-interoperable+Personal+I-Card+Provider&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&emailtype1=substring&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0= open]    
 
|[mailto:slyakhov@parityinc.net SergeyL]   
 
|[mailto:slyakhov@parityinc.net SergeyL]   
 
|-   
 
|-   

Revision as of 11:40, 28 February 2007

Components

Summary

This page describes each of the following Higgins Components:

Details

Higgins Browser Extension

Component Dep. Source & Build Test Downloads Issues Owner
Higgins Browser Extension (HBX) open MaximK
A HBX none viewcvs, ide, cli n/a Firefox MaximK
ISS Web UI [being merged into HBX] open AbhiS
B ISS Web UI none cvs & instructions n/a AbhiS

.

I-Card Manager

Component Dep. Source & Build Test Downloads Issues Owner
I-Card Manager (I-CARD BROKER) open SergeyY
A I-Card Manager Web Application dep viewcvs, cli javadoc, binary SergeyY

.

RP Enablement Components

RP Enablement is a set of Components that are used to create test and "real" Relying Party sites and services.

Component Dep. Source & Build Test Downloads Issues Owner
RSS-SSE RP Test open SergeyY
A RSS-SSE RP Test Application none viewcvs, cli javadoc, binary SergeyY

.

RP Protocol Support

Component Dep. Source & Build Test Downloads Issues Owner
RP Protocol Support (HBX SUPPORT) open SergeyY
A RPPS Web Application none viewcvs, cli javadoc, binary SergeyY
B RPPS Core (Plug-in or JAR) none viewcvs, ide, cli javadoc, plugins, binary SergeyY

.

ISS Client UI

Component Dep. Source & Build Test Downloads Issues Owner
ISS Client UI open AbhiS
A ISS Client UI dep cvs & instructions javadoc, plugins, jars AbhiS
B ISS Client UI (C#) dep cvs & instructions DanielH

.

I-Card Selector Service (ISS)

Component Dep. Source & Build Test Downloads Issues Owner
I-Card Selector Service (ISS) open AbhiS
A I-Card Selector Service dep viewcvs, ide, cli javadoc, plugins, jars AbhiS

.

I-Card Registry and I-Card Providers

Component Dep. Source & Build Test Downloads Issues Owner
I-Card Registry (see also I-Card Interfaces) ide(all) open ValeryK
A I-Card Registry dep viewcvs, ide, cli javadoc, plugins, jars ValeryK
I-Card Providers (ICARD PROVIDER) open ValeryK
A CardSpace Managed I-Card Provider dep cvs & instructions javadoc, plugins, jars SergeyL
B CardSpace Personal I-Card Provider dep cvs & instructions javadoc, plugins, jars open SergeyL
C URI I-Card Provider dep cvs & instructions javadoc, plugins, jars ValeryK

.

Token Service and Token Providers

Component Dep. Source & Build Test Downloads Issues Owner
Token Service (STS) ide(all) open MikeM
A Token Service Core dep viewcvs, ide, cli, instructions javadoc, plugins, jars MikeM
Token Providers (TOKEN PROVIDER) open
B Username Provider dep viewcvs, ide, cli javadoc, plugins, jars MikeM
C SAML Provider dep viewcvs, ide, cli javadoc, plugins, jars MikeM
D Idemix Provider dep viewcvs, ide, cli javadoc, plugins, jars AbhiS
STS Bindings (STS BINDING) open
E Axis 1.x Binding dep viewcvs, ide, cli javadoc, plugins, jars MikeM
F Axis 2.0 Binding dep cvs & instructions javadoc, plugins, jars MikeM

.

Identity Attribute Service and Context Providers

Component Dep. Source & Build Test Downloads Issues Owner
Identity Attribute Service (IDAS) open JimS
A Identity Attribute Service none cvs & instructions javadoc, plugins, jars JimS
Context Providers (CONTEXT PROVIDER) open
B JNDI Context Provider (LDAP) dep cvs & instructions javadoc, plugins, jars TomD
C Jena Context Provider dep viewcvs, ide, cli javadoc, plugins, jars SergeyL
D OpenID Context Provider dep cvs & instructions javadoc, plugins, jars Duane

.

Conventions Used in this Page

Navigation

  • All information, interfaces, doc, etc. about any component in the Architecture should be reachable by clicking on the component name in the column above.

Column Names

  • Left-most Column (may be indented)
    • Component-level rows: Component name (name in parens is Bugzilla name if it is different)
    • Sub-component-level rows (Token Service and IdAS only): Sub-Component name
    • Project-level rows: Project name
  • Dep. (Dependencies)
    • dep - wiki page of non-Higgins libraries (e.g. JARs) that this component depends on to build and run
  • Source & Build
    • cvs & instructions - a wiki page describing the following:
      • General CVS information (same for all Higgins projects)
      • Module-specific information
      • Build instructions
  • Test
    • For each of the java sub-projects of each Component listed in all of these tables there exists a second project a sister ".test" project exists containing unit tests. These tests are [well, will soon be] automatically run during the nightly build process. This cell should contain a status word related to these tests:
      • none - no sister ".test" project exists
      • minimal - a few unit tests exist in the ".test" project
      • good - reasonable coverage of functionality exists in the ".test" project
  • Downloads
    • javadoc - link to the javadoc files mostly recently generated nightly on build.eclipse.org
    • plugins - link to one or more Eclipse plugins most recently built on build.eclipse.org
    • jars - link to one or more JARS most recently built on build.eclipse.org
    • binary - link to one or more binary distributions most recently built on build.eclipse.org
  • Issues
    • open - list of Bugzilla entries (enhancements and bugs) for this component
  • Owner
    • <email> - email of the owner of this component

Note: Component Owners please review Higgins Component Owner Checklist

Across All Components

Higgins 1.0 Build Targets

  • Retrieving Source <-- will be subsumed into the individual "cli" instructions above

See Also

Back to the top