Thursday Oct 18, 2007
Thursday Oct 18, 2007
My previous post on the announcement of OpenPTK provided a high-level architecture diagram making up the components of the OpenPTK. Over the next few weeks, documentation and more detail on this architecture will be uploaded to the documentation section of our website. Here some initial thoughts on the OpenPTK Architecture. Details will follow in future blogs and documents.
btw, check out Derrick Harcey's recent blog on OpenPTK and OpenSSO.
Project OpenPTK Architecture
The architecture is broken up into 3 different tiers (Consumer, Framework, Service). The java source of the project has been somewhat segmented into different packages representing the consumer and service tier along with specific areas of the framework.
Consumer Tier
Today, there are 3 mechanisms in the consumer tier to talk with OpenPTK's framework. These include:
Service Tier
The service tier provides a common Service interface to the Framework tier. Regardless of the type of service (i.e. SPML, LDAP, JDBC, ...), each service has the option to provide one of eight types of provisioning operations:
It is up to the service developer of a particular service to implement the methods for each operation. The current release only includes a fully functional SPML 1.0 implementation. The framework can pick which of the operations to use (as defined in the Framework Configuration).
Framework Tier
The framework tier is the abstraction layer providing the linkage between the consumer and service tiers using a number of different types of framework services. Here is a partial list:
If you have questions, comments, please don't hesitate to leave them here, or by visiting the Project OpenPTK website.
Technorati Tags: identity, identity management, openptk, provisioning
Nice efforts. I have few questoins.
1) Can we integrate any service component with this framework? For example if I want to manage Database add/delete can we do it using this framework?
2) Are you planning to add enable/disable features also in this framework?
3) Can multiple services be used in this framework at the same time. For example my application wants to manage database and LDAP at the same time is it possible to achieve it and if yes how?
You can visit me at http://identitycontrol.blogspot.com
Posted by Kapil Gupta on October 18, 2007 at 09:47 PM CDT #
Kapil,
Answers to your questions:
1) Most definitely. There is already an enhnacement request to support a JDBC service.
2) Those are two operations (enable/disable) that would be great to support in the future. They should be added as enhancements.
3) We have always envisioned supporting multiple services at the same time, however the 1.0 version doesn't include this today. The architecture going forward should be able to support it.
I'd recommend that you join the project, enter/update some of the Issues with your questions, ideas.
Thanks!
tls
Posted by Terry Sigle on October 18, 2007 at 09:55 PM CDT #