[security-dev] IDM API/Implementation

Anil Saldhana Anil.Saldhana at redhat.com
Fri Aug 24 11:29:55 EDT 2012


The PL-IDM is a standalone project. It can be integrated in all projects. :)

On 08/24/2012 09:56 AM, Bruno Oliveira wrote:
> Cool, does the picketlink-idm will be integrated with 
> https://github.com/picketbox/picketbox-deltaspike ?
>
>
> -- 
> "The measure of a man is what he does with power" - Plato
> -
> @abstractj
> -
> Volenti Nihil Difficile
>
> On Wednesday, August 22, 2012 at 12:47 PM, Anil Saldhana wrote:
>
>> Hi all,
>> (Shane will add more info to this thread soon)
>>
>> Shane has been driving the standalone IDM API/Implementation project in
>> the PicketLink umbrella. This is a brand new project.
>> https://github.com/picketlink/picketlink-idm
>>
>> The Key classes/interfaces are:
>> https://github.com/picketlink/picketlink-idm/blob/master/api/src/main/java/org/jboss/picketlink/idm/IdentityManager.java
>> https://github.com/picketlink/picketlink-idm/blob/master/api/src/main/java/org/jboss/picketlink/idm/model/IdentityType.java
>>
>> The Manager has a simple api for user/role/group. Now each of these
>> types (User,Role,Group) is an IdentityType (implying they get 
>> attributes).
>>
>> So for an user, if you want to store/retrieve/represent certificates,
>> password recovery Qs, you can do so as attributes.
>>
>> Currently implementation is done using JPA.
>>
>> There is plan to do an LDAP implementation.
>>
>> Regards,
>> Anil


More information about the security-dev mailing list