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

User Profile Provider

Revision as of 17:37, 3 April 2009 by Vkokhan.aquasoft.dp.ua (Talk | contribs) (New page: {{#eclipseproject:technology.higgins|eclipse_custom_style.css}} The User Profile Provider manages user account information such as user's authentication data, user's card categories, user'...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

{{#eclipseproject:technology.higgins|eclipse_custom_style.css}} The User Profile Provider manages user account information such as user's authentication data, user's card categories, user's card history, etc.

Details

  • Status: first code in M0.8 Initialli was a part of I-Card Registry. Separate component since 1-1M4
  • Language: Java
  • Packaging: OSGI bundle

Service

Provides interface and backed store to manage user profile inforamation such as such as user's authentication data, user's card categories, user's card history, etc.

Responsibilities

  • Provide interface to create and manage user account information.
  • Provide interface to verify and manage user identity information.
  • Provide interface to manage card categories of the user.
  • Provide interface to manage card usage history.

Dependencies

Links

Back to the top