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 "Org.eclipse.higgins.hss"

Line 1: Line 1:
 
{{#eclipseproject:technology.higgins}}
 
{{#eclipseproject:technology.higgins}}
 +
__NOTOC__
 +
This page describes the wiki page in the leftmost column of each row here [[Components]]:
  
== Introduction ==
 
 
Higgins Selector Selector
 
Higgins Selector Selector
  
Line 8: Line 9:
 
* Exposes API for developers to create connectors for their own Identity Selector
 
* Exposes API for developers to create connectors for their own Identity Selector
  
== End-User Perspective ==
+
== Details ==
 +
* Status: <E.g. Available since 1.0M8>
 +
* Language: <E.g. Java>
 +
* Packaging: <E.g. JAR>
  
=== Setup ===
+
==Backlog==
To use this solution you must:
+
* <put a link to a wiki page that listing features and enhancements that are being considered. This wiki page name should end in "<space>Backlog" and a link to it should be added to [[Backlog]]>
# TBD
+
# TBD
+
  
=== Functionality ===
+
== Service ==
 +
* <Description of the main responsibilities of this project or component>
 +
* <Description of other components this component depends on>
  
<TBD>
+
== API ==
 +
* <key API methods>
  
== Deployer Perspective ==
+
[[Category:Higgins Developer Info]]
 
+
The following are the instructions for deploying the Selector-Selector
+
 
+
<TBD>
+
 
+
== Developer Perspective ==
+
 
+
=== Architecture ===
+
The following is a logical diagram of the overall Selector-Selector architecture:
+
 
+
[[Image:Higgins-Selector-Selector-Arch.png]]
+
 
+
 
+
=== Building ===
+
This section describes the steps a developer would use to build deployable artifacts for the selector-selector.  The next section describes how to deploy them to create a runnable system.
+
 
+
<TBD>
+
 
+
== Links ==
+
* [[Components]]
+
* [http://eclipse.org/higgins Higgins Home]
+

Revision as of 14:04, 19 March 2008

{{#eclipseproject:technology.higgins}}

This page describes the wiki page in the leftmost column of each row here Components:

Higgins Selector Selector

  • Provides a common API to Identity Selectors
  • Provides UI to change default selector
  • Exposes API for developers to create connectors for their own Identity Selector

Details

  • Status: <E.g. Available since 1.0M8>
  • Language: <E.g. Java>
  • Packaging: <E.g. JAR>

Backlog

  • <put a link to a wiki page that listing features and enhancements that are being considered. This wiki page name should end in "<space>Backlog" and a link to it should be added to Backlog>

Service

  • <Description of the main responsibilities of this project or component>
  • <Description of other components this component depends on>

API

  • <key API methods>

Back to the top