Difference between revisions of "Components"
(→I-Card Manager) |
(→I-Card Manager) |
||
Line 69: | Line 69: | ||
|- | |- | ||
| | | | ||
− | |[[I-Card Manager | + | |[[I-Card Manager Application]] |
|[[I-Card Manager Dependencies | dep]] | |[[I-Card Manager Dependencies | dep]] | ||
|[http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.higgins/app/org.eclipse.higgins.broker/apps/icard/?root=Technology_Project viewcvs], cli | |[http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.higgins/app/org.eclipse.higgins.broker/apps/icard/?root=Technology_Project viewcvs], cli |
Revision as of 03:59, 7 February 2007
Contents
Higgins Browser Extension
Component | Dep. | Source & Build | Test | Downloads | Issues | Owner | |
---|---|---|---|---|---|---|---|
Higgins Browser Extension (HBX) | open | MaximK | |||||
HBX | none | viewcvs, ide, cli | n/a | Firefox | MaximK | ||
ISS Web UI [being merged into HBX] | open | AbhiS | |||||
ISS Web UI | none | viewcvs, ide, cli | n/a | AbhiS |
.
I-Card Manager
Component | Dep. | Source & Build | Test | Downloads | Issues | Owner | |
---|---|---|---|---|---|---|---|
I-Card Manager (I-CARD BROKER) | open | SergeyY | |||||
I-Card Manager 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 | |||||
RSS-SSE RP Test App | none | viewcvs | javadoc, jars | SergeyY |
.
RP Protocol Support
Component | Dep. | Source & Build | Test | Downloads | Issues | Owner | |
---|---|---|---|---|---|---|---|
RP Protocol Support (HBX SUPPORT) | ide(all) | open | SergeyY | ||||
RPPS Web App | none | viewcvs, ide, cli | javadoc, plugins, jars | SergeyY | |||
RPPS Core (org.eclipse.higgins.rpps) | none | viewcvs, ide, cli | javadoc, plugins, jars | SergeyY |
.
ISS Client UI
Component | Dep. | Source & Build | Test | Downloads | Issues | Owner | |
---|---|---|---|---|---|---|---|
ISS Client UI | open | AbhiS | |||||
ISS Client UI | dep | viewcvs, ide, cli | javadoc, plugins, jars | AbhiS |
.
I-Card Selector Service (ISS)
Component | Dep. | Source & Build | Test | Downloads | Issues | Owner | |
---|---|---|---|---|---|---|---|
I-Card Selector Service (ISS) | open | AbhiS | |||||
I-Card Selector Service | dep | viewcvs, ide, cli | javadoc, plugins, jars | AbhiS |
.
I-Card Registry
Component | Dep. | Source & Build | Test | Downloads | Issues | Owner | |
---|---|---|---|---|---|---|---|
I-Card Registry | ide(all) | open | ValeryK | ||||
I-Card Registry | dep | viewcvs, ide, cli | javadoc, plugins, jars | ValeryK | |||
I-Card Interfaces | none | viewcvs, ide, cli | javadoc, plugins, jars | ValeryK |
.
I-Card Providers
Component | Dep. | Source & Build | Test | Downloads | Issues | Owner | |
---|---|---|---|---|---|---|---|
I-Card Providers (ICARD PROVIDER) | open | ValeryK | |||||
CardSpace Managed I-Card Provider | dep | viewcvs, ide, cli | javadoc, plugins, jars | ValeryK | |||
CardSpace Personal I-Card Provider | dep | viewcvs, ide, cli | javadoc, plugins, jars | ValeryK | |||
URI I-Card Provider | dep | viewcvs, ide, cli | javadoc, plugins, jars | ValeryK |
.
Token Service
Component | Dep. | Source & Build | Test | Downloads | Issues | Owner | |
---|---|---|---|---|---|---|---|
Token Service (STS) | ide(all) | open | MikeM | ||||
Token Service Core | dep | viewcvs, ide, cli, instructions | javadoc, plugins, jars | MikeM | |||
Token Providers (TOKEN PROVIDER) | open | ||||||
Username Provider | dep | viewcvs, ide, cli | javadoc, plugins, jars | MikeM | |||
SAML Provider | dep | viewcvs, ide, cli | javadoc, plugins, jars | MikeM | |||
Idemix Provider | dep | viewcvs, ide, cli | javadoc, plugins, jars | AbhiS | |||
STS Bindings (STS BINDING) | open | ||||||
Axis 1.3 Binding | dep | viewcvs, ide, cli | javadoc, plugins, jars | MikeM | |||
Axis 2.0 Binding | dep | viewcvs, ide, cli | javadoc, plugins, jars | MikeM |
.
Identity Attribute Service
Component | Dep. | Source & Build | Test | Downloads | Issues | Owner | |
---|---|---|---|---|---|---|---|
Identity Attribute Service (IDAS) | open | JimS | |||||
Identity Attribute Service | none | viewcvs, ide, cli | javadoc, plugins, jars | JimS | |||
Context Providers (CONTEXT PROVIDER) | open | ||||||
LDAP Context Provider | dep | viewcvs, ide, cli | javadoc, plugins, jars | TomD | |||
Jena Context Provider | dep | viewcvs, ide, cli | javadoc, plugins, jars | SergeyL | |||
OpenID Context Provider | dep | viewcvs, ide, cli | javadoc, plugins, jars | TBD |
.
Conventions Used in this Page
- 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 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
- viewcvs - web view of component's cvs folders
- ide - wiki page describing how to get the source and build the component using the Eclipse IDE.
- cli - wiki page describing how to get the source using CVS and build the JAR(s) using Ant using a command line
- 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
- 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:
- 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
- Higgins Home
- Architecture
- Components
- Plan
- Developer Resources
- Wiki
- Downloads