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"

(Architecture)
(Architecture)
Line 30: Line 30:
 
The diagram below shows the relationship between two different browsers, the selector selector, the connectors and the Identity Selectors.
 
The diagram below shows the relationship between two different browsers, the selector selector, the connectors and the Identity Selectors.
 
[[Image:Hss-v2.png]]
 
[[Image:Hss-v2.png]]
 +
 +
''Note: at present there is no connector for the [[RCP Selector]]''
  
 
== Used By ==
 
== Used By ==

Revision as of 00:18, 17 October 2008

{{#eclipseproject:technology.higgins}}

Overview

This Component:

  • A switching component that between a browser add-on on the one hand and one or more Identity Selectors on the other. The user decides what their "current" selector is. The browser requests a security token from the selector selector that then passes this request on to the current selector.
  • Provides an app/UI to allow the user to change their default selector
  • Uses a "connector" architecture that allows developers to create new connectors for new Identity Selectors
  • Only currently available for Windows

Details

  • Status: Available since 1.1M2
  • Language: C++
  • Packaging: exe (windows only)

Backlog

  • none

Service

Higgins Selector Selector is responsible for:

  • Accepting I-Card token request from browser plug-in
  • Dispatching token request to registered selector through selector connector
  • Returning token from registered selector to browser
  • Registering a default selector from available selectors

Components this component depends on are:

Architecture

The diagram below shows the relationship between two different browsers, the selector selector, the connectors and the Identity Selectors. Hss-v2.png

Note: at present there is no connector for the RCP Selector

Used By

Partial list of solutions that use this component

Links

Back to the top