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

I-Card Service 1.0

Revision as of 13:28, 20 August 2014 by Ptrevithick.gmail.com (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Higgins logo 76Wx100H.jpg

The SOAP I-Card Service provides the core processing services for thin-client selectors including: Org.eclipse.higgins.hbx 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".

See Also

Back to the top