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 "IdAS Basic Solution"

(New page: == Overview == This simple deployment combines IdAS (along with the IdAS Registry), the JNDI Context Provider, and an LDAP server to provide an identity store which is then accessed by an ...)
 
(Removing all content from page)
 
(28 intermediate revisions by 3 users not shown)
Line 1: Line 1:
== Overview ==
 
This simple deployment combines IdAS (along with the IdAS Registry), the JNDI Context Provider, and an LDAP server to provide an identity store which is then accessed by an application.
 
  
The application prints the attributes of some identities.
 
 
== Architecture ==
 
[[Image:Higgins-deploy-idas-v47.JPG]]
 
 
== Components ==
 
* [[Components#IdAS_API]]
 
* [[Components#IdAS_Common]]
 
* [[Components#IdAS_Registry]]
 
* [[Components#JNDI_Context_Provider]]
 
** [[Components#Configuration_API]] (Needed by the JNDI Context Provider)
 
** [[Components#Configuration_XML]] (Needed by the JNDI Context Provider)
 
** [[Components#IdAS_SPI]] (Needed by the JNDI Context Provider)
 
** [[Components#Util:_IdAS_CP]] (Needed by the JNDI Context Provider)
 
** [[Components#Util:_IdAS_JScript]] (Needed by the JNDI Context Provider)
 
** [[Components#Util:_Socket]] (Needed by the JNDI Context Provider)
 
 
== See Also ==
 
* [[Deployments]]
 
 
== Links ==
 
* [http://eclipse.org/higgins Higgins Home]
 

Latest revision as of 19:26, 25 April 2008

Back to the top