Difference between revisions of "I-Card Service Core"
(New page: ==Overview== Provides API with I-Card related services to "client" components, such as RPPS Web App and ISS client UI. ==Details== * Status: available since M0.6 * Language: Java *...) |
(→Service) |
||
Line 10: | Line 10: | ||
* Responsibilities | * Responsibilities | ||
** Support for "card selector" UIs such as those embedded within HBX or in [[ISS Client UI]]. Relies on [[I-Card Selector Service]] for matching cards with policies. | ** Support for "card selector" UIs such as those embedded within HBX or in [[ISS Client UI]]. Relies on [[I-Card Selector Service]] for matching cards with policies. | ||
− | ** Retrieval where possible of one or more | + | ** Retrieval where possible of one or more Digital Identities that satisfy the policy of relying sites and systems |
** Support for RSS and other data channels between the agent and a relying system | ** Support for RSS and other data channels between the agent and a relying system | ||
** Support services related to HTML scraping (e.g. in HBX) | ** Support services related to HTML scraping (e.g. in HBX) | ||
Line 19: | Line 19: | ||
** [[I-Card Registry]] | ** [[I-Card Registry]] | ||
* [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.higgins/plugins/org.eclipse.higgins.rpps/?cvsroot=Technology_Project Sources] | * [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.higgins/plugins/org.eclipse.higgins.rpps/?cvsroot=Technology_Project Sources] | ||
− | * Has been tested on WinXP and Linux | + | * Has been tested on WinXP and Linux |
+ | |||
==Links== | ==Links== |
Revision as of 09:43, 25 June 2007
Contents
Overview
Provides API with I-Card related services to "client" components, such as RPPS Web App and ISS client UI.
Details
- Status: available since M0.6
- Language: Java
- Packaging: JAR
Plan
- No currently planned features
Service
- Responsibilities
- Support for "card selector" UIs such as those embedded within HBX or in ISS Client UI. Relies on I-Card Selector Service for matching cards with policies.
- Retrieval where possible of one or more Digital Identities that satisfy the policy of relying sites and systems
- Support for RSS and other data channels between the agent and a relying system
- Support services related to HTML scraping (e.g. in HBX)
- Support services related to HTML form filling (e.g. in HBX)
- Support for i-card management (i.e. create/update/delete)
- Dependencies
- Sources
- Has been tested on WinXP and Linux