Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "I-Card Service 1.0"

Line 1: Line 1:
 
{{#eclipseproject:technology.higgins|eclipse_custom_style.css}} [[Image:Higgins logo 76Wx100H.jpg|right]]  
 
{{#eclipseproject:technology.higgins|eclipse_custom_style.css}} [[Image:Higgins logo 76Wx100H.jpg|right]]  
  
The SOAP [[I-Card_Service]] provides the core processing services for thin-client selectors including: [[Higgins Embedded-Selector Extension for Firefox]] as well as the [[I-Card Manager]].
+
The SOAP [[I-Card Service]] provides the core processing services for thin-client selectors including: [[Higgins Embedded-Selector Extension for Firefox]] as well as the [[I-Card Manager]].  
  
 
=== Versions  ===
 
=== Versions  ===
  
The [[I-Card_Service]] was introduced in Higgins 1.0 and supports the RPPSService endpoint.  
+
The [[I-Card Service 1.0]] was introduced in Higgins 1.0 and supports the RPPSService endpoint. See also [[I-Card Service 1.1]].
  
 
== RPPSService  ==
 
== RPPSService  ==
Line 23: Line 23:
 
''([[Diagram Key]])''  
 
''([[Diagram Key]])''  
  
 
+
<br>
  
 
== Data Model  ==
 
== Data Model  ==
  
Within the [[I-Card_Service]]'s [[RPPS Package]] are some components that persist data objects on behalf of the user. These include user account data, the users set of cards, and other data. Some components use IdAS to persist their data. Others manage their own local data stores "above" IdAS. We call this data model "Personal Data Model 1.0".
+
Within the [[I-Card Service]]'s [[RPPS Package]] are some components that persist data objects on behalf of the user. These include user account data, the users set of cards, and other data. Some components use IdAS to persist their data. Others manage their own local data stores "above" IdAS. We call this data model "Personal Data Model 1.0".

Revision as of 23:38, 21 July 2009

{{#eclipseproject:technology.higgins|eclipse_custom_style.css}}
Higgins logo 76Wx100H.jpg

The SOAP I-Card Service provides the core processing services for thin-client selectors including: Higgins Embedded-Selector Extension for Firefox as well as the I-Card Manager.

Versions

The I-Card Service 1.0 was introduced in Higgins 1.0 and supports the RPPSService endpoint. See also I-Card Service 1.1.

RPPSService

The SOAP endpoint is defined here: RPPSService WSDL.

  • The service assumes transport level security
  • Most messages include a username and password for authentication
  • Approximately 110 message types

Implementation

Architecture

I-card-service-1.1.102.png

(Diagram Key)


Data Model

Within the I-Card Service's RPPS Package are some components that persist data objects on behalf of the user. These include user account data, the users set of cards, and other data. Some components use IdAS to persist their data. Others manage their own local data stores "above" IdAS. We call this data model "Personal Data Model 1.0".

Back to the top