Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

The Penn State Central Person Registry is a intelligent identity store for person information. From a data store perspective it can store the following information:

...

  • The registry itself, which is a relational database (any hibernate dialect database can be used).
  • A collection of Web Services that are SOAP-based.
  • A rules engine that is used for affiliation transitions utilizing JBoss's DROOLS. The rules engine separates the business logic from the application code.
  • A messaging component for notification of events and provisioning/de-provisioning requests (JMS and/or STOMP).
  • A pluggable matching facility.
  • Various UIs.
    • Identity Provisioning

...

CPR Registry Evaluation Presentation

Code

The CPR code is Java-based.  It contains two components, the CPR Core (database, and common routines) and the CPR Services (SOAP-based).  The Open Source version of the Penn State Central Person Registry is Apache 2 licensed. The source code for the registry can be found in GitHub
In addition to the source code, Penn State has developed a QuickStart that includes all of the CPR compiled code, application and messaging servers, and sample data. The QuickStart is a fast way to kick the tires on the CPR without building the source code.

...

  • Support for RESTful APIs. Code already exists for "GETs", the implementation for the remaining APIs should take 2 weeks.
  • Support for non-person identities in the registry.

Resources

...