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/jav...
>
https://github.com/picketlink/picketlink-idm/blob/master/api/src/main/jav...
>
> 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