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"

Line 4: Line 4:
 
==Details==
 
==Details==
 
* ''Status'': first code in M0.8 Initially was a part of [[I-Card Registry]]. Separate component since 1-1M4
 
* ''Status'': first code in M0.8 Initially was a part of [[I-Card Registry]]. Separate component since 1-1M4
* ''Language'': Java
 
* ''Packaging'': OSGI bundle
 
  
 
==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====

Revision as of 11:47, 5 July 2009

{{#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.

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