Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Relying Party Enablement Servlet Implementation

Revision as of 17:54, 20 December 2007 by Unnamed Poltroon (Talk) (New page: This is a servlet container implementation of the Relying Party Interface == Details == * Language: Java * Packaging:JAR ==Plans== * The returned attributes are current stored in the ses...)

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

This is a servlet container implementation of the Relying Party Interface

Details

  • Language: Java
  • Packaging:JAR

Plans

  • The returned attributes are current stored in the session. The plan is to store the information as part of a JAAS Subject.

Service

  • Authentication filter for protected resource. Initializes the authentication protocol handler specified in web.xml.

API

Links

Back to the top