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 "Relying Party Enablement Servlet Implementation"

(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...)
 
m (Details)
Line 3: Line 3:
 
== Details ==
 
== Details ==
 
* Language: Java
 
* Language: Java
* Packaging:JAR
+
* Packaging: JAR
  
 
==Plans==
 
==Plans==

Revision as of 16:46, 22 January 2008

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