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.rp.servlet.sample"

(New page: __NOTOC__ This sample demonstrates how to build an application using the servlet implementation of the Relying Party Enablement interface. This sample is configured to use the Information...)
 
Line 1: Line 1:
 +
{{#eclipseproject:technology.higgins}}
 
__NOTOC__
 
__NOTOC__
  
Line 21: Line 22:
 
* [http://eclipse.org/higgins Higgins Home]
 
* [http://eclipse.org/higgins Higgins Home]
 
* [[Extensible authentication protocol RP Website Solution]]
 
* [[Extensible authentication protocol RP Website Solution]]
 +
[[Category:Higgins Components]]

Revision as of 06:51, 26 March 2008

{{#eclipseproject:technology.higgins}}


This sample demonstrates how to build an application using the servlet implementation of the Relying Party Enablement interface. This sample is configured to use the Information Card authentication protocol handler.

Details

Plans

  • This sample will be updated when there are changes to the underlying components that it uses.

Service

  • This is an example of using the relying party enablement components
  • This sample depends on the following relying party enablement components:
    • org.eclipse.higgins.rp.interface
    • org.eclipse.higgins.rp.servlet
    • org.eclipse.higgins.rp.icard

API

  • <key API methods>

Links

Back to the top