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 "Connector for Adobe AIR Selector"

Line 1: Line 1:
 
{{#eclipseproject:technology.higgins}}
 
{{#eclipseproject:technology.higgins}}
 
+
__NOTOC__
== Introduction ==
+
 
This connector handles communication between [[Higgins Selector Selector]] and [[Adobe AIR-based Identity Selector]]
 
This connector handles communication between [[Higgins Selector Selector]] and [[Adobe AIR-based Identity Selector]]
  
 
Source code for this component is checked in as part of the [http://dev.eclipse.org/viewsvn/index.cgi/org.eclipse.higgins/trunk/app/org.eclipse.higgins.tcpserver/src/SSSupport/src/connectors/Air/?root=Technology_SVN org.eclipse.higgins.tcpserver] project
 
Source code for this component is checked in as part of the [http://dev.eclipse.org/viewsvn/index.cgi/org.eclipse.higgins/trunk/app/org.eclipse.higgins.tcpserver/src/SSSupport/src/connectors/Air/?root=Technology_SVN org.eclipse.higgins.tcpserver] project
  
 +
== Details ==
 +
* Status: <E.g. Available since 1.0M8>
 +
* Language: <E.g. Java>
 +
* Packaging: <E.g. JAR>
  
== End-User Perspective ==
+
==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]]>
=== Setup ===
+
To use this solution you must:
+
# TBD
+
# TBD
+
 
+
=== Functionality ===
+
 
+
<TBD>
+
 
+
== Deployer Perspective ==
+
 
+
The following are the instructions for deploying the connector for RCP Selector
+
 
+
<TBD>
+
 
+
== Developer Perspective ==
+
 
+
=== Architecture ===
+
The following is a logical diagram of the overall Selector architecture:
+
 
+
[[Image:Higgins-Selector-Selector-Arch.png]]
+
 
+
  
=== Building ===
+
== Service ==
This section describes the steps a developer would use to build deployable artifacts for the connector for the RCP selector.  The next section describes how to deploy them to create a runnable system.
+
* <Description of the main responsibilities of this project or component>
 +
* <Description of other components this component depends on>
  
<TBD>
+
== API ==
 +
* <key API methods>
  
== Links ==
+
[[Category:Higgins Developer Info]]
* [[Components]]
+
* [http://eclipse.org/higgins Higgins Home]
+

Revision as of 14:11, 19 March 2008

{{#eclipseproject:technology.higgins}}

This connector handles communication between Higgins Selector Selector and Adobe AIR-based Identity Selector

Source code for this component is checked in as part of the org.eclipse.higgins.tcpserver project

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