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.userprofile"

(Details)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{#eclipseproject:technology.higgins|eclipse_custom_style.css}}
 
{{#eclipseproject:technology.higgins|eclipse_custom_style.css}}
The User Profile manages configuration of pluguble [[User Profile Provider]]. Which in turn manages user account information such as user's authentication data, user's card categories, user's card history, etc.
+
The [[org.eclipse.higgins.userprofile]] manages configuration of plugable [[User Profile Provider]]. Which in turn manages user account information such as user's authentication data, user's card categories, user's card history, etc.
  
==Details==
+
===Used By===
* ''Status'': first code in M0.8 Initialli was a part of [[I-Card Registry]]. Separate component since 1-1M4
+
* [[RPPS Package]]
* ''Language'': Java
+
 
* ''Packaging'': OSGI bundle
+
===Details===
 +
* ''Status'': first code in M0.8 Initially was a part of [[I-Card Registry]]. Separate component since 1-1M4
  
 
==Service==
 
==Service==
Manages user profile inforamation such as such as user's authentication data, user's card categories, user's card history, etc.  
+
Manages user profile information such as such as user's authentication data, user's card categories, user's card history, etc.  
  
 
====Responsibilities====
 
====Responsibilities====
 
* Provide a way to manage and use [[User Profile Provider]] which is responsible for managing user account information.
 
* Provide a way to manage and use [[User Profile Provider]] which is responsible for managing user account information.
* Provide a convinient way to call methods of underlying [[User Profile Provider]]
+
* Provide a convenient way to call methods of underlying [[User Profile Provider]]
  
 
====Dependencies====
 
====Dependencies====

Latest revision as of 08:30, 15 July 2009

{{#eclipseproject:technology.higgins|eclipse_custom_style.css}} The org.eclipse.higgins.userprofile manages configuration of plugable User Profile Provider. Which in turn manages user account information such as user's authentication data, user's card categories, user's card history, etc.

Used By

Details

  • Status: first code in M0.8 Initially was a part of I-Card Registry. Separate component since 1-1M4

Service

Manages user profile information such as such as user's authentication data, user's card categories, user's card history, etc.

Responsibilities

Dependencies

Links

Back to the top